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 Task<bool> DeployApplicationVersionAsync(string applicationName, string environmentName, string versionLabel, ElasticBeanstalkSettings settings)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
Parameters
| Name |
Type |
Description |
| applicationName |
string |
The application name |
| environmentName |
string |
|
| versionLabel |
string |
The version label |
| settings |
ElasticBeanstalkSettings |
The settings |
Return Value
| Type |
Description |
| Task<bool> |
|