Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 689 Bytes

File metadata and controls

37 lines (24 loc) · 689 Bytes

homebrew-tap

Gitpod's tap for Homebrew

Tapping the repository

To tap this repository, run:

brew tap gitpod-io/tap

Ona CLI

To install the ona CLI locally on Linux or macOS, simply install it via this tap:

brew install gitpod-io/tap/ona

Gitpod Classic CLI

To install Gitpod's command line interface on Linux or macOS, simply install it via this tap:

brew install gitpod-io/tap/gitpod

Development

To debug formulas locally, use these commands:

brew remove gitpod # if installed
brew install --verbose --build-from-source ./Formula/gitpod.rb # install from local source
brew audit --strict gitpod # lint the formula