diff --git a/lib/binaries/CLI.js b/lib/binaries/CLI.js index 209cb0ba8..21bcc3ba6 100644 --- a/lib/binaries/CLI.js +++ b/lib/binaries/CLI.js @@ -328,7 +328,8 @@ commander.command('startOrRestart ') pm2._startJson(file, commander, 'restartProcessId'); }); -commander.command('startOrReload ') +commander.command('start-or-reload ') + .alias('startOrReload') .description('start or gracefully reload JSON file') .action(function(file) { pm2._startJson(file, commander, 'reloadProcessId');