We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828a30d commit c90c453Copy full SHA for c90c453
bin/pm2
@@ -464,11 +464,11 @@ commander.command('update')
464
/**
465
* Module specifics
466
*/
467
-commander.command('install [module|git:// url]')
+commander.command('install [module|git:// url|json]')
468
.alias('module:install')
469
.option('--v1', 'install module in v1 manner (do not use it)')
470
.option('--safe [time]', 'keep module backup, if new module fail = restore with previous')
471
- .description('install or update a module and run it forever')
+ .description('install or update a module (or a set of modules) and run it forever')
472
.action(function(plugin_name, opts) {
473
if (opts.v1)
474
commander.v1 = true;
0 commit comments