Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 430 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 430 Bytes

A Heroku buildpack to add jq support to any build or Dyno.

Usage

$ heroku buildpacks:add --index 1 https://github.com/szgupta/heroku-buildpack-jq.git --app <APP_NAME>

Note that you'll want to add the jq buildpack before any buildpack that relies on libjq (e.g. ruby-jq). Supplying --index 1 as an option will guarantee this.