-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Ron edited this page Oct 10, 2024
·
5 revisions
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.
- Publish Fleetbase Extensions to a specified registry.
- Unpublish Extensions from the registry.
- Automatically convert
composer.json
topackage.json
for PHP packages. - Scaffold new Fleetbase extensions.
- Set registry token to a fleetbase instance.
- Install and Uninstall extensions.
- Flexible registry configuration.
To install FLB, run the following command:
npm install -g @fleetbase/cli