Skip to content

config

ddx config

Configure DDx settings

Synopsis

Configure DDx settings and preferences.

This command allows you to: • View current configuration • Modify settings interactively • Set individual configuration values • Reset to defaults

Examples: ddx config # Show help ddx config set key value # Set specific value ddx config get key # Get specific value ddx config edit # Edit config in $EDITOR cat .ddx/config.yaml # View current config

ddx config [flags]

Options

      --edit          Edit configuration file directly
      --file string   Validate specific configuration file
      --global        Use global configuration
  -h, --help          help for config
      --offline       Skip network checks during validation
      --reset         Reset to default configuration
      --show-files    Display all config file locations
      --validate      Validate configuration
      --verbose       Detailed validation output
      --wizard        Run configuration wizard

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location

SEE ALSO

  • ddx - Document-Driven Development eXperience - AI development toolkit
Auto generated by spf13/cobra on 6-Apr-2026