Add repo root to PATH.
chmod +x dbt if UNIX.
Create conf.json before using.
Use conf.template.json as an example.
By default:
hostislocalhostportis5432userispostgres
How to use:
dbt copy --use-cache --from "dev" --to "local"
dbt run --on "local" --file "./migration.sql"
dbt connect --to "local"