From the course: GraphQL for Enterprise Developers

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Installing the Rover CLI

Installing the Rover CLI

- [Narrator] Let's install the Rover CLI so we can start to manage our schema and our different sub graphs. So here at the Apollo documentation, you're going to find installation instructions for Linux and Mac OS. If you are on a Windows machine, you can install a bunch of other ways. If you keep scrolling down this page, you can see all sorts of other methods as well. If you don't find the one you like higher up on the page. I'm just going to install this using Curl though. So I'm going to copy this. I will go to my terminal, and this could really be any terminal window anywhere in your computer. We will paste the command and it will set out to download the whole thing. If you already have it installed, you can just say, yes, I want to overwrite the existing and it will install that. Okay, so now that I have that, we should be able to type rover and see a list of commands. If you don't see those rover commands, go ahead and kill the terminal or close the terminal and reopen a new…

Contents