ui

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Launch

func Launch()

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 GullCommand interface {
	GetCliCommand() cli.Command
	ParseOptions(context *cli.Context)
	GetFlags() []cli.Flag
}

type NewCommand

type NewCommand struct {
	Destination string
	Name        string
}

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()

type UpCommand

type UpCommand struct {
	Application     string
	Environment     string
	EtcdHostUrl     string
	SourceDirectory string
	Verbose         bool
	DryRun          bool
	Full            bool
}

func (*UpCommand) GetCliCommand

func (uc *UpCommand) GetCliCommand() cli.Command

func (*UpCommand) GetFlags

func (uc *UpCommand) GetFlags() []cli.Flag

func (*UpCommand) ParseOptions

func (uc *UpCommand) ParseOptions(context *cli.Context)

func (*UpCommand) Up

func (uc *UpCommand) Up()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL