This tap contains Homebrew casks for CLI tools maintained by open-cli-collective.
brew tap open-cli-collective/tap| Tool | Binary | Description | Install |
|---|---|---|---|
| jira-ticket-cli | jtk |
CLI for Jira Cloud | brew install --cask jtk |
| slack-chat-api | slck |
CLI for Slack | brew install --cask slck |
| confluence-cli | cfl |
CLI for Atlassian Confluence | brew install --cask cfl |
| newrelic-cli | nrq |
CLI for New Relic | brew install --cask nrq |
| google-readonly | gro |
Read-only CLI for Google services | brew install --cask gro |
| cpm | cpm |
Claude plugin manager | brew install --cask cpm |
For backwards compatibility, these aliases are also available:
| Alias | Points To |
|---|---|
jira-ticket-cli |
jtk |
slack-chat-cli |
slck |
newrelic-cli |
nrq |
gmail-ro |
Legacy Gmail-only CLI |
google-readonly |
gro |
After tapping, install any tool using the short name:
# Jira CLI
brew install --cask jtk
# Slack CLI
brew install --cask slck
# Confluence CLI
brew install --cask cfl
# New Relic CLI
brew install --cask nrq
# Google services CLI (Gmail, Calendar, Contacts, Drive)
brew install --cask gro
# Claude plugin manager
brew install --cask cpmbrew update
brew upgrade --cask <tool-name>These tools are distributed as casks (rather than formulas) to automatically handle macOS Gatekeeper quarantine removal for unsigned binaries.