tektoncd / results

Long term storage of execution results.
Apache License 2.0
78 stars 74 forks source link

[CLI] Feature: improve `tkn-results` user experience #587

Open avinal opened 1 year ago

avinal commented 1 year ago

Feature request

Currently, the tkn-results responses (get result/record/log in particular) are just API responses printed to the terminal.

The response received is printed in JSON format and the important data is encoded. For list commands, a tabular format is available but nothing for get.

Instead of displaying the JSON and encoded data, the CLI should print the data in a human-readable form (with proper decoration) and we can have alternate formats as output options.

Use case

Motivation

https://github.com/tektoncd/cli