Testing new plugins
This page describes how you can test newly created Magnolia CLI plugins. After you’ve created a new CLI plugin, you can connect it with the CLI.
Building and packing
-
Build the plugin. In the folder with your new plugin, run this npm command:
npm run build
-
Pack the package.
npm pack
You should see the following message:
... <plugin_name>-<plugin_version>.tgz