MerchantryTidbits

deploy-infra / cli

github-cli

Capability: github-cli

Use it when

  • script GitHub PRs issues and releases from the terminal
  • gh CLI automation for agent onboarding to repos

What it solves

Not the fit when

  • teaches full git internals

Install

brew install gh  # or https://cli.github.com

Invoke

gh auth login; gh repo clone owner/repo into a NEW folder; gh pr create, never force-push main.

Alternatives

No reviewed alternatives recorded yet.