Skip to main content

Plugin CLI

Manage plugin extensions

These commands manage CodeBolt extensions. Most of them create a temporary local server context through executeAction() before calling the extension endpoints.

Subcommands

SubcommandDescriptionArgsOptions
createCreate a new plugin from a template07
publishPublish a plugin to the CodeBolt registry02
listList all published plugins00

create

Create a new plugin from a template

codebolt action plugin create [options]

Arguments

This command takes no positional arguments.

Options

FlagsRequiredDescription
--name <name>NoName for the new plugin
--path <path>NoTarget directory
--project <path>NoProject directory for server context
--template <name>NoTemplate to use
--id <id>NoUnique identifier
--description <text>NoDescription of the plugin
--skip-installNoSkip npm install after creation

publish

Publish a plugin to the CodeBolt registry

codebolt action plugin publish [options]

Arguments

This command takes no positional arguments.

Options

FlagsRequiredDescription
--path <path>NoPath to plugin directory
--project <path>NoProject directory for server context

list

List all published plugins

codebolt action plugin list

Arguments

This command takes no positional arguments.

Options

This command takes no options.