Skip to content

Commit

Permalink
Merge pull request #4267 from luislobo/patch-3
Browse files Browse the repository at this point in the history
[PATCH] Adds  --staging to lift help
  • Loading branch information
mikermcneil committed Dec 27, 2017
2 parents db002a9 + bc34ce8 commit 9c532dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/sails.js
Expand Up @@ -49,6 +49,7 @@ program.usage('[command]');
var cmd;
cmd = program.command('lift');
cmd.option('--prod', 'Lift in "production" environment.');
cmd.option('--staging', 'Lift in "staging" environment.');
cmd.option('--port [port]', 'Listen on the specified port (defaults to 1337).');
cmd.option('--silent', 'Set log level to "silent".');
cmd.option('--verbose', 'Set log level to "verbose".');
Expand Down

0 comments on commit 9c532dc

Please sign in to comment.