ElasticBeanstalkAliases.

CreateApplicationVersionAsync(ICakeContext, string, string, string, string, string, bool, ElasticBeanstalkSettings) Method

Summary

Creates an application version

Syntax

public static Task<bool> CreateApplicationVersionAsync(this ICakeContext context, string applicationName, string description, string versionLabel, string s3Bucket, string s3Key, bool autoCreateApplication, ElasticBeanstalkSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The Cake context
applicationName string The application name
description string The description
versionLabel string The version label
s3Bucket string The S3 bucket
s3Key string The S3 key
autoCreateApplication bool The auto create application
settings ElasticBeanstalkSettings The settings

Return Value

Type Description
Task<bool>