Skip to content

Commit 3ee24a1

Browse files
authored
Fix #147 (#151)
1 parent 447512e commit 3ee24a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/node-lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ var CONTEXT_FILE = process.env.CONTEXT_FILE || 'context.json';
3535
var PREBUILT_DIRECTORY = process.env.PREBUILT_DIRECTORY || '';
3636

3737
program
38+
.command('deploy')
3839
.version(lambda.version)
39-
.alias('deploy')
4040
.description('Deploy your application to Amazon Lambda')
4141
.option('-e, --environment [' + AWS_ENVIRONMENT + ']', 'Choose environment {dev, staging, production}',
4242
AWS_ENVIRONMENT)

0 commit comments

Comments
 (0)