We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc rollout status returns bad exit code 0 even though there is no command status there. This is a big issue for scripts...
oc rollout status
status
$ oc version oc v1.4.0-alpha.0+8974c3c-dirty kubernetes v1.4.0-beta.3+d19513f features: Basic-Auth Server https://192.168.42.42:8443 openshift v1.4.0-alpha.0+c452daf kubernetes v1.4.0-beta.3+d19513f
exit code 0
non zero exit code
The text was updated successfully, but these errors were encountered:
This is a problem with all nested commands @openshift/cli-review
Sorry, something went wrong.
rollout status sub-command was added here: #9874, but @Kargakis is right, will fix this for non-existent commands
rollout status
juanvallejo
No branches or pull requests
oc rollout status
returns bad exit code 0 even though there is no commandstatus
there. This is a big issue for scripts...Version
Steps To Reproduce
Current Result
exit code 0
Expected Result
non zero exit code
The text was updated successfully, but these errors were encountered: