18 lines
552 B
Markdown
18 lines
552 B
Markdown
---
|
|
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. |