fizzy-cli
v0.2.1
Published
CLI for https://fizzy.do
Readme
Fizzy CLI
This is a command-line interface for https://fizzy.do
Install
You have multiple options to install:
Homebrew (Mac/Linux)
brew tap rogeriopvl/tap
brew install fizzy-cliNPM (Mac/Linux/Windows)
npm i -g fizzy-cliOr...
npx -y fizzy-cli@latestSetup
Before you start using fizzy-cli, you need to authenticate it with your Fizzy
account:
fizzy loginThe first time you run this command it will print out the instructions for you to follow. These instructions will guide you through creating an access token on the Fizzy web app.
After you get the token, setup your shell to export the FIZZY_ACCESS_TOKEN
environment variable. Edit your ~/.bashrc or ~/.zshrc and add the following
line:
export FIZZY_ACCESS_TOKEN=your_access_tokenReload the shell, and run the fizzy login command again to confirm that you're
authenticated. If you have only one Fizzy account, fizzy-cli will select it
automatically. Otherwise you will be able to select which one you want to use.
Board selection
You can choose which board you want to pre-select for all your commands with:
fizzy use --board <board_name>To get the board name just type:
fizzy board listThe use command also supports selecting a different account:
fizzy use --account <account_slug>Development
Tests
make testRun
make installfizzy --help