Commands
Reference table of every Fleetbase CLI command with a one-line description and a link to its page.
Quick reference for every command the flb CLI exposes. Click any command for the full options, examples, and behavior.
| Command | Description |
|---|
flb install-fleetbase | Interactive Docker-based wizard that installs a self-hosted Fleetbase instance |
| Command | Description |
|---|
flb register | Create a new Fleetbase Extension Registry developer account |
flb verify | Verify a registry account email and receive your auth token |
flb resend-verification | Request a fresh verification code |
flb login | Log in to the registry with username + password (writes to ~/.npmrc) |
flb set-auth | Write a registry auth token into a Fleetbase instance's console/.npmrc and api/auth.json |
flb generate-token | Generate (or regenerate) a long-lived registry auth token |
| Command | Description |
|---|
flb search | Browse and filter the Extension Registry from the command line |
flb install | Install an extension into a running Fleetbase instance |
flb uninstall | Remove an installed extension from a Fleetbase instance |
| Command | Description |
|---|
flb scaffold | Generate a new extension from the starter template |
flb version-bump | Increment the version across extension.json, package.json, and composer.json |
flb bundle | Pack an extension into a versioned .tar.gz |
flb bundle-upload | Upload an existing bundle to the registry |
flb publish | Publish an extension to the registry via npm publish |
flb unpublish | Remove a published extension from the registry |
| Command | Description |
|---|
flb --version (or -v) | Print the CLI version |
flb --help | Show top-level help and command list |
flb <command> --help | Show help for a specific command |
These options work with every command:
| Option | Default | Description |
|---|
-v, --version | — | Print the CLI version |
-r, --registry [url] | https://registry.fleetbase.io | Override the registry URL |
--help | — | Show help for the current command |