Documentation ¶
Overview ¶
Package command contains implementations of individual commands made available via the command-line interface.
Index ¶
- func Auth() *cobra.Command
- func Clusters() *cobra.Command
- func Command() *cobra.Command
- func Config() *cobra.Command
- func Experimental() *cobra.Command
- func Operator() *cobra.Command
- func Organizations() *cobra.Command
- func Registry() *cobra.Command
- func Users() *cobra.Command
- func Version(version *string) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Auth ¶
Auth returns a cobra.Command instance that is the root for all "jsctl auth" subcommands.
func Clusters ¶
Clusters returns a cobra.Command instance that is the root for all "jsctl clusters" subcommands.
func Command ¶
Command returns the root cobra.Command instance for the entire command-line interface.
func Config ¶
Config returns a cobra.Command instance that is the root for all "jsctl config" subcommands.
func Experimental ¶ added in v0.1.15
Experimental returns a cobra.Command instance that is the root for all "jsctl experimental" subcommands.
func Operator ¶
Operator returns a cobra.Command instance that is the root for all "jsctl operator" subcommands.
func Organizations ¶
Organizations returns a cobra.Command instance that is the root for all "jsctl organizations" subcommands.
Types ¶
This section is empty.