heroku-rover-buildpack

by Toro-TMS

README.md

Heroku Rover Buildpack

A buildpack for installing the Apollo's Rover CLI. Rover can be used to interact with Apollo Studio. One common use case is to register the GraphQL schema of an app once deployed.

This buildpack will always install the lastest version of Rover.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/Toro-TMS/heroku-rover-buildpack.git

For existing applications:

$ heroku buildpacks:set https://github.com/Toro-TMS/heroku-rover-buildpack.git -a YOUR_APP_NAME