exoscale / cs

A simple, yet powerful CloudStack API client for python and the command-line.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

Possibility to pass a filter option to parse the result #108

Closed igorfernandes closed 5 years ago

igorfernandes commented 5 years ago

Would be nice to have a possibility to pass a filter params to bring a clean result.

greut commented 5 years ago

Some calls have a filter param, otherwise jq could help.

brutasse commented 5 years ago

Indeed, cs is meant to expose whatever the underlying HTTP API supports, but adding extra output logic is beyond the scope of the project. It can easily be built on top.