barracuda-cloudgen-access / access-cli

Allows to access all CloudGen Access Enterprise Console APIs from the command line.
Apache License 2.0
10 stars 4 forks source link

Filters #3

Closed gbl08ma closed 5 years ago

gbl08ma commented 5 years ago

The client has no support for filters. Implement filters, e.g.:

$ fyde users list --filter group=Developers
Id,Name,Email,Phone,Groups
123123123123,test,test@fyde.com,555-12341234,"Developers,Business"
gbl08ma commented 5 years ago

Filters were implemented in commits 52450217ceae097bdbb811d9b1ace62bfa5bc8ec, 1fb510e2641fcde460e6a652ce50984c8348b0e5

The filtering helpers are in place for any future commands that want to support filtering operations.