CLI for interfacing with Unleash: https://www.getunleash.io/
Homebrew:
brew install nunogois/brews/unleash
npm / yarn global install:
npm i -g @nunogois/unleash-cli
yarn global add @nunogois/unleash-cli
Or you can download the latest release instead.
Before using unleash
, you should login into your Unleash instance:
unleash login
Use unleash -h
to see all the available commands.