study

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCreateCommand added in v0.0.2

func NewCreateCommand(client client.API, w io.Writer) *cobra.Command

NewCreateCommand creates a new `study create` command to allow you to create a study

func NewDuplicateCommand added in v0.0.15

func NewDuplicateCommand(client client.API, w io.Writer) *cobra.Command

NewDuplicateCommand creates a new `study duplicate` command to duplicate an existing study.

func NewListCommand

func NewListCommand(commandName string, client client.API, w io.Writer) *cobra.Command

NewListCommand creates a new `study list` command to give you details about your studies.

func NewStudyCommand

func NewStudyCommand(client client.API, w io.Writer) *cobra.Command

NewStudyCommand creates a new `study` command

func NewViewCommand

func NewViewCommand(client client.API, w io.Writer) *cobra.Command

NewViewCommand creates a new `study view` command to give you details about your studies.

Types

type CreateOptions added in v0.0.2

type CreateOptions struct {
	Args         []string
	TemplatePath string
	Publish      bool
	Silent       bool
}

CreateOptions is the options for the creating a study 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL