CakeEnvironmentExtensions.

CreateDeploySettings(ICakeEnvironment) Method

Summary

Helper method to get the AWS Credentials from environment variables

Syntax

public static DeploySettings CreateDeploySettings(this ICakeEnvironment environment)

Parameters

Name Type Description
environment ICakeEnvironment The cake environment.

Return Value

Type Description
DeploySettings A new DeploySettings instance to be used in calls to the IDeployManager.