Skip to main content

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

Use this for tests and ephemeral agent runs.

Pattern: Enterprise Host Automation

What To Avoid

  • parsing pretty output 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