@quiveros/cli
v0.1.1
Published
The QuiverOS command line — drive your workspace (files, metrics, agents) from the terminal or an AI agent.
Maintainers
Readme
@quiveros/cli
The command line for QuiverOS — drive your workspace (files, metrics, agents, config) straight from your terminal or an AI agent. Every command speaks JSON by default, so it's scriptable and agent-friendly.
Install
npm install -g @quiveros/cliConnect
Point it at your workspace and authenticate with a workspace API key
(Workspace → Settings → API keys, qvr_…):
quiver config set url https://quiveros.ai
quiver config set apiKey qvr_your_keyEnvironment variables override the stored config, which is handy in CI or an agent sandbox:
export QUIVER_URL=https://quiveros.ai
export QUIVER_API_KEY=qvr_your_keyUse
quiver file list # list files
quiver file get <id> # one file, hydrated
quiver metrics list # workspace metrics & KPIs
quiver tell "logged a 3-mile run" # natural-language update, routed by the agent
quiver search "acme" # find files by keyword
quiver activity # what you've done latelyAdd --help to any command for its options, and --format human for readable
output instead of JSON.
Docs
Full command reference, auth, and examples → https://quiveros.ai/docs/cli
