Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nunogois/unleash-cli

CLI for interfacing with Unleash: https://www.getunleash.io/
https://github.com/nunogois/unleash-cli

cli feature-flags feature-toggles hacktoberfest unleash

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# unleash-cli

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

## Install

Homebrew:

```bash
brew install nunogois/brews/unleash
```

npm / yarn global install:

```bash
npm i -g @nunogois/unleash-cli
```

```bash
yarn global add @nunogois/unleash-cli
```

Or you can download the [latest release](https://github.com/nunogois/unleash-cli/releases/latest) instead.

## Setup

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

```bash
unleash login
```

Use `unleash -h` to see all the available commands.