Versions in this module Expand all Collapse all v1 v1.13.1 Dec 19, 2018 Changes in this version + var GitCommit string + var Version string + var VersionPreRelease string + type ChangeCommand struct + Apps api.AppsUpdater + Projects interface{ ... } + UI ui.UI + func (c *ChangeCommand) Help() string + func (c *ChangeCommand) Run(args []string) int + func (c *ChangeCommand) Synopsis() string + type DeleteCommand struct + Apps api.AppsDeleter + Projects api.ProjectsDeleter + Services api.ServicesDeleter + UI ui.UI + func (c *DeleteCommand) Help() string + func (c *DeleteCommand) Run(args []string) int + func (c *DeleteCommand) Synopsis() string + type DockerLoginCommand struct + RegistryCredentials api.RegistryCredentialsUploader + UI ui.UI + func (c *DockerLoginCommand) Help() string + func (c *DockerLoginCommand) Run(args []string) int + func (c *DockerLoginCommand) Synopsis() string + type DockerLogoutCommand struct + RegistryCredentials api.RegistryCredentialsCheckDeleter + UI ui.UI + func (c *DockerLogoutCommand) Help() string + func (c *DockerLogoutCommand) Run(args []string) int + func (c *DockerLogoutCommand) Synopsis() string + type LogsCommand struct + Apps api.AppsLogger + Projects api.ProjectsLogger + Services api.ServicesLogger + UI ui.UI + func (c *LogsCommand) Help() string + func (c *LogsCommand) Run(args []string) int + func (c *LogsCommand) Synopsis() string + type Metric struct + type MetricFetchResult struct + type Metrics []*Metric + type RestartCommand struct + Apps api.AppsRestarter + UI ui.UI + func (c *RestartCommand) Help() string + func (c *RestartCommand) Run(args []string) int + func (c *RestartCommand) Synopsis() string + type RollbackCommand struct + Apps api.AppsRollbacker + UI ui.UI + func (c *RollbackCommand) Help() string + func (c *RollbackCommand) Run(args []string) int + func (c *RollbackCommand) Synopsis() string + type ScaleCommand struct + Apps api.AppsScaler + UI ui.UI + func (c *ScaleCommand) Help() string + func (c *ScaleCommand) Run(args []string) int + func (c *ScaleCommand) Synopsis() string + type ShowCommand struct + Apps api.AppsGetter + Projects api.ProjectsGetLister + Services api.ServicesGetter + UI ui.UI + func (c *ShowCommand) Help() string + func (c *ShowCommand) Run(args []string) int + func (c *ShowCommand) Synopsis() string + type StartCommand struct + Projects api.ProjectsCreater + UI ui.UI + func (c *StartCommand) Help() string + func (c *StartCommand) Run(args []string) int + func (c *StartCommand) Synopsis() string + type StatsCommand struct + Apps api.AppsGetMetricer + Projects api.ProjectsGetter + UI ui.UI + func (c *StatsCommand) Help() string + func (c *StatsCommand) Run(args []string) int + func (c *StatsCommand) Synopsis() string + type StringMap map[string]string + func (s *StringMap) Get() interface{} + func (s *StringMap) Set(value string) error + func (s *StringMap) String() string + type VersionCommand struct + CheckVersion func() (bool, string) + UI ui.UI + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(_ []string) int + func (c *VersionCommand) Synopsis() string