var Cmd = &cobra.Command{
Use: "rosa-client",
Aliases: []string{"rosa"},
Short: "Verify ROSA client tools",
Long: "Verify that the ROSA client tools is installed and compatible.",
Example: ` # Verify rosa client tools
rosa verify rosa`,
Run: run,
Args: cobra.NoArgs,
}