Dump the current configuration
Dump the fully resolved project configuration.
Shows the merged result of all config files (embedded defaults, project config, includes, and any extra --config-file arguments) after inheritance and merge rules have been applied. Useful for debugging configuration issues or inspecting effective values.
azldev config dump [flags]
# Dump config as TOML (default)
azldev config dump
# Dump config as JSON
azldev config dump -f json
# Dump config quietly for scripting
azldev config dump -q -f json
-f, --format fmt Output format {json, toml} (default toml)
-h, --help help for dump
-y, --accept-all accept all prompts
--color mode output colorization mode {always, auto, never} (default auto)
--config-file stringArray additional TOML config file(s) to merge (may be repeated)
-n, --dry-run dry run only (do not take action)
--network-retries int maximum number of attempts for network operations (minimum 1) (default 3)
--no-default-config disable default configuration
-O, --output-format fmt output format {csv, json, markdown, table} (default table)
--permissive-config do not fail on unknown fields in TOML config files
-C, --project string path to Azure Linux project
-q, --quiet only enable minimal output
-v, --verbose enable verbose output
- azldev config - Manage tool configuration