workload get supports --watch
#371
Labels
enhancement
New feature or request
MIGRATED-MIGRATED
Migrated to private repo
needs-design
needs-triage
Milestone
Placeholder - To be completed by PM/UX
Description of problem
As a workload works it's way through a supply chain, there are many transitional states/messages that can appear to be problems when displayed statically, and we've observed many people running the get command using linux's
watch
to provide a more "real-time" view of the workload over time.While using linux's watch does work relatively well, it strips out all color and emojis decreasing the effectiveness of the UX.
Proposed solution
Update
tanzu apps workload get
to support a new--watch
flagwatch
command)-w
shortcut is supported--export
and/or--o yaml/json
?????Example
help:
-w, --watch integer command refresh interval expressed in seconds (default 3)
Describe alternatives you've considered
recommend using linux's watch - but it strips out all the decoration which aid in at-a-glance evaluation of the content.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: