openshift-online / ocm-cli

CLI for the Red Hat OpenShift Cluster Manager
Apache License 2.0
78 stars 138 forks source link

Do not default GCP authentication type #679

Closed JakobGray closed 3 weeks ago

JakobGray commented 1 month ago

Issue: https://issues.redhat.com/browse/OCM-11699

ocm create cluster --ccs --provider=gcp --dry-run=true jjjj
Error: either wif-config or GCP service account file must be specified

ocm create cluster --ccs --provider=gcp --dry-run=true jjjj --wif-config=test --service-account-file=key.json
Error: can't use both wif-config and GCP service account file at the same time