Skip to content

Commit 89e52a6

Browse files
committed
set deploy flag to false
1 parent d89ddce commit 89e52a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ generating app...
6363
description:
6464
'Deploys the generated application to AWS using the --awsProfileToCopy creds. Creates new profiles in ~/.aws/credentials based on your app name and stages by copying the --awsProfileToCopy creds.',
6565
required: false,
66-
default: true,
66+
default: false,
6767
}),
6868
awsProfileToCopy: Flags.string({
6969
char: 'p',

0 commit comments

Comments
 (0)