Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdUpInfra ¶
Types ¶
type Options ¶
type Options struct {
Config *config.Project
AppName string
SkipBuildAndPush bool
SkipGen bool
AutoApprove bool
UI terminal.UI
}
func NewUpFlags ¶
func NewUpFlags() *Options
type UpInfraOptions ¶
type UpInfraOptions struct {
Config *config.Project
SkipGen bool
AwsProfile string
AwsRegion string
Version string
UI terminal.UI
}
func NewUpInfraFlags ¶
func NewUpInfraFlags() *UpInfraOptions
func (*UpInfraOptions) Complete ¶
func (o *UpInfraOptions) Complete() error
func (*UpInfraOptions) Run ¶
func (o *UpInfraOptions) Run() error
func (*UpInfraOptions) Validate ¶
func (o *UpInfraOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.