Versions in this module Expand all Collapse all v0 v0.2.2 Aug 30, 2015 Changes in this version + type ApplyCommand struct + func (c *ApplyCommand) Help() string + func (c *ApplyCommand) Run(args []string) int + func (c *ApplyCommand) Synopsis() string + type DesignCommand struct + func (c *DesignCommand) Help() string + func (c *DesignCommand) Run(args []string) int + func (c *DesignCommand) Synopsis() string + type ValidateCommand struct + func (c *ValidateCommand) Help() string + func (c *ValidateCommand) Run(args []string) int + func (c *ValidateCommand) Synopsis() string v0.2.1 Jul 21, 2015 Changes in this version + const ExitCodeFailed + const ExitCodeOK type Meta + UI cli.Ui v0.2.0 Jun 22, 2015 Changes in this version + const CheckTimeout + func CheckLatest(version string) <-chan *latest.CheckResponse + type CommandFlag []skeleton.Command + func (c *CommandFlag) Set(v string) error + func (c *CommandFlag) String() string + type FlagFlag []skeleton.Flag + func (f *FlagFlag) Set(v string) error + func (f *FlagFlag) String() string + type ListCommand struct + func (c *ListCommand) Help() string + func (c *ListCommand) Run(args []string) int + func (c *ListCommand) Synopsis() string + type Meta struct + Ui cli.Ui + type NewCommand struct + func (c *NewCommand) Help() string + func (c *NewCommand) Run(args []string) int + func (c *NewCommand) Synopsis() string + type VersionCommand struct + Revision string + Version string + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(args []string) int + func (c *VersionCommand) Synopsis() string