Skip to Content
🎉 New release with new features and improvements! V0.0.5 Release →

Plugins Commands

The plugins command enables to manage BSH Engine plugins from the command line.

install

Archive a plugin directory and install it to a BSH Engine instance using the official SDK.

bsh plugins install <plugin-dir> -H <host> -k <apikey> # or bsh p i <plugin-dir> -H <host> -k <apikey>
ArgumentDescriptionRequiredDefault
<plugin-dir>Path to the plugin directoryyes~
OptionDescriptionRequiredDefault
-H, --host <host>BSH Engine host URLnofrom .bshsolutions/cli.json
-k, --apikey <apikey>BSH Engine API keynofrom .bshsolutions/cli.json
bsh plugins install ./path/to/plugin \ -H https://instance-host.com \ -k <api-key>