Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:09 +08:00
commit 3720bd4c6d
8 changed files with 757 additions and 0 deletions

18
commands/setup.md Normal file
View File

@@ -0,0 +1,18 @@
---
name: setup
description: Save the user's ATXP connection string to the current shell environment
---
Run the setup to set $ATXP_CONNECTION_STRING environment variable.
Usage:
```
/setup <connection_string>
```
This should result in setting the $ATXP_CONNECTION_STRING environment variable to the user's connection string.
After running this command, the $ATXP_CONNECTION_STRING environment variable will contain the user's connection string.
Please let the user know if their connection string was saved to the shell environment successfully.