Documentation ¶
Overview ¶
Package version provides the version command for the minder CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "Print minder CLI version", Long: `The minder version command prints the version of the minder CLI.`, Run: func(cmd *cobra.Command, _ []string) { cmd.Println(constants.VerboseCLIVersion) cmd.Printf("User Agent: %s\n", useragent.GetUserAgent()) }, }
VersionCmd is the version command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.