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 checkpointOptions 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 outputSEE ALSO
- ddx - Document-Driven Development eXperience - AI development toolkit