You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The AWS Profile to copy in the ~/.aws/credentials file and used to deploy the application. Defaults to the 'default' profile. Specify --noCopyAwsProfile to skip this step",
74
74
default: 'default',
75
75
}),
76
-
noCopyAwsProfile: Flags.boolean({
77
-
description:
78
-
'Skips copying an AWS profile in the ~/.aws/credentials file. You must specify a your-app-name_dev (as well as _staging and _prod) profile before you can deploy the app.',
79
-
required: false,
80
-
default: false,
81
-
}),
82
76
replaceAppDefinition: Flags.boolean({
83
77
char: 'r',
84
78
description: 'Replaces the current .codegenie directory.',
@@ -90,11 +84,16 @@ generating app...
90
84
required: false,
91
85
default: false,
92
86
}),
87
+
idp: Flags.string({
88
+
description: 'Supported identity providers. Valid values include "Google" and "SAML". Can be specified multiple times to enable multiple IDPs.',
0 commit comments