nb plugin import
Import a packaged plugin archive or npm package into storage/plugins. This command only puts the plugin into the target directory. It does not enable the plugin automatically.
Usage
Parameters
Examples
Notes
If you already selected the target env, the default path is that env's storage/plugins.
If you only want to write the plugin into a local storage directory, pass --storage-path. In that case you can omit --env, and the CLI writes directly into <storage-path>/plugins.
After the import finishes, the usual next step is to restart the app and then decide whether you also need to enable the plugin. In most cases:
- For a first-time installation, run
nb app restartfirst, then runnb plugin enable - If you only re-imported a newer archive, restart the app first and then verify that the new version has loaded
If the source lives in a private npm registry, log in first and then import it:
You do not need to extract anything into storage/plugins by hand. nb plugin import puts the plugin into the correct directory automatically.

