Skip to content

Commit

Permalink
feat(pm2): add pm2 init option to generate an ecosystem file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmonnier9 committed Feb 9, 2018
1 parent ce972e6 commit a38fd19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/pm2
Expand Up @@ -665,6 +665,7 @@ commander.command('logrotate')

commander.command('ecosystem [mode]')
.alias('generate')
.alias('init')
.description('generate a process conf file. (mode = null or simple)')
.action(function(mode) {
pm2.generateSample(mode);
Expand Down

0 comments on commit a38fd19

Please sign in to comment.