From 2ca657c5f0bcc1175a10191ab5fed5ce56d92413 Mon Sep 17 00:00:00 2001 From: Aadivya Raushan <96186374+aadivyaraushan@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:26:04 +0530 Subject: [PATCH] docs: sync README Commands with managed CLI help (#129) 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 --- README.md | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2447d66..e1d4059 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,13 @@ Current showcase rows: ## Commands +This Commands list is a curated user-facing subset; the full CLI surface is `greplica --help`. + ```bash greplica install --mode local --platform codex|claude|copilot|cursor|opencode|openhands|factory-droid|antigravity --embedding local|openai [--hooks enabled|disabled] [--auto-memory enabled|disabled] -greplica login [--api-url https://memory.autoloops.ai] greplica install --mode managed [--platform codex|claude|copilot|cursor|opencode|openhands|factory-droid|antigravity] [--managed-repo ] [--hooks enabled|disabled] [--auto-memory enabled|disabled] +greplica uninstall +greplica login [--api-url https://memory.autoloops.ai] greplica logout greplica whoami greplica repo status @@ -159,12 +162,47 @@ greplica graph context "" [--debug] greplica graph audit anchors greplica graph view [--out ] [--no-open] greplica graph export -greplica proposal validate -greplica proposal apply +greplica proposal validate +greplica proposal apply greplica session mark-memory-current --session-ref greplica transcript bundle --platform codex|claude|copilot|opencode --file [--file ...] --out ``` +### Managed administration + +Organization, invitation, and remaining repository administration commands from top-level CLI help: + +```bash +greplica org create --name [--slug ] +greplica org list +greplica org invite --org --github-user +greplica org members --org +greplica org role --org --user --role admin|member|guest +greplica org remove-member --org --user +greplica org leave --org +greplica invite list +greplica invite accept +greplica invite revoke +greplica repo create --org --name +greplica repo list +greplica repo connect --managed-repo [--confirm-mode-switch] [--confirm-rebind] +greplica repo rebind --managed-repo --confirm-rebind +greplica repo github-install +greplica repo enroll-github --org --installation --github-repo [--name ] +greplica repo link-github --installation --github-repo +greplica repo archive +greplica repo restore +greplica repo discovery --discovery listed|unlisted +greplica repo invite-reader --github-user +greplica repo grant-memory-admin --user +greplica repo revoke-memory-admin --user +greplica repo request-access --managed-repo +greplica repo access-requests +greplica repo approve-access --request +greplica repo deny-access --request +greplica repo publish --from-local +``` + - `greplica graph context ""` - returns Markdown for agent use. Add `--debug` for the full retrieval payload with ranking signals. - `greplica graph read` - prints the current graph view: all components, flows, claims, sources, and edges in scope. - `greplica graph view` to visualise the current memory in a local HTML, opens in your default browser. Use `--out` to choose where the file is written; by default it goes to a temp path.