CLI Overview
The CLI ( intelligencex ) handles auth, onboarding, reviewer runs, analysis commands, and operational utilities like usage and credits.
Quickstart: CLI Quickstart
Common commands
intelligencex auth login
intelligencex auth export --format store-base64
intelligencex setup autodetect
intelligencex setup wizard
intelligencex setup web
intelligencex reviewer run
intelligencex reviewer resolve-threads
intelligencex analyze run --config .intelligencex/reviewer.json --out artifacts
intelligencex analyze export-config --out artifacts/analysis-config
intelligencex analyze validate-catalog
intelligencex analyze list-rules --format markdown --pack all-50
intelligencex usageRun a review locally
export INPUT_REPO=owner/name
export INPUT_PR_NUMBER=123
intelligencex reviewer runOr point to a GitHub event payload:
export GITHUB_EVENT_PATH=/path/to/event.json
intelligencex reviewer runResolve stale threads locally
intelligencex reviewer resolve-threads --repo owner/name --pr 123Auth export for GitHub Secrets
intelligencex auth export --format store-base64Usage and credits
intelligencex usage --eventsUsage reporting
intelligencex telemetry usage report --out-dir artifacts/usage-report --github-user <login>Use Usage Reporting for the full guide to default discovery across current profiles, Windows.old , WSL, GitHub sections, and provider-specific notes such as Copilot CLI local activity.
GitHub secret upload (optional)
intelligencex auth login --set-github-secret --repo owner/name --github-token $TOKEN