Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + 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 struct + Default bool + Name string + type CreateCmd struct + Options []string + func (cmd *CreateCmd) Run(ctx context.Context, context string) error + type DeleteCmd struct + func (cmd *DeleteCmd) Run(ctx context.Context, context string) error + type ListCmd struct + Output string + func (cmd *ListCmd) Run(ctx context.Context) error + type OptionsCmd struct + Output string + func (cmd *OptionsCmd) Run(ctx context.Context, args []string) error + type SetOptionsCmd struct + Options []string + func (cmd *SetOptionsCmd) Run(ctx context.Context, context string) error + type UseCmd struct + Options []string + func (cmd *UseCmd) Run(ctx context.Context, context string) error