📄️ Command line options
For consistency, command-line interface (CLI) flags should come right after the dbt prefix and its subcommands. This includes "global" flags (supported for all commands). For a list of all dbt CLI flags you can set, refer to Available flags. When set, CLI flags override environment variables and project flags.
📄️ Environment variable configs
Environment variables contain a DBT_ prefix. For a list of all dbt environment variables you can set, refer to Available flags.
📄️ Project flags
Reference the table of all flags to see which global configs are available for setting in dbtproject.yml.