Skip to main content

_wizard-cli-generated-v2

Global flags

Wizard CLI

If no subcommand is specified, options will be forwarded to the interactive CLI.

dbt wizard [OPTIONS] <COMMAND> [ARGS]

Arguments:

ArgumentDescription
[PROMPT]Optional user prompt to start the session
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--remote <ADDR>Connect the TUI to a remote app server endpoint.
--remote-auth-token-env <ENV_VAR>Name of the environment variable containing the bearer token to send to a remote app server websocket
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
-i, --image <FILE>...Optional image(s) to attach to the initial prompt
-m, --model <MODEL>Model the agent should use
--ossUse open-source provider
--local-provider <OSS_PROVIDER>Specify which local provider to use (lmstudio or ollama). If not specified with --oss, will use config default or show selection
-p, --profile <CONFIG_PROFILE>Configuration profile from config.toml to specify default options
--profile-v2 <CONFIG_PROFILE_V2>Layer $DBT_WIZARD_HOME/<name>.config.toml on top of the base user config
-s, --sandbox <SANDBOX_MODE>Select the sandbox policy to use when executing model-generated shell commands
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
-C, --cd <DIR>Tell the agent to use the specified directory as its working root
--add-dir <DIR>Additional directories that should be writable alongside the primary workspace
-a, --ask-for-approval <APPROVAL_POLICY>Configure when the model requires human approval before executing a command
--searchEnable live web search. When enabled, the native Responses web_search tool is available to the model (no per‑call approval)
--no-alt-screenDisable alternate screen mode
-h, --helpPrint help (see a summary with '-h')
-V, --versionPrint version
Loading table...

dbt wizard exec

Run Wizard non-interactively

dbt wizard exec [OPTIONS] <COMMAND> [ARGS]

Arguments:

ArgumentDescription
[PROMPT]Initial instructions for the agent. If not provided as an argument (or if - is used), instructions are read from stdin. If stdin is piped and a prompt is also provided, stdin is appended as a &lt;stdin&gt; block
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
-i, --image <FILE>...Optional image(s) to attach to the initial prompt
-m, --model <MODEL>Model the agent should use
--ossUse open-source provider
--local-provider <OSS_PROVIDER>Specify which local provider to use (lmstudio or ollama). If not specified with --oss, will use config default or show selection
-p, --profile <CONFIG_PROFILE>Configuration profile from config.toml to specify default options
--profile-v2 <CONFIG_PROFILE_V2>Layer $DBT_WIZARD_HOME/<name>.config.toml on top of the base user config
-s, --sandbox <SANDBOX_MODE>Select the sandbox policy to use when executing model-generated shell commands
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
-C, --cd <DIR>Tell the agent to use the specified directory as its working root
--add-dir <DIR>Additional directories that should be writable alongside the primary workspace
--skip-git-repo-checkAllow running wizard outside a Git repository
--ephemeralRun without persisting session files to disk
--ignore-user-configDo not load $DBT_WIZARD_HOME/config.toml; auth still uses DBT_WIZARD_HOME
--ignore-rulesDo not load user or project execpolicy .rules files
--output-schema <FILE>Path to a JSON Schema file describing the model's final response shape
--color <COLOR>Specifies color settings for use in the output
--jsonPrint events to stdout as JSONL
-o, --output-last-message <FILE>Specifies file where the last message from the agent should be written
-h, --helpPrint help (see a summary with '-h')
-V, --versionPrint version
Loading table...

dbt wizard exec resume

Resume a previous session by id or pick the most recent with --last

Arguments:

ArgumentDescription
[SESSION_ID]Conversation/session id (UUID) or thread name. UUIDs take precedence if it parses. If omitted, use --last to pick the most recent recorded session
[PROMPT]Prompt to send after resuming the session. If - is used, read from stdin
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--lastResume the most recent recorded session (newest) without specifying an id
--allShow all sessions (disables cwd filtering)
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-i, --image <FILE>Optional image(s) to attach to the prompt sent after resuming
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
-m, --model <MODEL>Model the agent should use
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
--skip-git-repo-checkAllow running wizard outside a Git repository
--ephemeralRun without persisting session files to disk
--ignore-user-configDo not load $DBT_WIZARD_HOME/config.toml; auth still uses DBT_WIZARD_HOME
--ignore-rulesDo not load user or project execpolicy .rules files
--output-schema <FILE>Path to a JSON Schema file describing the model's final response shape
--jsonPrint events to stdout as JSONL
-o, --output-last-message <FILE>Specifies file where the last message from the agent should be written
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard exec review

Run a code review against the current repository

Arguments:

ArgumentDescription
[PROMPT]Custom review instructions. If - is used, read from stdin
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--uncommittedReview staged, unstaged, and untracked changes
--base <BRANCH>Review changes against the given base branch
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--commit <SHA>Review the changes introduced by a commit
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
--title <TITLE>Optional commit title to display in the review summary
-m, --model <MODEL>Model the agent should use
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
--skip-git-repo-checkAllow running wizard outside a Git repository
--ephemeralRun without persisting session files to disk
--ignore-user-configDo not load $DBT_WIZARD_HOME/config.toml; auth still uses DBT_WIZARD_HOME
--ignore-rulesDo not load user or project execpolicy .rules files
--output-schema <FILE>Path to a JSON Schema file describing the model's final response shape
--jsonPrint events to stdout as JSONL
-o, --output-last-message <FILE>Specifies file where the last message from the agent should be written
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard review

Run a code review non-interactively

Arguments:

ArgumentDescription
[PROMPT]Custom review instructions. If - is used, read from stdin
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--strict-configError out when config.toml contains fields that are not recognized by this version of Wizard
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--uncommittedReview staged, unstaged, and untracked changes
--base <BRANCH>Review changes against the given base branch
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--commit <SHA>Review the changes introduced by a commit
--title <TITLE>Optional commit title to display in the review summary
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard login

Manage login

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard login status

Show login status

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard logout

Remove stored authentication credentials

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp

Manage external MCP servers for Wizard

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp list

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonOutput the configured servers as JSON
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp get

Arguments:

ArgumentDescription
<NAME>Name of the MCP server to display
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonOutput the server configuration as JSON
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp add

Arguments:

ArgumentDescription
<NAME>Name for the MCP server configuration
[COMMAND]...Command to launch the MCP server. Use --url for a streamable HTTP server
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--env <KEY=VALUE>Environment variables to set when launching the server. Only valid with stdio servers
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--url <URL>URL for a streamable HTTP MCP server
--bearer-token-env-var <ENV_VAR>Optional environment variable to read for a bearer token. Only valid with streamable HTTP servers
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp remove

Arguments:

ArgumentDescription
<NAME>Name of the MCP server configuration to remove
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp login

Arguments:

ArgumentDescription
<NAME>Name of the MCP server to authenticate with oauth
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--scopes <SCOPE,SCOPE>Comma-separated list of OAuth scopes to request
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp logout

Arguments:

ArgumentDescription
<NAME>Name of the MCP server to deauthenticate
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin

Manage Wizard plugins

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin add

Install a plugin from a configured marketplace snapshot.

Pass either PLUGIN@MARKETPLACE or pass PLUGIN with --marketplace MARKETPLACE.

Arguments:

ArgumentDescription
<PLUGIN[@MARKETPLACE]>Plugin selector to install: either PLUGIN@MARKETPLACE or PLUGIN with --marketplace
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-m, --marketplace <MARKETPLACE>Configured marketplace name to use when PLUGIN does not include @MARKETPLACE
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin list

List plugins available from configured marketplace snapshots

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-m, --marketplace <MARKETPLACE>Only list plugins from this configured marketplace name
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin marketplace

Add, list, upgrade, or remove configured plugin marketplaces

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin marketplace add

Add a local or Git marketplace to the configured marketplace sources

Arguments:

ArgumentDescription
<SOURCE>Marketplace source: a local path, owner/repo[@ref], HTTPS Git URL, or SSH Git URL
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--ref <REF>Git ref to fetch for Git marketplace sources
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--sparse <PATH>Sparse checkout path for Git marketplace sources. Can be repeated
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin marketplace list

List configured marketplace names and their local snapshot roots

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin marketplace upgrade

Refresh configured Git marketplace snapshots.

Omit MARKETPLACE_NAME to upgrade all configured Git marketplaces.

Arguments:

ArgumentDescription
[MARKETPLACE_NAME]Optional configured marketplace name to upgrade. Omit to upgrade all Git marketplaces
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin marketplace remove

Remove a configured marketplace source by name

Arguments:

ArgumentDescription
<MARKETPLACE_NAME>Configured marketplace name to remove
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard plugin remove

Remove an installed plugin from local config and cache.

Pass either PLUGIN@MARKETPLACE or pass PLUGIN with --marketplace MARKETPLACE.

Arguments:

ArgumentDescription
<PLUGIN[@MARKETPLACE]>Plugin selector to remove: either PLUGIN@MARKETPLACE or PLUGIN with --marketplace
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-m, --marketplace <MARKETPLACE>Marketplace name to use when PLUGIN does not include @MARKETPLACE
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers

Manage model providers

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers list

List configured model providers

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers show

Show one provider's non-secret configuration

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers enable

Enable a provider

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers disable

Disable a provider

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers configure

Interactively configure a provider

Arguments:

ArgumentDescription
[PROVIDER]Provider to configure. Prompts when omitted
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers set-key

Store a provider API key/token in provider-auth.json. Reads the secret from stdin

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers clear-key

Remove a provider API key/token from provider-auth.json

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers set-route

Route a BYOK provider through a remote OpenAI-compatible/LiteLLM gateway

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
--base-url <BASE_URL>
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--token-source <TOKEN_SOURCE>
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers clear-route

Remove a provider route override, returning it to local LiteLLM

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers set-model

Add or update a provider model alias

Arguments:

ArgumentDescription
<PROVIDER>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--id <ID>
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--target <TARGET>
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers remove-model

Remove a provider model alias

Arguments:

ArgumentDescription
<PROVIDER>
<ID>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers bedrock

Bedrock-specific provider settings

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers bedrock set-region

Set the AWS region used by local LiteLLM

Arguments:

ArgumentDescription
<REGION>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers bedrock set-profile

Set the AWS profile used by local LiteLLM

Arguments:

ArgumentDescription
<PROFILE>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers bedrock discover

Placeholder for explicit Bedrock discovery/setup

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers azure

Azure OpenAI-specific provider settings

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers azure set-endpoint

Set the Azure OpenAI endpoint used by local LiteLLM

Arguments:

ArgumentDescription
<ENDPOINT>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers azure set-api-version

Set the Azure OpenAI API version used by local LiteLLM

Arguments:

ArgumentDescription
<VERSION>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers snowflake

Snowflake Cortex-specific provider settings

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers snowflake set-account-id

Set the Snowflake account ID used by local LiteLLM

Arguments:

ArgumentDescription
<ACCOUNT_ID>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers snowflake set-api-base

Set the Snowflake API base override used by local LiteLLM

Arguments:

ArgumentDescription
<API_BASE>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard providers snowflake clear-api-base

Clear the Snowflake API base override, deriving it from the account ID

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard mcp-server

Start Wizard as an MCP server (stdio)

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--strict-configError out when config.toml contains fields that are not recognized by this version of Wizard
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server

[experimental] Run the app server or related tooling

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--strict-configError out when config.toml contains fields that are not recognized by this version of Wizard
--listen <URL>Transport endpoint URL. Supported values: stdio:// (default), unix://, unix://PATH, ws://IP:PORT, off
--analytics-default-enabledControls whether analytics are enabled by default.
--ws-auth <MODE>Websocket auth mode for non-loopback listeners
--ws-token-file <PATH>Absolute path to the capability-token file
--ws-token-sha256 <HEX>Hex-encoded SHA-256 digest of the capability token
--ws-shared-secret-file <PATH>Absolute path to the shared secret file for signed JWT bearer tokens
--ws-issuer <ISSUER>Expected issuer for signed JWT bearer tokens
--ws-audience <AUDIENCE>Expected audience for signed JWT bearer tokens
--ws-max-clock-skew-seconds <SECONDS>Maximum clock skew when validating signed JWT bearer tokens
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon

Manage the local app-server daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon bootstrap

Install durable local app-server management for SSH-driven use

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--remote-controlLaunch the managed app-server with remote control enabled
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon start

Start the local app server daemon if it is not already running

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon restart

Restart the local app server daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon enable-remote-control

Enable remote control for future starts and a currently running managed daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon disable-remote-control

Disable remote control for future starts and a currently running managed daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon stop

Stop the local app server daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server daemon version

Print local CLI and running app-server versions as JSON

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server proxy

Proxy stdio bytes to the running app-server control socket

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--sock <SOCKET_PATH>Path to the app-server Unix domain socket to connect to
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server generate-ts

[experimental] Generate TypeScript bindings for the app server protocol

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-o, --out <DIR>Output directory where .ts files will be written
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
-p, --prettier <PRETTIER_BIN>Optional path to the Prettier executable to format generated files
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--experimentalInclude experimental methods and fields in the generated output
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app-server generate-json-schema

[experimental] Generate JSON Schema for the app server protocol

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-o, --out <DIR>Output directory where the schema bundle will be written
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--experimentalInclude experimental methods and fields in the generated output
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard remote-control

[experimental] Manage the app-server daemon with remote control enabled

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonEmit machine-readable JSON
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard remote-control start

Start the app-server daemon with remote control enabled

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonEmit machine-readable JSON
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard remote-control stop

Stop the app-server daemon

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonEmit machine-readable JSON
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard app

Launch the Wizard desktop app (opens the app installer if missing)

Arguments:

ArgumentDescription
[PATH]Workspace path to open in Wizard Desktop
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--download-url <DOWNLOAD_URL_OVERRIDE>Override the app installer download URL (advanced)
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard completion

Generate shell completion scripts

Arguments:

ArgumentDescription
[SHELL]Shell to generate completions for
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard update

Update Wizard to the latest version

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard doctor

Diagnose local Wizard installation, config, auth, and runtime health

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--jsonEmit a redacted machine-readable report
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--summaryOnly show grouped check rows and the final count summary
--allExpand long lists in detailed human output
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--no-colorDisable ANSI color in human output
--asciiUse ASCII status labels and separators in human output
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard sandbox

Run commands within a Wizard-provided sandbox

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard sandbox macos

Run a command under Seatbelt (macOS only)

Arguments:

ArgumentDescription
[COMMAND]...Full command args to run under seatbelt
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--permissions-profile <NAME>Named permissions profile to apply from the active configuration stack
-C, --cd <DIR>Working directory used for profile resolution and command execution
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--include-managed-configInclude managed requirements while resolving an explicit permissions profile
--allow-unix-socket <ALLOW_UNIX_SOCKETS>Allow the sandboxed command to bind/connect AF_UNIX sockets rooted at this path. Relative paths are resolved against the current directory. Repeat to allow multiple paths
--log-denialsWhile the command runs, capture macOS sandbox denials via log stream and print them after exit
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard sandbox linux

Run a command under the Linux sandbox (bubblewrap by default)

Arguments:

ArgumentDescription
[COMMAND]...Full command args to run under the Linux sandbox
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--permissions-profile <NAME>Named permissions profile to apply from the active configuration stack
-C, --cd <DIR>Working directory used for profile resolution and command execution
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--include-managed-configInclude managed requirements while resolving an explicit permissions profile
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard sandbox windows

Run a command under Windows restricted token (Windows only)

Arguments:

ArgumentDescription
[COMMAND]...Full command args to run under Windows restricted token sandbox
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--permissions-profile <NAME>Named permissions profile to apply from the active configuration stack
-C, --cd <DIR>Working directory used for profile resolution and command execution
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--include-managed-configInclude managed requirements while resolving an explicit permissions profile
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard debug

Debugging tools

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard debug models

Render the raw model catalog as JSON

FlagDefaultDescription
--bundledSkip refresh and dump only the bundled catalog shipped with this binary
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard debug app-server

Tooling: helps debug the app server

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard debug app-server send-message-v2

Arguments:

ArgumentDescription
<USER_MESSAGE>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard debug prompt-input

Render the model-visible prompt input list as JSON

Arguments:

ArgumentDescription
[PROMPT]Optional user prompt to append after session context
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
-i, --image <FILE>...Optional image(s) to attach to the user prompt
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard apply

Apply the latest diff produced by Wizard agent as a git apply to your local working tree

Arguments:

ArgumentDescription
<TASK_ID>
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard resume

Resume a previous interactive session (picker by default; use --last to continue the most recent)

Arguments:

ArgumentDescription
[SESSION_ID]Conversation/session id (UUID) or thread name. UUIDs take precedence if it parses. If omitted, use --last to pick the most recent recorded session
[PROMPT]Optional user prompt to start the session
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--lastContinue the most recent session without showing the picker
--allShow all sessions (disables cwd filtering and shows CWD column)
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--include-non-interactiveInclude non-interactive sessions in the resume picker and --last selection
--remote <ADDR>Connect the TUI to a remote app server endpoint.
--remote-auth-token-env <ENV_VAR>Name of the environment variable containing the bearer token to send to a remote app server websocket
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
-i, --image <FILE>...Optional image(s) to attach to the initial prompt
-m, --model <MODEL>Model the agent should use
--ossUse open-source provider
--local-provider <OSS_PROVIDER>Specify which local provider to use (lmstudio or ollama). If not specified with --oss, will use config default or show selection
-p, --profile <CONFIG_PROFILE>Configuration profile from config.toml to specify default options
--profile-v2 <CONFIG_PROFILE_V2>Layer $DBT_WIZARD_HOME/<name>.config.toml on top of the base user config
-s, --sandbox <SANDBOX_MODE>Select the sandbox policy to use when executing model-generated shell commands
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
-C, --cd <DIR>Tell the agent to use the specified directory as its working root
--add-dir <DIR>Additional directories that should be writable alongside the primary workspace
-a, --ask-for-approval <APPROVAL_POLICY>Configure when the model requires human approval before executing a command
--searchEnable live web search. When enabled, the native Responses web_search tool is available to the model (no per‑call approval)
--no-alt-screenDisable alternate screen mode
-h, --helpPrint help (see a summary with '-h')
-V, --versionPrint version
Loading table...

dbt wizard fork

Fork a previous interactive session (picker by default; use --last to fork the most recent)

Arguments:

ArgumentDescription
[SESSION_ID]Conversation/session id (UUID). When provided, forks this session. If omitted, use --last to pick the most recent recorded session
[PROMPT]Optional user prompt to start the session
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--lastFork the most recent session without showing the picker
--allShow all sessions (disables cwd filtering and shows CWD column)
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--remote <ADDR>Connect the TUI to a remote app server endpoint.
--remote-auth-token-env <ENV_VAR>Name of the environment variable containing the bearer token to send to a remote app server websocket
--strict-configError out when config.toml contains fields that are not recognized by this version of wizard
-i, --image <FILE>...Optional image(s) to attach to the initial prompt
-m, --model <MODEL>Model the agent should use
--ossUse open-source provider
--local-provider <OSS_PROVIDER>Specify which local provider to use (lmstudio or ollama). If not specified with --oss, will use config default or show selection
-p, --profile <CONFIG_PROFILE>Configuration profile from config.toml to specify default options
--profile-v2 <CONFIG_PROFILE_V2>Layer $DBT_WIZARD_HOME/<name>.config.toml on top of the base user config
-s, --sandbox <SANDBOX_MODE>Select the sandbox policy to use when executing model-generated shell commands
--dangerously-bypass-approvals-and-sandboxSkip all confirmation prompts and execute commands without sandboxing. EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed
--dangerously-bypass-hook-trustRun enabled hooks without requiring persisted hook trust for this invocation. DANGEROUS. Intended only for automation that already vets hook sources
-C, --cd <DIR>Tell the agent to use the specified directory as its working root
--add-dir <DIR>Additional directories that should be writable alongside the primary workspace
-a, --ask-for-approval <APPROVAL_POLICY>Configure when the model requires human approval before executing a command
--searchEnable live web search. When enabled, the native Responses web_search tool is available to the model (no per‑call approval)
--no-alt-screenDisable alternate screen mode
-h, --helpPrint help (see a summary with '-h')
-V, --versionPrint version
Loading table...

dbt wizard cloud

[EXPERIMENTAL] Browse tasks from Wizard Cloud and apply changes locally

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
-V, --versionPrint version
Loading table...

dbt wizard cloud exec

Submit a new wizard cloud task without launching the TUI

Arguments:

ArgumentDescription
[QUERY]Task prompt to run in wizard cloud
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--env <ENV_ID>Target environment identifier (see wizard cloud to browse)
--attempts <ATTEMPTS>Number of assistant attempts (best-of-N)
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--branch <BRANCH>Git branch to run in wizard cloud (defaults to current branch)
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard cloud status

Show the status of a wizard cloud task

Arguments:

ArgumentDescription
<TASK_ID>wizard cloud task identifier to inspect
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard cloud list

List wizard cloud tasks

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--env <ENV_ID>Filter tasks by environment identifier
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--limit <N>Maximum number of tasks to return (1-20)
--cursor <CURSOR>Pagination cursor returned by a previous call
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--jsonEmit JSON instead of plain text
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard cloud apply

Apply the diff for a wizard cloud task locally

Arguments:

ArgumentDescription
<TASK_ID>wizard cloud task identifier to apply
Loading table...
FlagDefaultDescription
--attempt <N>Attempt number to apply (1-based)
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard cloud diff

Show the unified diff for a wizard cloud task

Arguments:

ArgumentDescription
<TASK_ID>wizard cloud task identifier to display
Loading table...
FlagDefaultDescription
--attempt <N>Attempt number to display (1-based)
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard exec-server

[EXPERIMENTAL] Run the standalone exec-server service

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--listen <URL>Transport endpoint URL. Supported values: ws://IP:PORT (default), stdio, stdio://
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--remote <URL>Register this exec-server as a remote environment using the given base URL
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
--environment-id <ID>Environment id to attach to when registering remotely
--name <NAME>Human-readable environment name
--use-agent-identity-authUse Agent Identity auth from DBT_WIZARD_ACCESS_TOKEN for remote registration
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard features

Inspect feature flags

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard features list

List known features with their stage and effective state

FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard features enable

Enable a feature in config.toml

Arguments:

ArgumentDescription
<FEATURE>Feature key to update (for example: unified_exec)
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

dbt wizard features disable

Disable a feature in config.toml

Arguments:

ArgumentDescription
<FEATURE>Feature key to update (for example: unified_exec)
Loading table...
FlagDefaultDescription
-c, --config <key=value>Override a configuration value that would otherwise be loaded from ~/.dbt/wizard/config.toml. Use a dotted path (foo.bar.baz) to override nested values. The value portion is parsed as TOML. If it fails to parse as TOML, the raw string is used as a literal.
--enable <FEATURE>Enable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=true
--disable <FEATURE>Disable a feature (repeatable). Equivalent to -c features.&lt;name&gt;=false
-h, --helpPrint help (see a summary with '-h')
Loading table...

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0
Loading