Skip to content

Install the CLI

EasyRunner is distributed with Homebrew. The CLI entry point is er; easy may also be available as an alias.

Release Channels

Use stable for the most conservative release channel.

brew tap janaka/easyrunner
brew install easyrunner-cli

Use beta for current preview releases and preview testing.

brew tap janaka/easyrunner
brew install easyrunner-cli-beta

Use dev only when you intentionally want bleeding-edge builds.

brew tap janaka/easyrunner-dev
brew install easyrunner-cli-dev

Verify

er --version
er --help

Update

brew update
brew upgrade easyrunner-cli
brew update
brew upgrade easyrunner-cli-beta
brew update
brew upgrade easyrunner-cli-dev

Troubleshooting

Homebrew says formula not found

Check that the correct tap exists:

brew tap | grep easyrunner

Stable and beta use janaka/easyrunner. Dev uses janaka/easyrunner-dev.

Multiple versions conflict

Remove all EasyRunner formulae, then install one channel:

brew list | grep easyrunner
brew uninstall easyrunner-cli easyrunner-cli-beta easyrunner-cli-dev
brew install easyrunner-cli-beta

Next

Run First-Run Setup, then Install a License.