Documentation ¶
Index ¶
- func NewContextCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewCreateCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewSetOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewUseCmd(flags *flags.GlobalFlags) *cobra.Command
- type ContextWithDefault
- type CreateCmd
- type DeleteCmd
- type ListCmd
- type OptionsCmd
- type SetOptionsCmd
- type UseCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContextCmd ¶
func NewContextCmd(flags *flags.GlobalFlags) *cobra.Command
NewContextCmd returns a new command
func NewCreateCmd ¶
func NewCreateCmd(flags *flags.GlobalFlags) *cobra.Command
NewCreateCmd creates a new command
func NewDeleteCmd ¶
func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
NewDeleteCmd deletes a new command
func NewListCmd ¶
func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new command
func NewOptionsCmd ¶ added in v0.3.0
func NewOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
NewOptionsCmd creates a new command
func NewSetOptionsCmd ¶
func NewSetOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
NewSetOptionsCmd setOptionss a new command
Types ¶
type ContextWithDefault ¶
type CreateCmd ¶
type CreateCmd struct { flags.GlobalFlags Options []string }
CreateCmd holds the create cmd flags
type ListCmd ¶
type ListCmd struct { flags.GlobalFlags Output string }
ListCmd holds the list cmd flags
type OptionsCmd ¶ added in v0.3.0
type OptionsCmd struct { *flags.GlobalFlags Output string }
OptionsCmd holds the options cmd flags
type SetOptionsCmd ¶
type SetOptionsCmd struct { flags.GlobalFlags Options []string }
SetOptionsCmd holds the setOptions cmd flags
Click to show internal directories.
Click to hide internal directories.