Skip to content

corca-ai/craken-spaces-cli

Repository files navigation

craken-spaces-cli

CLI client for Craken Spaces.

See AGENTS.md for architecture and development details.

Install

brew install corca-ai/tap/craken-spaces-cli

If 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.sh

Usage

spaces <command> [options]
spaces help
spaces login you@example.com
spaces list
spaces create my-project
spaces connect

The CLI defaults to:

https://spaces.borca.ai

Use another deployment with an HTTPS control-plane URL:

export SPACES_BASE_URL=https://your-deployment.example.com
spaces <command> [options]
spaces help

For local development only, loopback http:// URLs such as http://127.0.0.1:8080 are also accepted.

Development

go test ./...
specdown run
./scripts/sync-contract.sh

About

CLI for Craken Spaces

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors