log
ddx log
Show DDX asset history
Synopsis
Show commit history for DDX assets and resources.
This command displays the git log for your DDX resources, helping you track changes, updates, and the evolution of your project setup.
Examples: ddx log # Show recent commit history ddx log -n 10 # Show last 10 commits ddx log –oneline # Show compact format ddx log –since=“1 week ago” # Show commits from last week
ddx log [flags]Options
--author string Filter by author
--diff Show changes in each commit
--export string Export history to file (format: .md, .json, .csv, .html)
--grep string Filter by commit message
-h, --help help for log
--limit int Limit number of commits to show (same as --number) (default 20)
-n, --number int Number of commits to show (default 20)
--oneline Show compact one-line format
--since string Show commits since date (e.g., '1 week ago')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 outputSEE ALSO
- ddx - Document-Driven Development eXperience - AI development toolkit