Skip to main content

Extension Commands

You can see a full list of all the available commands by running:

hubai extension --help

Create

You can create a new extension from a template by running:

hubai extension create

Then just choose the template you want to use and follow the instructions.

Package

To generate a package, go to the root folder of your extension project and run:

hubai extension package

Publish

Publishes the extension to the package registry. You need to be authenticated (see authentication).

hubai extension publish