fcli ssc appversion
: Add status information
#349
Labels
enhancement
New feature or request
Milestone
It would be good to have a column in
fcli ssc appversion *
table output informing the user of the current status of each application version, like whether metrics refresh is required, whether an uploaded artifact requires approval, empty (no artifacts uploaded/processed yet), ...This information is already available in the JSON output (
refreshRequired
,currentState.attentionRequired
, ...), but adding these individual properties to the table output would result in too many columns. We need to come up with a way to represent this in table output in a concise way.Related to #335
The text was updated successfully, but these errors were encountered: