Installing the CLI
Install the LogisBase CLI globally via npm so the `flb` command is available system-wide.
Installing the CLI
The LogisBase CLI is distributed on npm as @logisbase/cli. Install it globally so the flb command is on your PATH.
With npm
npm install -g @logisbase/cliWith pnpm
pnpm add -g @logisbase/cliWith Yarn
yarn global add @logisbase/cliVerify
flb --versionYou should see something like:
@logisbase/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 @logisbase/cli@latest
# or
pnpm add -g @logisbase/cli@latestUninstalling
npm uninstall -g @logisbase/cli
# or
pnpm remove -g @logisbase/cliNext Steps
- Install LogisBase — install a self-hosted LogisBase instance with the wizard
- Search Extensions — discover extensions in the registry
- Register an Account — create a registry account for publishing