/* commands */
Commands
Sydes currently documents incident analysis first. Use this page as the CLI reference for the supported investigation workflow.
/* incident analysis */
sydes incident analyze logs/*.log
sydes incident analyze logs/*.log --grep "session lookup failed"
sydes incident analyze logs/*.log --query "Why are session lookups failing?"
sydes incident analyze logs/*.log --query "Why are session lookups failing?" --grep "session lookup failed"
Whole-log analysis is broad and approximate. Adding
--grep narrows to precise signals,
--query adds semantic investigation, and using both
together is usually the best workflow.
Architecture understanding and tests are planned future Sydes capabilities, but they are not the main CLI focus today.