Versions in this module Expand all Collapse all v1 v1.1.0 Apr 19, 2026 v1.0.0 Apr 19, 2026 Changes in this version + func BuildRoot() *cobra.Command + func Execute() + func NewCommandCmd() *cobra.Command + func NewCreateCmd() *cobra.Command + func NewDeleteCmd() *cobra.Command + func NewDescribeCmd() *cobra.Command + func NewInitCmd() *cobra.Command + func NewRootCmd() *cobra.Command + func NewStartCmd() *cobra.Command + func NewStatusCmd() *cobra.Command + func NewStopCmd() *cobra.Command + func NewTokenCmd() *cobra.Command + type CommandCmd struct + func (cmd *CommandCmd) Run(ctx context.Context, options *options.Options) error + type CreateCmd struct + func (cmd *CreateCmd) Run(ctx context.Context, options *options.Options) error + type DeleteCmd struct + func (cmd *DeleteCmd) Run(ctx context.Context, options *options.Options) error + type DescribeCmd struct + func (cmd *DescribeCmd) Run(ctx context.Context, opts *options.Options) error + type InitCmd struct + func (cmd *InitCmd) Run(ctx context.Context, options *options.Options) error + type StartCmd struct + func (cmd *StartCmd) Run(ctx context.Context, options *options.Options) error + type StatusCmd struct + func (cmd *StatusCmd) Run(ctx context.Context, opts *options.Options) error + type StopCmd struct + Raw bool + func (cmd *StopCmd) Run(ctx context.Context, options *options.Options) error + type TokenCmd struct + func (cmd *TokenCmd) Run(ctx context.Context) error