@shiuing/ctx-cli
v0.1.5
Published
npm-installable ctx_cli for ContextHub phase-1 filesystem access
Readme
ctx-cli
npm-installable ctx_cli for ContextHub phase-1 filesystem access.
Install
npm install -g @shiuing/ctx-cliConfigure
ctx_cli config set baseUrl http://YOUR_HOST:24040
ctx_cli config set userId YOUR_USER_ID
printf '%s' 'YOUR_BEARER_TOKEN' | ctx_cli config set token --stdinFor a fuller agent-oriented walkthrough, see docs/agent-setup.md.
You can also inspect bundled docs after install:
ctx_cli docs list
ctx_cli docs read agent-setup.md
ctx_cli config resolve
ctx_cli doctorUse
ctx_cli search --query "cloud cutover"
ctx_cli reindex --scope-uri ctx://shiuing/defaultWorkspace
ctx_cli read ctx://shiuing/defaultWorkspace/docs/ctx-usage-experience.mdConfig is stored at ~/.ctx/config.json by default.
