Firebolt cli is a tool for connecting to firebolt, managing firebolt resources, and executing queries from the command line.
For detailed installation and usage instructions, see Using the CLI in Firebolt documentation.
-
python>=3.8
andpip
are required. See the Python web page. -
Running commands requires an active Firebolt account and a user with privileges to perform operations. For more information, see Subscribing to Firebolt and creating an account.
$ pip install firebolt-cli
To verify, check the version.
$ firebolt --version
firebolt, version 0.6.0
Use the firebolt configure
command to set configuration defaults. You can override these when using a specific commands. For more information, see Configuring CLI parameters in Firebolt documentation.
See: CONTRIBUTING.MD