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 the version of the minder CLI", Long: `The minder version command prints the version of the minder CLI.`, Run: func(cmd *cobra.Command, _ []string) { cli.PrintCmd(cmd, constants.VerboseCLIVersion) cli.PrintCmd(cmd, "User Agent: %s", 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.