Versions in this module Expand all Collapse all v0 v0.1.1 Sep 27, 2018 Changes in this version + func Logs() *cli.Command + func PrintService(client client.Interface, system v1.SystemID, id v1.ServiceID, w io.Writer, ...) error + func ServiceLogs(client client.Interface, system v1.SystemID, id v1.ServiceID, instance *string, ...) error + func Status() *cli.Command + func WatchService(client client.Interface, system v1.SystemID, id v1.ServiceID, w io.Writer, ...) error + type Command struct + Args cli.Args + Flags cli.Flags + MutuallyExclusiveFlags [][]string + Name string + RequiredFlagSet [][]string + Run func(ctx *ServiceCommandContext, args []string, flags cli.Flags) error + Short string + Subcommands map[string]*cli.Command + func (c *Command) Command() *cli.Command + type ServiceCommandContext struct + Service v1.ServiceID