DocumentationInstall CLI

Install CLI

Set up the FusePlane command line interface.

Prerequisites

  • Node.js 18.0.0 or later
  • npm, yarn, or pnpm
  • A FusePlane account (sign up at fuseplane.com)

Installation

Install globally to simplify project initiation.

npm
1npm install -g @fuseplane/cli
yarn
1yarn global add @fuseplane/cli
pnpm
1pnpm add -g @fuseplane/cli

Authentication

Once installed, log in to your account via the CLI.

Terminal
1fuseplane login

This will open a browser window to authenticate locally.