Here are some common commands that you'll use with the Rover CLI.
curl -sSL https://rover.apollo.dev/nix/latest | sh
rover config auth
Once you run this, you'll paste your API Key!
rover config whoami
rover subgraph check YOUR_GRAPH_REF \
--routing-url https://snowtooth-mountain-lifts.herokuapp.com/ \
--schema ./lifts-schema.graphql \
--name lifts
rover subgraph publish YOUR_GRAPH_REF \
--routing-url https://snowtooth-mountain-lifts.herokuapp.com/ \
--schema ./lifts-schema.graphql \
--name lifts