nocobase/docs/plugins/index.md
2021-11-19 15:40:29 +08:00

2.2 KiB

title nav
Overview
title order
Plugins 4

Plugins

Plugin Manager Not Available

It is not yet possible to manage plugins via the CLI, this part is still under design and development.

Development can download, activate, disable, and remove plugins via the command line, which corresponds to

# Download plugins, which can be activated quickly with the --enable argument
yarn nocobase pm:download <plugin-name> --enable
# Activate the plugin
yarn nocobase pm:enable <plugin-name>
# Disable the plugin
yarn nocobase pm:disable <plugin-name>
# Remove the plugin
yarn nocobase pm:remove <plugin-name>

List of existing plugins

Core plugins

Other plugins