Document FORCE_COLOR=1 in kapp --help #632
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
good first issue
An issue that will be a good candidate for a new contributor
snack
This issue has been identified as lightweight and potentially quick to deliver.
Describe the problem/challenge you have
In order to include a shortcut for kapp in k9s (see derailed/k9s#1830), I need to pipe kapp output to the less command.
Unless the
export FORCE_COLOR=1
prereq, thekapp inspect | less -R
fails to display colors. Same with --color or --tty flagsAfter searching a while, finally found the flag in https://kubernetes.slack.com/archives/CH8KCCKA5/p1600180101408100?thread_ts=1600180052.407500&cid=CH8KCCKA5
Describe the solution you'd like
kapp --help
displays :Anything else you would like to add:
[Additional information that will assist in solving the issue.]
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: