Documentation
¶
Index ¶
- func NewAppsCmd(ctx *cli.Context) *cobra.Command
- func NewCmdCreate(ctx *cli.Context) *cobra.Command
- func NewCmdList(ctx *cli.Context) *cobra.Command
- func NewCmdLogs(ctx *cli.Context) *cobra.Command
- func NewCmdRemove(ctx *cli.Context) *cobra.Command
- func NewCmdRestart(ctx *cli.Context) *cobra.Command
- func NewCmdStart(ctx *cli.Context) *cobra.Command
- func NewCmdStop(ctx *cli.Context) *cobra.Command
- func PrintFormat(output io.Writer, format string, apps []*api.App) error
- func RunCreate(ctx *cli.Context, opts *CreateOptions) error
- func RunList(ctx *cli.Context, opts *ListOptions) error
- func RunLogs(ctx *cli.Context, opts *LogsOptions) error
- func RunRestart(ctx *cli.Context, opts *RestartOptions) error
- func RunStart(ctx *cli.Context, opts *StartOptions) error
- func RunStop(ctx *cli.Context, opts *StopOptions) error
- type CreateOptions
- type ListOptions
- type LogsOptions
- type RemoveOptions
- type RestartOptions
- type StartOptions
- type StopOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunRestart ¶
func RunRestart(ctx *cli.Context, opts *RestartOptions) error
Types ¶
type CreateOptions ¶
type ListOptions ¶
type ListOptions struct {
// contains filtered or unexported fields
}
type LogsOptions ¶
type RemoveOptions ¶
type RestartOptions ¶
type RestartOptions struct {
Name string
}
type StartOptions ¶
type StartOptions struct {
Name string
}
type StopOptions ¶
type StopOptions struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.