Versions in this module Expand all Collapse all v1 v1.2.0 Aug 4, 2019 Changes in this version + func Deploy(c context.Context, globalOpts GlobalOptions, deployOpts DeployOptions) (err error) + func Entry(c context.Context, args []string) error + func Update(c context.Context, globalOpts GlobalOptions, updateOpts UpdateOptions) (err error) + type AWSOptions struct + Endpoint string + Profile string + Region string + func (awsOpts *AWSOptions) CloudFormationClient(region string) (cloudformationiface.CloudFormationAPI, error) + func (awsOpts *AWSOptions) STSClient() (stsiface.STSAPI, error) + func (awsOpts *AWSOptions) Session() (*session.Session, error) + type DeployOptions struct + ManifestFile string + ShowDiff bool + Stack string + Tenant string + Yes bool + func ParseDeployOptions(args []string) DeployOptions + type GlobalOptions struct + AWS AWSOptions + Color bool + Version bool + func ParseGlobalOptions(args []string) GlobalOptions + type UpdateOptions struct + ParameterFiles []string + Parameters []string + ShowDiff bool + StackName string + TemplateFile string + Yes bool + func ParseUpdateOptions(args []string) UpdateOptions v1.2.0-b1 Jul 23, 2019