Documentation ¶
Index ¶
- 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
- type DeployOptions
- type GlobalOptions
- type UpdateOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deploy ¶
func Deploy(c context.Context, globalOpts GlobalOptions, deployOpts DeployOptions) (err error)
func Update ¶
func Update(c context.Context, globalOpts GlobalOptions, updateOpts UpdateOptions) (err error)
Types ¶
type AWSOptions ¶
type AWSOptions struct { Profile string Region string Endpoint string // contains filtered or unexported fields }
func (*AWSOptions) CloudFormationClient ¶
func (awsOpts *AWSOptions) CloudFormationClient(region string) (cloudformationiface.CloudFormationAPI, error)
type DeployOptions ¶
func ParseDeployOptions ¶
func ParseDeployOptions(args []string) DeployOptions
type GlobalOptions ¶
type GlobalOptions struct { AWS AWSOptions Color bool Version bool // contains filtered or unexported fields }
func ParseGlobalOptions ¶
func ParseGlobalOptions(args []string) GlobalOptions
type UpdateOptions ¶
type UpdateOptions struct { Parameters []string ParameterFiles []string Yes bool StackName string TemplateFile string ShowDiff bool }
func ParseUpdateOptions ¶
func ParseUpdateOptions(args []string) UpdateOptions
Click to show internal directories.
Click to hide internal directories.