Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand(options core.BindOptions) *cobra.Command
Types ¶
type DescribeRunCommand ¶
type DescribeRunCommand struct {
AppID *string
}
func (*DescribeRunCommand) Execute ¶
func (c *DescribeRunCommand) Execute(ctx core.CommandContext) error
type ListRunsCommand ¶
type ListRunsCommand struct {
AppID *string
Limit *int64
Before *string
States *[]string
Results *[]string
}
func (*ListRunsCommand) Execute ¶
func (c *ListRunsCommand) Execute(ctx core.CommandContext) error
Click to show internal directories.
Click to hide internal directories.