var Cmd = &cobra.Command{
Use: "rosa-client",
Aliases: []string{"rosa"},
Short: "Download ROSA client tools",
Long: "Downloads to latest compatible version of the ROSA client tools.",
Example: ` # Download rosa client tools
rosa download rosa`,
Run: run,
Args: cobra.NoArgs,
}