CLI for https://fizzy.do
npm install fizzy-cli


This is a command-line interface for https://fizzy.do
You have multiple options to install:
``bash
brew tap rogeriopvl/tap
brew install fizzy-cli
`
`bash`
npm i -g fizzy-cli
Or...
`bash`
npx -y fizzy-cli@latest
Before you start using fizzy-cli, you need to authenticate it with your Fizzy
account:
`bash`
fizzy login
The 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~/.bashrc
environment variable. Edit your or ~/.zshrc and add the following
line:
`bash`
export FIZZY_ACCESS_TOKEN=your_access_token
Reload the shell, and run the fizzy login command again to confirm that you'refizzy-cli
authenticated. If you have only one Fizzy account, will select it
automatically. Otherwise you will be able to select which one you want to use.
You can choose which board you want to pre-select for all your commands with:
`bash`
fizzy use --board
To get the board name just type:
`bash`
fizzy board list
The use command also supports selecting a different account:
`bash`
fizzy use --account
`bash`
make test
`bash`
make install
`bash``
fizzy --help