Skip to content
Ron edited this page Oct 10, 2024 · 5 revisions

Fleetbase CLI

FLB (Fleetbase CLI) is a command-line interface tool designed for managing Fleetbase Extensions. It simplifies the process of publishing and managing both npm and PHP Composer packages, particularly for Fleetbase extensions.

Features

  • Publish Fleetbase Extensions to a specified registry.
  • Unpublish Extensions from the registry.
  • Automatically convert composer.json to package.json for PHP packages.
  • Scaffold new Fleetbase extensions.
  • Set registry token to a fleetbase instance.
  • Install and Uninstall extensions.
  • Flexible registry configuration.

Installation

To install FLB, run the following command:

npm install -g @fleetbase/cli
  1. v0.0.1 Commands
  2. v0.0.3 Commands
Clone this wiki locally