You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the `tanzu apps workload get` output increases in length, it becomes harder to demonstrate (in video/slides) and harder for users to focus their attention on the output they really need.
Proposed solution
Make the tanzu apps workload get CLI output customizable, so that the users can tell the TAP CLI what they would like to see.
Example
It could work as follows:
tanzu apps workload configure-get-details followed by some optional arguments describing the section names the user would like to see, such as --overview and/or --pods and/or --services and/or --messages and/or --supply-chain and/or --source.
To reset the view back to fully verbose, the user could pass --max. For a minimalistic look, the user could pass --min (the same as --overview --source --services.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Comments/Context
From Ben:
Oh, and the icon for pods couldn't that be cocoa pods or dolphins or something? It's not clear to me what a canoe has to do with pods exactly!
I raised this issue because I need to be able to show output using larger fonts (for video work) and also sometimes using the linux watch command (which doesn't allow scrolling). Being able to configure the output to only show certain bits would undoubtedly help overcome some challenges.
The text was updated successfully, but these errors were encountered:
atmandhol
changed the title
Allow the customization of tanzu app s workload get output.
Allow the customization of tanzu apps workload get output.
Oct 11, 2022
Description of problem
originally requested by Ben Wilcock:
Proposed solution
Make the tanzu apps workload get CLI output customizable, so that the users can tell the TAP CLI what they would like to see.
Example
It could work as follows:
tanzu apps workload configure-get-details
followed by some optional arguments describing the section names the user would like to see, such as--overview
and/or--pods
and/or--services
and/or--messages
and/or--supply-chain
and/or--source
.To reset the view back to fully verbose, the user could pass
--max
. For a minimalistic look, the user could pass--min
(the same as--overview --source --services
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Comments/Context
From Ben:
pods
couldn't that be cocoa pods or dolphins or something? It's not clear to me what a canoe has to do with pods exactly!watch
command (which doesn't allow scrolling). Being able to configure the output to only show certain bits would undoubtedly help overcome some challenges.The text was updated successfully, but these errors were encountered: