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.

Terminal window
npx octoguide https://github.com/JoshuaKGoldberg/OctoGuide/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 JoshuaKGoldberg/OctoGuide/issues/19 --config strict