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
name
tkn Version:
$ tkn version Client version: 0.7.0
Operating System:
$ uname -srmpio Darwin 19.3.0 x86_64 i386 MacBookPro15,1 Darwin
When running tkn tr ls -o name, I expected all the TaskRuns to be outputted with just their name.
tkn tr ls -o name
I got the error:
Error: list types are not supported by name printing: *v1alpha1.TaskRunList
The text was updated successfully, but these errors were encountered:
/kind bug
Should follow same pattern for tkn pr ls -o name in #661
tkn pr ls -o name
Sorry, something went wrong.
/assign
chmouel
Successfully merging a pull request may close this issue.
Version and Operating System
tkn Version:
Operating System:
Expected Behavior
When running
tkn tr ls -o name
, I expected all the TaskRuns to be outputted with just their name.Actual Behavior
I got the error:
Steps to Reproduce the Problem
tkn tr ls -o name
The text was updated successfully, but these errors were encountered: