Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
131218: roachprod: validate cloud providers r=herkolategan a=herkolategan Previously, when calling the `create` command, it was possible to pass the same cloud twice by specifying `-c` or `--clouds` for the same provider more than once. There was no early validation that caught this and the resulting error after attempting to create the cluster would be confusing. This change adds validation that warns the user early on a duplicate provider has been passed. Epic: None Release note: None Co-authored-by: Herko Lategan <[email protected]>
- Loading branch information