Skip to content

docs: sync README Commands with managed CLI help (#129) - #172

Open
aadivyaraushan wants to merge 1 commit into
Autoloops:mainfrom
aadivyaraushan:docs/readme-cli-sync-129
Open

docs: sync README Commands with managed CLI help (#129)#172
aadivyaraushan wants to merge 1 commit into
Autoloops:mainfrom
aadivyaraushan:docs/readme-cli-sync-129

Conversation

@aadivyaraushan

Copy link
Copy Markdown

Summary

Test plan / dry-run evidence

Gates cleared on commit 2ca657c before opening this PR (iterate-until-green).

Build + CLI help

npm ci && npm run build
node dist/apps/cli/main.js --help

Transcript:

Usage:
  main.js install --mode local|managed [--platform codex|claude|copilot|cursor|opencode|openhands|factory-droid|antigravity] [--embedding local|openai] [--managed-repo <id>] [--hooks enabled|disabled] [--auto-memory enabled|disabled]
  main.js uninstall
  main.js repo status
  main.js login [--api-url <url>]
  main.js logout
  main.js whoami
  main.js org create --name <name> [--slug <slug>]
  main.js org list
  main.js org invite --org <id> --github-user <login>
  main.js org members --org <id>
  main.js org role --org <id> --user <id> --role admin|member|guest
  main.js org remove-member --org <id> --user <id>
  main.js org leave --org <id>
  main.js invite list
  main.js invite accept <id>
  main.js invite revoke <id>
  main.js repo create --org <id> --name <name>
  main.js repo list
  main.js repo connect --managed-repo <id> [--confirm-mode-switch] [--confirm-rebind]
  main.js repo rebind --managed-repo <id> --confirm-rebind
  main.js repo github-install
  main.js repo enroll-github --org <id> --installation <id> --github-repo <id> [--name <name>]
  main.js repo link-github --installation <id> --github-repo <id>
  main.js repo archive
  main.js repo restore
  main.js repo discovery --discovery listed|unlisted
  main.js repo invite-reader --github-user <login>
  main.js repo grant-memory-admin --user <id>
  main.js repo revoke-memory-admin --user <id>
  main.js repo request-access --managed-repo <id>
  main.js repo access-requests
  main.js repo approve-access --request <id>
  main.js repo deny-access --request <id>
  main.js repo publish --from-local
  main.js config
  main.js doctor [--check-embeddings]
  main.js embeddings prewarm
  main.js graph read
  main.js graph context <query> [--debug]
  main.js graph audit anchors
  main.js graph export <dir>
  main.js graph view [--out <file>] [--no-open]
  main.js proposal validate <file>
  main.js proposal apply <file>
  main.js session mark-memory-current --session-ref <ref>
  main.js transcript bundle --platform codex|claude|copilot|opencode --file <path> [--file <path>...] --out <bundle.md>

Reviewer checklist (PASS)

Check Result
Every top-level --help usage appears in README Commands or Managed administration (curated-subset note covers intentional subset framing) PASS
Managed administration block complete (all org *, invite *, remaining repo *) PASS (28 usage lines)
#130 items still present (embeddings prewarm, session mark-memory-current, OpenCode in transcript bundle) PASS
Proposal placeholders use <file>; curated-subset note present PASS

Refs

Closes / addresses managed-CLI docs drift for #129 (original #130 gaps already fixed).

Made with Cursor

Add uninstall, a Managed administration block for org/invite/repo admin
usage, curated-subset note, and align proposal placeholders with --help.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 22, 2026 13:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants