Automation Patterns
Gitquarry works well in automation when you treat output and state explicitly.Pattern: JSON To jq
Pattern: Compact JSON For Logs
Pattern: CSV Export
Pattern: Stateless Env-Token Execution
Pattern: Isolated Config State
Pattern: Enterprise Host Automation
Pattern: CI-Friendly Discover Search
What To Avoid
- parsing
prettyoutput in scripts - assuming progress or errors will appear on
stdout - relying on global persistent config during CI
- silently turning on discover behavior in wrappers without showing it