Skip to main content

About the CLI

dbt ships with a command line interface (CLI) for running your dbt project. This way of running dbt and a dbt project is free and open source.

To use the CLI, your workflow generally looks like:

  1. Build your dbt project in a code editor popular choices include VSCode and Atom.

  2. Run your project from the command line macOS ships with a default Terminal program, however you can also use iTerm or the command line prompt within a code editor to execute dbt commands.

How we set up our computers for working on dbt projects

We've written a guide for our recommended setup when running dbt projects using the CLI.

If you're using the CLI, we recommend learning some basics of your terminal to help you work more effectively. In particular, it's important to understand cd, ls and pwd to be able to navigate through the directory structure of your computer easily.

You can find more information on installing and setting up the dbt CLI here.

0