New! Check out our free BigQuery cost analyzer - built with Hashboard BI-as-code

Create CLI access keys with hb token

If you already have a Hashboard account and want to start using hashboard-cli, run the following in a terminal:

pip install hashboard-cli && hb token

This will generate a new personal access key tied to your existing Hashboard project. To pull down the configuration files for resources you’ve already built in the UI, run the following:

hb pull --all

Now, you can enjoy a code-based workflow for building consistent charts. Just change these files, run hb preview and then hb deploy.

For more information, check out our CLI Quickstart guide.