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
This is working as intended. We try to maintain compatibility with kubectl, and in fact use the same underlying printing libraries as kubectl. Those libraries interpret -o name to [resource]/[name]. See: kubernetes/kubernetes#5906
Problem
If i run
ctlptl get registries -oname
then i get only following prefixed output:This issue is related to #307.
Expected
With following registries:
I would expect the following not prefixed output:
For a workaround see #307.
Output of
ctlptl version
:The text was updated successfully, but these errors were encountered: