title | hide_title | hide_table_of_contents | keywords | tags | description | image | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
shell |
true |
false |
|
|
Documentation for the shell command in StackQL Deploy |
/img/stackql-cover.png |
Command used to launch the StackQL interactive shell.
stackql-deploy shell [FLAGS]
Flag | Description | Example |
---|---|---|
--download-dir |
Custom download directory for StackQL | /etc/stackql |
--custom-registry |
Custom StackQL provider registry URL | https://myreg |
:::info
The shell
command launches the interactive StackQL shell. If the stackql
binary is not found in the provided paths, the command will fail with an error.
:::
This command attempts to launch the StackQL shell using the binary location managed by the pystackql
package:
stackql-deploy shell
Specify a custom directory where the stackql
binary is downloaded and run the StackQL shell:
stackql-deploy shell --download-dir /usr/local/bin/stackql
Launch the StackQL shell using a custom StackQL provider registry:
stackql-deploy shell --custom-registry https://mycustomregistry.com