Skip to content
New issue

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

Listing TaskRuns doesn't supports name output #675

Closed
w3irdrobot opened this issue Feb 4, 2020 · 2 comments · Fixed by #681
Closed

Listing TaskRuns doesn't supports name output #675

w3irdrobot opened this issue Feb 4, 2020 · 2 comments · Fixed by #681
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@w3irdrobot
Copy link

w3irdrobot commented Feb 4, 2020

Version and Operating System

tkn Version:

$ tkn version
Client version: 0.7.0

Operating System:

$ uname -srmpio
Darwin 19.3.0 x86_64 i386 MacBookPro15,1 Darwin

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:

Error: list types are not supported by name printing: *v1alpha1.TaskRunList

Steps to Reproduce the Problem

  1. Run a TaskRun
  2. Run the command tkn tr ls -o name
  3. View the error and cry
@danielhelfand
Copy link
Member

/kind bug

Should follow same pattern for tkn pr ls -o name in #661

@tekton-robot tekton-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 4, 2020
@chmouel
Copy link
Member

chmouel commented Feb 5, 2020

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants