To all list commands add support for filtering the returned data using JMESPath. That way, users can filter the returned data set and work only with the relevant subset.
Implementation should be centralized and done in the Command base class from where it can be called by every command. Only list commands should allow specifying a JMESPath query.
To all
listcommands add support for filtering the returned data using JMESPath. That way, users can filter the returned data set and work only with the relevant subset.Implementation should be centralized and done in the
Commandbase class from where it can be called by every command. Onlylistcommands should allow specifying a JMESPath query.