Homebrew formulae for Runpoint CLI tools.
brew tap solaris-partners/tap
brew install rp| Formula | Description |
|---|---|
rp |
Runpoint CLI for project credentials management |
brew update
brew upgrade rpThe rp formula requires the @runpoint/cli package to be published to npm. Until then, install via:
# Via npm (requires Node.js 18+)
npm install -g @runpoint/cli
# Or via install script
curl -fsSL https://os.runpoint.ai/install.sh | bash