Skip to content

nunogois/unleash-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.