We should refactor how we process command's output so that it's possible to apply JMESPath queries in all output modes, rather than only in JSON mode. That way we can introduce additional output modes like table, csv, tsv etc. allowing users to select what information they want to include in the output.
This refactor will require list command to expose an array of properties that should be included in the default output as a part of the command definition.
We should refactor how we process command's output so that it's possible to apply JMESPath queries in all output modes, rather than only in JSON mode. That way we can introduce additional output modes like table, csv, tsv etc. allowing users to select what information they want to include in the output.
This refactor will require
listcommand to expose an array of properties that should be included in the default output as a part of the command definition.