plugins#
usage: openprogram plugins [-h] verb ...
plugins list#
List installed plugins
| Option | Description |
|---|---|
--json |
Emit JSON |
plugins search#
Search configured marketplaces for plugins matching
| Option | Description |
|---|---|
query |
Search text to match plugin names/descriptions |
plugins install#
Install a plugin from pip / npm / git / path
| Option | Description |
|---|---|
source |
Where to install the plugin from |
spec |
Package name / URL / absolute path |
--ref REF |
Git ref (branch/tag/sha) for source=git |
plugins uninstall#
Remove an installed plugin
| Option | Description |
|---|---|
name |
Plugin name to uninstall |
plugins update#
Re-install (upgrade) plugins from pip/npm
| Option | Description |
|---|---|
name |
Plugin name (omit when --all) |
--all |
Update every installed plugin |
plugins enable#
Enable an installed plugin
| Option | Description |
|---|---|
name |
Plugin name to enable |
plugins disable#
Disable a loaded plugin
| Option | Description |
|---|---|
name |
Plugin name to disable |