Versions in this module Expand all Collapse all v0 v0.1.1 Sep 28, 2015 Changes in this version + const DefaultAppfile + const DefaultDataDir + const DefaultLocalDataDetectorDir + const DefaultLocalDataDir + const DefaultOutputDir + const DefaultOutputDirCompiledAppfile + const DefaultOutputDirCompiledData + const DefaultOutputDirLocalData + func NewUi(raw cli.Ui) ui.Ui + type BuildCommand struct + func (c *BuildCommand) Help() string + func (c *BuildCommand) Run(args []string) int + func (c *BuildCommand) Synopsis() string + type CompileCommand struct + Detectors []*detect.Detector + func (c *CompileCommand) Help() string + func (c *CompileCommand) Run(args []string) int + func (c *CompileCommand) Synopsis() string + type DeployCommand struct + func (c *DeployCommand) Help() string + func (c *DeployCommand) Run(args []string) int + func (c *DeployCommand) Synopsis() string + type DevCommand struct + func (c *DevCommand) Help() string + func (c *DevCommand) Run(args []string) int + func (c *DevCommand) Synopsis() string + type FlagSetFlags uint + const FlagSetNone + type InfraCommand struct + func (c *InfraCommand) Help() string + func (c *InfraCommand) Run(args []string) int + func (c *InfraCommand) Synopsis() string + type Meta struct + CoreConfig *otto.CoreConfig + Ui cli.Ui + func (m *Meta) Appfile() (*appfile.Compiled, error) + func (m *Meta) Core(f *appfile.Compiled) (*otto.Core, error) + func (m *Meta) DataDir() (string, error) + func (m *Meta) Directory(config *otto.CoreConfig) (directory.Backend, error) + func (m *Meta) FlagSet(n string, fs FlagSetFlags) *flag.FlagSet + func (m *Meta) OttoUi() ui.Ui + func (m *Meta) RootDir() (string, error) + type StatusCommand struct + func (c *StatusCommand) Help() string + func (c *StatusCommand) Run(args []string) int + func (c *StatusCommand) Synopsis() string + type VersionCheckFunc func() (VersionCheckInfo, error) + type VersionCheckInfo struct + Alerts []string + Latest string + Outdated bool + type VersionCommand struct + CheckFunc VersionCheckFunc + Revision string + Version string + VersionPrerelease string + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(args []string) int + func (c *VersionCommand) Synopsis() string