Workspai.dev

CLI Platform Operations

Discover commands, frameworks, configuration, setup, compatibility, and runtime information through stable CLI surfaces.

Platform operations help users and consumers discover what the installed CLI can actually do. They are safer than copying a static command list into another product.

npx workspai version
npx workspai commands --json
npx workspai frameworks --json

commands --json is the live runtime inventory. Capability consumers should use it together with published contracts instead of assuming that a command exists because documentation mentions it.

npx workspai config show
npx workspai setup

Configuration commands manage explicit local settings and provider inputs. Secrets must not appear in generated docs, workspace contracts, context packs, or portable archives.

help, info, license, shell, cache, and bootstrap remain operational surfaces. Their output cannot override contract compatibility or evidence freshness.

Command reference: commands, frameworks, and config.