Use jq in a buildpack compatible app.
64bit Linux
Add the buildpack to a .buildpacks
configuration in the root of the application directory to install jq
for the application to utilize.
- Defaults to 64-bit Linux binary jq version 1.5 for Heroku runtime
JQ_BIN_URL
set the source URL for the jq binary- Expects a
*.zip
file with just the binary file inside