Skip to content

upgrade

ddx upgrade

Upgrade DDx to the latest version

Synopsis

Upgrade DDx binary to the latest release version.

This command: • Checks for the latest DDx release on GitHub • Downloads and executes the installation script • Replaces the current binary with the latest version • Preserves all your project configurations

Examples: ddx upgrade # Upgrade to latest version ddx upgrade –check # Only check for updates ddx upgrade –force # Force upgrade even if already latest

ddx upgrade [flags]

Options

      --check   Check for updates without upgrading
      --force   Force upgrade even if already on latest version
  -h, --help    help for upgrade

Options inherited from parent commands

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

SEE ALSO

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