fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
31 stars 17 forks source link

`fcli ssc appversion`: Add status information #349

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

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

rsenden commented 1 year ago

Alternatively, the usage description for fcli ssc appversion could include some sample queries that illustrate how to list only application versions that require a refresh, only list application versions for which an artifact requires approval, ...