Getting started with Fiberplane 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:
brew install fiberplane/tap/fp
Install script:
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
fp login
Verify that Fiberplane CLI is working correctly by typing fp without any arguments. You should see a list of available commands.
Updating the CLI
To update simply type:
fp update
Guides
Manage fpd and Providers with the CLI
Updated 14 days ago