How to Install dbt CLI [macOS Edition]

Tadashi Shigeoka ·  Thu, March 17, 2022

I’ll introduce how to install dbt CLI on macOS.

dbt

dbt CLI Installation

brew tap dbt-labs/dbt
brew install dbt

dbt CLI Version Check

dbt --version
installed version: 1.0.4
   latest version: 1.0.4

Up to date!

Plugins:
  - postgres: 1.0.4 - Up to date!

That’s all from the Gemba about installing dbt CLI on macOS.