Skip to content

status

ddx status

Show version and status information

Synopsis

Show comprehensive version and status information for your DDX project.

This command displays:

  • Current DDX version and commit hash
  • Last update timestamp
  • Local modifications to DDX resources
  • Available upstream updates
  • Change history and differences

Examples: ddx status # Show basic status ddx status –verbose # Show detailed information ddx status –check-upstream # Check for updates ddx status –changes # List changed files ddx status –diff # Show differences ddx status –export manifest.yml # Export version manifest

ddx status [flags]

Options

      --changes          Show list of changed files
      --check-upstream   Check for upstream updates
      --diff             Show differences between versions
      --export string    Export version manifest to file
  -h, --help             help for status

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