tektoncd / cli

A CLI for interacting with Tekton!
Apache License 2.0
431 stars 250 forks source link

ClusterTask describe: display result #1102

Closed vinamra28 closed 4 years ago

vinamra28 commented 4 years ago

Feature request

When doing a tkn clustertask describe I would like to see the declared results in the output.

Use case

Being able to see what results the clustertask provides.

UI Example

 $ tkn clustertask desc unit-tests
 Name:          unit-tests
Description:   This task will run unit tests on the provided input.

 📨 Input Resources

 No input resources

 📨 Workspace

  NAME       RESOURCE REF
  ∙ source   tekton-pipelines-git-v0-14-0

 📡 Output Resources

  No output resources

 âš“ Params

  NAME        VALUE
  ∙ package   github.com/tektoncd/pipeline
  ∙ flags     -v -mod=vendor

 âš“ Results

  NAME        VALUE
  ∙ digest   sha256:04b3a99383e112c046dbdfbead192822e74c04f286ef244aa7f3c9f719fc37f5

 🦶 Steps

 No steps

🗂  Taskruns

 No taskruns
vinamra28 commented 4 years ago

/assign