Skip to content

Hopsule/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Hopsule Homebrew Tap

Official Homebrew tap for Hopsule CLI tools.

Installation

brew tap hopsule/tap
brew install hopsule

Or in one command:

brew install hopsule/tap/hopsule

Usage

# 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 status

Configuration

First time setup:

hopsule config

This 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

Environment Variables

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

Available Tools

  • hopsule - Decision-first workflow management CLI

Links

Development

To test the formula locally:

brew install --build-from-source --verbose ./Formula/hopsule.rb

Support

For issues and questions:

About

Homebrew tap for Hopsule CLI tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages