Skip to content

Commit

Permalink
docs: add documentation on new pm2 install command
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Feb 8, 2018
1 parent 828a30d commit c90c453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/pm2
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,11 @@ commander.command('update')
/**
* Module specifics
*/
commander.command('install [module|git:// url]')
commander.command('install [module|git:// url|json]')
.alias('module:install')
.option('--v1', 'install module in v1 manner (do not use it)')
.option('--safe [time]', 'keep module backup, if new module fail = restore with previous')
.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')
.action(function(plugin_name, opts) {
if (opts.v1)
commander.v1 = true;
Expand Down

0 comments on commit c90c453

Please sign in to comment.