Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 566 Bytes

unleash-cli

CLI for interfacing with Unleash: https://www.getunleash.io/

Install

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.

Setup

Before using unleash, you should login into your Unleash instance:

unleash login

Use unleash -h to see all the available commands.