Versions in this module Expand all Collapse all v0 v0.11.0 Jun 8, 2016 v0.10.0 Jun 1, 2016 Changes in this version + func Launch() + type ConvertCommand struct + Destination string + FileNameIsEnvironment bool + JsonEncode bool + Source string + Verbose bool + func (cc *ConvertCommand) Convert() + func (cc *ConvertCommand) GetCliCommand() cli.Command + func (cc *ConvertCommand) GetFlags() []cli.Flag + func (cc *ConvertCommand) ParseOptions(context *cli.Context) + type DestroyCommand struct + Application string + Environment string + EtcdHostUrl string + Logger gull.ILogger + func (dc *DestroyCommand) Destroy() + func (dc *DestroyCommand) GetCliCommand() cli.Command + func (dc *DestroyCommand) GetFlags() []cli.Flag + func (dc *DestroyCommand) ParseOptions(context *cli.Context) + type DownCommand struct + Application string + DryRun bool + Environment string + EtcdHostUrl string + SourceDirectory string + Verbose bool + func (dc *DownCommand) Down() + func (dc *DownCommand) GetCliCommand() cli.Command + func (dc *DownCommand) GetFlags() []cli.Flag + func (dc *DownCommand) ParseOptions(context *cli.Context) + type GullCommand interface + GetCliCommand func() cli.Command + GetFlags func() []cli.Flag + ParseOptions func(context *cli.Context) + type NewCommand struct + Destination string + Name string + func (nc *NewCommand) GetCliCommand() cli.Command + func (nc *NewCommand) GetFlags() []cli.Flag + func (nc *NewCommand) New() + func (nc *NewCommand) ParseOptions(context *cli.Context) + type StatusCommand struct + Application string + Environment string + EtcdHostUrl string + Logger gull.ILogger + func (sc *StatusCommand) GetCliCommand() cli.Command + func (sc *StatusCommand) GetFlags() []cli.Flag + func (sc *StatusCommand) ParseOptions(context *cli.Context) + func (sc *StatusCommand) Status() + type UpCommand struct + Application string + DryRun bool + Environment string + EtcdHostUrl string + Full bool + SourceDirectory string + Verbose bool + func (uc *UpCommand) GetCliCommand() cli.Command + func (uc *UpCommand) GetFlags() []cli.Flag + func (uc *UpCommand) ParseOptions(context *cli.Context) + func (uc *UpCommand) Up()