@orqenix/cli
v0.5.0
Published
The orqenix command-line tool
Readme
@orqenix/cli
The orqenix command-line surface for Phase 5 (CR v7.1 Ch.19).
Install (workspace local)
pnpm --filter @orqenix/cli build
node packages/cli/dist/bin.js --helpCommands
orqenix v0.5.0-phase-5
Commands:
scope init --name <n>
scope info
link create --remote <id> [--direction outbound|inbound]
link list [--status active|pending|revoked]
link revoke --remote <id> [--direction outbound|inbound]
workspace create --name <n>
workspace list
audit verify
audit tail [--kind <kind>] [--limit 50]
detach plan --kind unlink-remote --remote <id>
detach plan --kind full-detach
detach exec --kind <kind> [--remote <id>] --token <t> [--dry-run]
migrate up
migrate rollback --backup <path>
migrate status
versionEnvironment
| Variable | Default | Purpose |
| --------------- | ---------------------------------- | ------------------------------------------- |
| ORQENIX_ROOT | cwd | Scope root directory (contains .orqenix/) |
| ORQENIX_DB | $ORQENIX_ROOT/.orqenix/kb.sqlite | SQLite database path |
| ORQENIX_SCOPE | placeholder | Local scope ID for the session |
Charter gate: G25 CLI Surface.
