File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Plugins/AWSLambdaDeployer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -292,15 +292,15 @@ OPTIONS:
292
292
--verbose Produce verbose output for debugging.
293
293
--archive-path <archive-path>
294
294
The path where the archive plugin created the ZIP archive.
295
- Must be aligned with the value passed to archive --output-path.
295
+ Must be aligned with the value passed to archive --output-path plugin .
296
296
(default: .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager)
297
297
--configuration <configuration>
298
298
Build for a specific configuration.
299
299
Must be aligned with what was used to build and package.
300
300
Valid values: [ debug, release ] (default: debug)
301
- --force Overwrites existing SAM deployment descriptor
302
- --nodeploy Generates the JSON deployment descriptor, but do not deploy.
303
- --nolist Do not list endpoints
301
+ --force Overwrites existing SAM deployment descriptor.
302
+ --nodeploy Generates the YAML deployment descriptor, but do not deploy.
303
+ --nolist Do not list endpoints.
304
304
--stack-name <stack-name>
305
305
The name of the CloudFormation stack when deploying.
306
306
(default: the project name)
You can’t perform that action at this time.
0 commit comments