- Node.js 22 or newer
- npm
- a ComPress store admin account
- permission to create store CLI API keys
Check your runtime:
node --version
npm --versionUse this path while the public npm package is not yet published:
npm install -g github:lyc-aon/compress-store-agent-cli
compress doctor --jsonTo update, rerun the same install command.
Use this path after @compress/cli is published:
npm install -g @compress/cli
compress doctor --jsonTo update:
npm install -g @compress/cli@latest
compress upgrade status --jsoncompress upgrade status reports the install channel and recommended
package-manager command. The CLI does not self-update because npm, Homebrew,
Scoop, WinGet, and release archives own their installed files.
compress doctor --json
compress mcp bundlesdoctor is safe to run. It reports profile, PATH, Node, and credential-store
status without printing token secrets.