Skip to content

Add --no-headers flag for all list commands #799

@ppitonak

Description

@ppitonak

Version and Operating System

tkn Version:
0.8.0

Operating System:
all systems

Expected Behavior

When using tkn, I should be able to list resources without header, i.e. tkn ct list --no-headers would produce something like

buildah                    23 hours ago
buildah-v0-10-0            23 hours ago
jib-maven                  23 hours ago
kn                         23 hours ago

instead of

NAME                       AGE
buildah                    23 hours ago
buildah-v0-10-0            23 hours ago
jib-maven                  23 hours ago
kn                         23 hours ago

Actual Behavior

Header is always printed

Steps to Reproduce the Problem

Additional Info

Both kubectl and oc have this flag

--no-headers=false: When using the default or custom-column output format, don't print headers (default print headers).

Metadata

Metadata

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions