Add --no-headers to list subcommand for taskruns and pipelineruns#834
Conversation
|
/meow |
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
718e159 to
633a46c
Compare
|
/assign @danielhelfand |
|
/unassign @danielhelfand |
|
/assign @chmouel |
633a46c to
be2bdff
Compare
942746e to
8c1d434
Compare
|
/retest |
8c1d434 to
f798ac6
Compare
|
@chmouel let me know as this is ready to be approved if there are not any changes to be made. I would like to split this commit into multiple commits considering the number of changes. |
danielhelfand
left a comment
There was a problem hiding this comment.
Just some minor feedback. Otherwise, looks good.
f798ac6 to
8e3990d
Compare
a9dfd02 to
4d9e4ce
Compare
|
/test pull-tekton-cli-build-tests |
This commit adds the --no-headers flag to the taskrun list subcommand. The --no-headers flag will allow users to omit the column headers of the output for `tkn taskrun list` (command will be `tkn taskrun list --no-headers`) which will intern allow them to parse the output easily for their own use cases. Docs generated and included.
This commit adds the --no-headers flag to the pipelinerun list subcommand. The --no-headers flag will allow users to omit the column headers of the output for `tkn pipelinerun list` (command will be `tkn pipelinerun list --no-headers`) Docs generated and included.
4d9e4ce to
12395a8
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: piyush-garg, pradeepitm12, waveywaves The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |

Changes
partly fixes #799
Add
--no-headersflag tolistsubcommand for taskruns and pipelineruns.Note
In the future, will open PRs related to #799 #785 together. i.e. for PR related to task, pipeline will have changes wrt
--all-namespacesand--no-headersSubmitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make checkmake generatedSee the contribution guide
for more details.
Release Notes