Skip to content

Standalone CLI

OctoGuide also provides a standalone octoguide CLI you can run outside GitHub Actions. octoguide can analyze a GitHub contribution and preview what rule violations that the OctoGuide action would report for it. This CLI to use the same underlying API as also used in the GitHub Action.

Terminal window
npx octoguide https://github.com/OctoGuide/bot/issues/19
Found 0 reports. Great! ✅

The octoguide CLI takes in one required positional argument for the activity to be scanned.

Which preset config to use, as either:

  • recommended (default)
  • strict
Terminal window
npx octoguide OctoGuide/bot/issues/19 --config strict