Description
When running ocm-backplane login $cluster --service, the printed elevate command for listing manifestworks is incorrect.
Issues found:
Missing the -n flag (which prompts the user for an elevation reason)
Used ocm backplane instead of the shipped binary name ocm-backplane
Current incorrect output:
ocm backplane elevate -- oc get manifestworks -n <ns> -l api.openshift.com/id=<id>
Expected correct output:
ocm-backplane elevate -n -- oc get manifestworks -n <ns> -l api.openshift.com/id=<id>
Description
When running ocm-backplane login $cluster --service, the printed elevate command for listing manifestworks is incorrect.
Issues found:
Missing the -n flag (which prompts the user for an elevation reason)
Used ocm backplane instead of the shipped binary name ocm-backplane
Current incorrect output:
Expected correct output: