Installing the CLI
Install the Fleetbase CLI globally via npm so the `flb` command is available system-wide.
Installing the CLI
The Fleetbase CLI is distributed on npm as @fleetbase/cli. Install it globally so the flb command is on your PATH.
With npm
npm install -g @fleetbase/cliWith pnpm
pnpm add -g @fleetbase/cliWith Yarn
yarn global add @fleetbase/cliVerify
flb --versionYou should see something like:
@fleetbase/cli 0.0.6Get Help
Every command supports --help:
flb --help
flb scaffold --help
flb install --helpThe top-level flb --help lists all available commands.
Updating
To update an existing install:
npm install -g @fleetbase/cli@latest
# or
pnpm add -g @fleetbase/cli@latestUninstalling
npm uninstall -g @fleetbase/cli
# or
pnpm remove -g @fleetbase/cliNext Steps
- Install Fleetbase — install a self-hosted Fleetbase instance with the wizard
- Search Extensions — discover extensions in the registry
- Register an Account — create a registry account for publishing