Skip to content

Getting started with CLI

Fiberplane CLI is a command-line tool that helps you install Proxies, set up Providers data sources, create and manage Notebooks and Templates all from your terminal.

Installing the CLI

Download and install the Fiberplane CLI.

Homebrew:

Terminal window
brew install fiberplane/tap/fp

Install script:

Terminal window
curl --proto '=https' --tlsv1.2 -sSf https://fp.dev/install.sh | sh

Or download the Fiberplane CLI manually (make sure to make it executable):

Authenticate your CLI with Fiberplane

Terminal window
fp login

Verify that Fiberplane CLI is working correctly by typing fp without any arguments. You should see a list of available commands.

CLI

Updating the CLI

To update simply type:

Terminal window
fp update