You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user executes omg get without specifying a resource, the error returned doesn't accurately describe that the user forgot to specify a resource. In earlier versions of omg, it simply returned no message at all, and in later versions, it returned no resources found in XXX namespace.
Expected results:
The oc get command returns the error You must specify the type of resource to get. Also, as we're planning to implement oc describe, this inconsistency in error message exists there as well. The oc describe command returns error: You must specify the type of resource to describe.
The text was updated successfully, but these errors were encountered:
Issue:
When a user executes
omg get
without specifying a resource, the error returned doesn't accurately describe that the user forgot to specify a resource. In earlier versions of omg, it simply returned no message at all, and in later versions, it returnedno resources found in XXX namespace
.Expected results:
The
oc get
command returns the errorYou must specify the type of resource to get.
Also, as we're planning to implementoc describe
, this inconsistency in error message exists there as well. Theoc describe
command returnserror: You must specify the type of resource to describe.
The text was updated successfully, but these errors were encountered: