Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDown ¶
func NewCmdDownInfra ¶
Types ¶
type DownInfraOptions ¶
type DownInfraOptions struct {
Config *config.Project
Version string
AwsProfile string
AwsRegion string
SkipGen bool
// contains filtered or unexported fields
}
func NewDownInfraFlags ¶
func NewDownInfraFlags() *DownInfraOptions
func (*DownInfraOptions) Complete ¶
func (o *DownInfraOptions) Complete() error
func (*DownInfraOptions) Run ¶
func (o *DownInfraOptions) Run() error
func (*DownInfraOptions) Validate ¶
func (o *DownInfraOptions) Validate() error
type DownOptions ¶
type DownOptions struct {
Config *config.Project
AppName string
SkipBuildAndPush bool
AutoApprove bool
SkipGen bool
// contains filtered or unexported fields
}
func NewDownFlags ¶
func NewDownFlags() *DownOptions
func (*DownOptions) Complete ¶
func (o *DownOptions) Complete(cmd *cobra.Command, args []string) error
func (*DownOptions) Run ¶
func (o *DownOptions) Run() error
func (*DownOptions) Validate ¶
func (o *DownOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.