fizzy-cli

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2026 License: MIT Imports: 1 Imported by: 0

README

Fizzy CLI

Tests Commits per month Last commit

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-cli
NPM (Mac/Linux/Windows)
npm i -g fizzy-cli

Or...

npx -y fizzy-cli@latest

Setup

Before you start using fizzy-cli, you need to authenticate it with your Fizzy account:

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 environment variable. Edit your ~/.bashrc or ~/.zshrc and add the following line:

export FIZZY_ACCESS_TOKEN=your_access_token

Reload 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 list

The use command also supports selecting a different account:

fizzy use --account <account_slug>

Development

Tests
make test
Run
make install
fizzy --help

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package cmd
Package cmd
internal
app
Package app
Package app
config
Package config
Package config
testutil
Package testutil
Package testutil
ui
Package ui
Package ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL