Skip to content

CLI commands to Add, Remove Frontend Plugins

duttarnab edited this page Feb 2, 2022 · 3 revisions

Add Plugin

Users can develop frontend plugins for Admin UI. Please refer Frontend Plugin development document for details. The newly developed frontend plugin can be added to the Admin UI application using the below command. The plugin should be a zip file.

npm run plugin:add <path_of_the_plugin_zip_on_disk>

Remove Plugin

This command will remove plugin from Admin UI application.

npm run plugin:remove <plugin-key>

Show All Plugins

This command will display all plugins installed on Admin UI application.

npm run plugin:showAll
Clone this wiki locally