Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConvertCommand ¶
type ConvertCommand struct {
Source string
Destination string
Verbose bool
FileNameIsEnvironment bool
JsonEncode bool
}
func (*ConvertCommand) Convert ¶
func (cc *ConvertCommand) Convert()
func (*ConvertCommand) GetCliCommand ¶
func (cc *ConvertCommand) GetCliCommand() cli.Command
func (*ConvertCommand) GetFlags ¶
func (cc *ConvertCommand) GetFlags() []cli.Flag
func (*ConvertCommand) ParseOptions ¶
func (cc *ConvertCommand) ParseOptions(context *cli.Context)
type DestroyCommand ¶
type DestroyCommand struct {
Application string
Environment string
EtcdHostUrl string
Logger gull.ILogger
}
func (*DestroyCommand) Destroy ¶
func (dc *DestroyCommand) Destroy()
func (*DestroyCommand) GetCliCommand ¶
func (dc *DestroyCommand) GetCliCommand() cli.Command
func (*DestroyCommand) GetFlags ¶
func (dc *DestroyCommand) GetFlags() []cli.Flag
func (*DestroyCommand) ParseOptions ¶
func (dc *DestroyCommand) ParseOptions(context *cli.Context)
type DownCommand ¶
type DownCommand struct {
Application string
Environment string
EtcdHostUrl string
SourceDirectory string
Verbose bool
DryRun bool
}
func (*DownCommand) Down ¶
func (dc *DownCommand) Down()
func (*DownCommand) GetCliCommand ¶
func (dc *DownCommand) GetCliCommand() cli.Command
func (*DownCommand) GetFlags ¶
func (dc *DownCommand) GetFlags() []cli.Flag
func (*DownCommand) ParseOptions ¶
func (dc *DownCommand) ParseOptions(context *cli.Context)
type GullCommand ¶
type NewCommand ¶
func (*NewCommand) GetCliCommand ¶
func (nc *NewCommand) GetCliCommand() cli.Command
func (*NewCommand) GetFlags ¶
func (nc *NewCommand) GetFlags() []cli.Flag
func (*NewCommand) New ¶
func (nc *NewCommand) New()
func (*NewCommand) ParseOptions ¶
func (nc *NewCommand) ParseOptions(context *cli.Context)
type StatusCommand ¶
type StatusCommand struct {
Application string
Environment string
EtcdHostUrl string
Logger gull.ILogger
}
func (*StatusCommand) GetCliCommand ¶
func (sc *StatusCommand) GetCliCommand() cli.Command
func (*StatusCommand) GetFlags ¶
func (sc *StatusCommand) GetFlags() []cli.Flag
func (*StatusCommand) ParseOptions ¶
func (sc *StatusCommand) ParseOptions(context *cli.Context)
func (*StatusCommand) Status ¶
func (sc *StatusCommand) Status()
Click to show internal directories.
Click to hide internal directories.