Documentation
¶
Index ¶
- func NewCreateCommand(client client.API, w io.Writer) *cobra.Command
- func NewDuplicateCommand(client client.API, w io.Writer) *cobra.Command
- func NewIncreasePlacesCommand(client client.API, w io.Writer) *cobra.Command
- func NewListCommand(commandName string, client client.API, w io.Writer) *cobra.Command
- func NewStudyCommand(client client.API, w io.Writer) *cobra.Command
- func NewTransitionCommand(client client.API, w io.Writer) *cobra.Command
- func NewViewCommand(client client.API, w io.Writer) *cobra.Command
- type CreateOptions
- type IncreasePlacesOptions
- type ListOptions
- type TransitionOptions
- type ViewOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCommand ¶
NewCreateCommand creates a new `study create` command to allow you to create a study
func NewDuplicateCommand ¶
NewDuplicateCommand creates a new `study duplicate` command to duplicate an existing study.
func NewIncreasePlacesCommand ¶
NewIncreasePlacesCommand creates a new `study increase-places` command to allow you to increase the places on a study.
func NewListCommand ¶
NewListCommand creates a new `study list` command to give you details about your studies.
func NewStudyCommand ¶
NewStudyCommand creates a new `study` command
func NewTransitionCommand ¶
NewTransitionCommand creates a new `study transition` command to allow you change the study status.
Types ¶
type CreateOptions ¶
CreateOptions is the options for the creating a study command.
type IncreasePlacesOptions ¶
IncreasePlacesOptions represents the options for the increase-places command.
type ListOptions ¶
type ListOptions struct {
Args []string
Csv bool
Fields string
NonInteractive bool
ProjectID string
Status string
}
ListOptions is the options for the listing studies command.
type TransitionOptions ¶
TransitionOptions is the options for transitioning a study command.
type ViewOptions ¶
ViewOptions is the options for the detail view of a project.