Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(options core.BindOptions) *cobra.Command
Types ¶
type CancelExecutionCommand ¶
func (*CancelExecutionCommand) Execute ¶
func (c *CancelExecutionCommand) Execute(ctx core.CommandContext) error
type ListExecutionsCommand ¶
func (*ListExecutionsCommand) Execute ¶
func (c *ListExecutionsCommand) Execute(ctx core.CommandContext) error
type LogsCommand ¶ added in v0.28.0
type LogsCommand struct {
CanvasID *string
ExecutionID *string
RunID *string
NodeID *string
Limit *int64
}
func (*LogsCommand) Execute ¶ added in v0.28.0
func (c *LogsCommand) Execute(ctx core.CommandContext) error
Click to show internal directories.
Click to hide internal directories.