CakeContextExtensions.

CreateDeploySettings(ICakeContext) Method

Summary

Helper method to get the AWS Credentials from environment variables

Syntax

public static DeploySettings CreateDeploySettings(this ICakeContext context)

Parameters

Name Type Description
context ICakeContext The cake context.

Return Value

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