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

Use go template for output #46

Closed
piyush-garg opened this issue May 28, 2019 · 1 comment
Closed

Use go template for output #46

piyush-garg opened this issue May 28, 2019 · 1 comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@piyush-garg
Copy link
Contributor

In the pipeline describe and pipeline run describe, we are defining constants and using them later for the table header and body while printing the output.

we can use https://golang.org/pkg/text/template/ for templatizing the output

@vdemeester
Copy link
Member

/kind feature

@tekton-robot tekton-robot added the kind/feature Categorizes issue or PR as related to a new feature. label May 28, 2019
@vdemeester vdemeester added the good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. label May 28, 2019
@vdemeester vdemeester added this to the 0.2.0 🐱 milestone Jun 5, 2019
@hrishin hrishin closed this as completed Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

4 participants