Skip to content

v0.0.2preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@ashb ashb released this 15 Oct 10:59
· 31 commits to master since this release

I've updated it so you can now pipe JSON input in:

$ aws ec2 describe-instances | ./jqrepl-0.02preview
  0 » type
"object"
  1 » keys
[
  "Reservations"
]
  2 » .Reservations[0] | keys
[
  "Groups",
  "Instances",
  "OwnerId",
  "ReservationId"
]
  3 »