Skip to content

checkpoint

ddx checkpoint

Create, list, or restore named git checkpoints

Synopsis

Manage named checkpoints as lightweight git tags with a DDx prefix.

Examples: ddx checkpoint pre-build # Create checkpoint tagged ddx/pre-build ddx checkpoint –list # List all DDx checkpoints ddx checkpoint –restore pre-build # Restore working tree to checkpoint

ddx checkpoint [name] [flags]

Options

  -h, --help             help for checkpoint
      --list             List all checkpoints
      --restore string   Restore to this checkpoint

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