[CLI] Feature: improve tkn-results
user experience
#587
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
tkn-results
user experience
#587
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 forget
.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
get
sub command to fetch result, record or logs the response is directly consumable by the user rather that requiring further processingdata
.Motivation
https://github.com/tektoncd/cli
The text was updated successfully, but these errors were encountered: