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
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: lib/cli.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ program
60
60
.option('--imageLambdaTimeout <sec>','Set timeout for lambda function handling image optimization.',Number,IMAGE_LAMBDA_DEFAULT_TIMEOUT)
61
61
.option('--imageLambdaMemory <mb>','Set memory for lambda function handling image optimization.',Number,IMAGE_LAMBDA_DEFAULT_MEMORY)
62
62
.option('--lambdaRuntime <runtime>',"Specify version of NodeJS to use as Lambda's runtime. Options: node14, node16, node18.",'node16')
63
-
.option('--domains <domainList>','Comma-separated list of domains to use. (example: mydomain.com,mydonain.au,other.domain.com)',undefined)
63
+
.option('--domainNames <domainList>','Comma-separated list of domains to use. (example: mydomain.com,mydonain.au,other.domain.com)',undefined)
64
64
.option('--customApiDomain <domain>','Domain to forward the requests to /api routes, by default API routes will be handled by the server lambda.',undefined)
65
65
.option('--redirectFromApex','Redirect from apex domain to specified address.',false)
66
66
.option('--profile <name>','AWS profile to use with CDK.',undefined)
0 commit comments