Documentation
¶
Index ¶
- Variables
- func NewExecCommand(groupID string) *cobra.Command
- func NewInspectCommand(groupID string) *cobra.Command
- func NewListCommand(groupID string) *cobra.Command
- func NewLogsCommand(groupID string) *cobra.Command
- func NewRmCommand(groupID string) *cobra.Command
- func NewRootCommand() *cobra.Command
- func NewRunCommand(groupID string) *cobra.Command
- func NewScaleCommand(groupID string) *cobra.Command
- func NewStartCommand(groupID string) *cobra.Command
- func NewStopCommand(groupID string) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var DEFAULT_COMMAND = []string{"sh", "-c", "command -v bash >/dev/null 2>&1 && exec bash || exec sh"}
Functions ¶
func NewExecCommand ¶ added in v0.14.0
func NewInspectCommand ¶
func NewListCommand ¶
func NewLogsCommand ¶ added in v0.15.0
func NewRmCommand ¶
func NewRootCommand ¶
func NewRunCommand ¶
func NewScaleCommand ¶
func NewStartCommand ¶ added in v0.15.0
func NewStopCommand ¶ added in v0.15.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.