shell
Command used to launch the StackQL interactive shell.
Syntax
stackql-deploy shell [FLAGS]
Optional 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.
Examples
Launch the StackQL shell using the default binary location
This command attempts to launch the StackQL shell using the binary location managed by the pystackql
package:
stackql-deploy shell
Launch the StackQL shell from a custom download directory
Specify a custom directory where the stackql
binary is downloaded and run the StackQL shell:
stackql-deploy shell --download-dir /usr/local/bin/stackql
Use a custom registry URL
Launch the StackQL shell using a custom StackQL provider registry:
stackql-deploy shell --custom-registry https://mycustomregistry.com