This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AWS.CodeDeploy.
Summary
Registers with AWS CodeDeploy a revision for the specified application.
Syntax
public static Task<bool> RegisterApplicationRevision(this ICakeContext context, string applicationName, DeploySettings settings)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The cake context. |
| applicationName |
string |
The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account. |
| settings |
DeploySettings |
The DeploySettings used during the request to AWS. |
Return Value
| Type |
Description |
| Task<bool> |
|