TritonDataCenter / node-manta

Node.js SDK for Manta
75 stars 54 forks source link

Add a '-j,--json' option to `mfind` to get the raw JSON objects for each matched file. #266

Closed chorrell closed 8 years ago

chorrell commented 8 years ago

The use case is so that you can get the full properties of each found file. So for instance, the json of a matched fill with json output would include an 'mtime' field that you could use for doing further filtering based on date/time.

davepacheco commented 8 years ago

This was implemented under #265 a few weeks ago and part of version 3.1.0 (not yet published to npm, it looks like).