We need to add a validator to the host flag in the CLI. For both kube and nonkube CLI we need to validate the host flag being passed. We need to understand what values are valid for the host flag.
If not, check if the length is equal or less than a number and that it only contains allowed characters: alphabetic characters (A-Z), numeric characters (0-9), the minus sign (-), and the period (.)
We need to add a validator to the host flag in the CLI. For both kube and nonkube CLI we need to validate the host flag being passed. We need to understand what values are valid for the host flag.