Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCmd ¶
type CreateCmd interface {
CreateEnvironment(opts CreateOptions) error
}
func NewCreateCmd ¶
type CreateOptions ¶
type DeleteOptions ¶
type ListCmd ¶
type ListCmd interface {
AsJSON(opts ListOptions) error
AsTable(opts ListOptions) error
}
func NewListCmd ¶
type ListOptions ¶
type ViewOptions ¶
type ViewOptions struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.