Initial commit
This commit is contained in:
18
commands/setup.md
Normal file
18
commands/setup.md
Normal 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.
|
||||
Reference in New Issue
Block a user