async fn refuse_if_targets_production_cluster( client: &Client, cluster: &str, ) -> Result<(), CliError>
Refuse to proceed if the user-supplied target cluster hosts a promoted deployment.