Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/nunogois/unleash-cli
- Owner: nunogois
- Created: 2022-08-03T21:17:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T15:35:56.000Z (3 months ago)
- Last Synced: 2024-10-06T11:17:31.370Z (about 2 months ago)
- Topics: cli, feature-flags, feature-toggles, hacktoberfest, unleash
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.