Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCmd ¶ added in v3.33.0
type CreateCmd struct {
Name string `help:"The name of the cluster" required:""`
Description string `help:"A description of the cluster" optional:""`
Emoji string `help:"An emoji for the cluster (e.g. :rocket:)" optional:""`
Color string `help:"A color hex code for the cluster (e.g. #FF0000)" optional:""`
output.OutputFlags
}
type DeleteCmd ¶ added in v3.33.0
type DeleteCmd struct {
ClusterUUID string `arg:"" help:"Cluster UUID to delete" name:"cluster-uuid"`
}
type ListCmd ¶
type ListCmd struct {
output.OutputFlags
}
type UpdateCmd ¶ added in v3.33.0
type UpdateCmd struct {
ClusterUUID string `arg:"" help:"Cluster UUID to update" name:"cluster-uuid"`
Name string `help:"New name for the cluster" optional:""`
Description string `help:"New description for the cluster" optional:""`
Emoji string `help:"New emoji for the cluster (e.g. :rocket:)" optional:""`
Color string `help:"New color hex code for the cluster (e.g. #FF0000)" optional:""`
DefaultQueueID string `help:"UUID of the queue to set as the default" optional:"" name:"default-queue-id"`
output.OutputFlags
}
Click to show internal directories.
Click to hide internal directories.