Official Homebrew tap for Hopsule CLI tools.
brew tap hopsule/tap
brew install hopsuleOr in one command:
brew install hopsule/tap/hopsule# Show version
hopsule --version
# Show help
hopsule --help
# Configure CLI
hopsule config
# List decisions
hopsule list
# Create decision
hopsule create
# Get decision details
hopsule get <id>
# Accept decision
hopsule accept <id>
# Deprecate decision
hopsule deprecate <id>
# Show status
hopsule statusFirst time setup:
hopsule configThis will prompt you for:
- API URL: Your decision-api endpoint (e.g.,
http://localhost:8080) - Project ID: Your project identifier
- Auth Token: Your JWT authentication token
Configuration is saved to ~/.decision-cli/config.yaml
Alternatively, you can use environment variables:
export DECISION_API_URL=http://localhost:8080
export DECISION_PROJECT=<project-id>
export DECISION_TOKEN=<jwt-token>
hopsule list- hopsule - Decision-first workflow management CLI
To test the formula locally:
brew install --build-from-source --verbose ./Formula/hopsule.rbFor issues and questions: