https://github.com/firebolt-db/firebolt-cli
https://github.com/firebolt-db/firebolt-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebolt-db/firebolt-cli
- Owner: firebolt-db
- License: apache-2.0
- Created: 2021-12-28T09:18:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T08:38:41.000Z (9 months ago)
- Last Synced: 2025-04-29T21:18:18.719Z (about 1 month ago)
- Language: Python
- Size: 3.64 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Firebolt-CLI
[](https://github.com/firebolt-db/firebolt-cli/actions/workflows/nightly.yml)
[](https://github.com/firebolt-db/firebolt-cli/actions/workflows/unit-tests.yml)
[](https://github.com/firebolt-db/firebolt-cli/actions/workflows/code-check.yml)
[](https://github.com/firebolt-db/firebolt-cli/actions/workflows/security-scan.yml)
[](https://github.com/firebolt-db/firebolt-cli/actions/workflows/integration-tests.yml)
Firebolt cli is a tool for connecting to firebolt, managing firebolt resources, and executing queries from the command line.
## Quickstart
For detailed installation and usage instructions, see [Using the CLI](https://docs.firebolt.io/using-the-cli.html) in Firebolt documentation.
### Prerequisites
* `python>=3.8` and `pip` are required. See the [Python web page](https://www.python.org/downloads/).
* 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](https://docs.firebolt.io/managing-your-account/creating-an-account.html).
### Installing using pip
```shell
$ pip install firebolt-cli
```To verify, check the version.
```shell
$ firebolt --version
``````shell
firebolt, version 0.6.0
```### Setting configuration parameters
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](https://docs.firebolt.io/using-the-cli.html#configuring-cli-parameters) in Firebolt documentation.
## Interactive query
## Contributing
See: [CONTRIBUTING.MD](https://github.com/firebolt-db/firebolt-cli/tree/main/CONTRIBUTING.MD)