π¦ ClawHub
bool-cli
by @jkeesh
Deploy sites to Bool.com via the bool CLI. Use when creating, deploying, updating, or managing Bool projects.
βοΈ Configuration
1. Install: npm install -g bool-cli
2. Authenticate: Set BOOL_API_KEY env var, or run bool auth login interactively
3. Verify: Run bool auth status to confirm the connection
The API key is saved to ~/.config/bool-cli/config.json. The BOOL_API_KEY environment variable takes precedence over the saved config.
π Tips & Best Practices
bool bools list --json | jq '.[].slug' to get all slugs for scriptingbool bools create, the slug is derived from the name (e.g., "My Project" -> my-project)bool bools info --json to get the latest version number programmaticallyhttps://.bool01.com TERMINAL
clawhub install bool-cli