jmespath / jmespath.terminal

JMESPath exploration tool in the terminal
Other
457 stars 54 forks source link

Use as command line tool #9

Closed jasny closed 9 years ago

jasny commented 9 years ago

Can I use this without any user interaction?

I'd like to be able to do something like

jpterm my.json -e '{ foo: a, bar: c.d[:2] }'
jamesls commented 9 years ago

It's not possible to use jpterm without any user interaction.

However, I am actively working on a jmespath CLI that is exactly what you're asking for, a non interactive command line utility designed for scripting purposes. Coming soon.