apps-cli-plugin
apps-cli-plugin copied to clipboard
Update `workload get` output to display more messages from workload resource status
Description of problem
In workload get command output, Messages section displays issues from status.conditions of the workload object. Supply chain surfaces one of the errors to its conditions block and CLI is displaying the same.
Proposed solution
CLI could potentially explore and list all the messages for status.resources that are not Ready. This will always capture all the potential issues user has encountered while running their workload.