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.ElasticBeanstalk.
Summary
Deploys an application version
Syntax
public static Task<bool> DeployApplicationVersionAsync(this ICakeContext context, string applicationName, string environmentName, string versionLabel, ElasticBeanstalkSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake context |
applicationName |
string |
The application name |
environmentName |
string |
|
versionLabel |
string |
The version label |
settings |
ElasticBeanstalkSettings |
The settings |
Return Value
Type |
Description |
Task<bool> |
|