Skip to content

firebolt-db/firebolt-cli

Repository files navigation

Firebolt-CLI

Nightly code check Unit tests Code quality checks Firebolt Security Scan Integration tests Coverage

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 in Firebolt documentation.

Prerequisites

Installing using pip

$ pip install firebolt-cli

To verify, check the version.

$ firebolt --version
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 in Firebolt documentation.

Interactive query

Interactive query demo

Contributing

See: CONTRIBUTING.MD