Using the Lightdash CLI
How to install the Lightdash CLI
The Lightdash CLI is the recommended way to develop your dbt + Lightdash project. It makes development faster and easier, as well as giving you options for building more powerful automation to manage your Lightdash instance.
Before installing Lightdash CLI, you need to have NodeJS/NPM installed on your machine. To check that, run the following command in your terminal:
Run the following on your terminal to install the Lightdash CLI.
If you get an npm ERR! code EACCES
error while installing the Lightdash CLI, follow this guide to resolve it.
Once you’ve installed the CLI tool, you’ll want to authenticate it
Check out the guide on authenticating your CLI tool (login and setup an active project).