CLI client for Craken Spaces.
See AGENTS.md for architecture and development details.
brew install corca-ai/tap/craken-spaces-cliIf you use the installer script, download it first and run it locally instead
of piping it straight to sh:
curl -sSfL -o install.sh https://github.com/corca-ai/craken-spaces-cli/main/install.sh
sh install.shspaces <command> [options]
spaces help
spaces login you@example.com
spaces list
spaces create my-project
spaces connectThe CLI defaults to:
https://spaces.borca.aiUse another deployment with an HTTPS control-plane URL:
export SPACES_BASE_URL=https://your-deployment.example.com
spaces <command> [options]
spaces helpFor local development only, loopback http:// URLs such as
http://127.0.0.1:8080 are also accepted.
go test ./...
specdown run
./scripts/sync-contract.sh