Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.38 KB

getting-started.md

File metadata and controls

40 lines (25 loc) · 1.38 KB
title sidebar_title
Rover installation and setup
Installation

The Rover CLI is available for Linux, Mac, and Windows.

Installation

Install Rover by running the corresponding command for your operating system:

Linux and MacOS

curl -sSL https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.4/installers/binstall/scripts/nix/install.sh | VERSION=v0.0.1-rc.4 sh

Windows

iwr 'https://raw.githubusercontent.com/apollographql/rover/v0.0.1-rc.4/installers/binstall/scripts/windows/install.ps1' | iex

Alternatively, you can download the binary for your operating system and manually add its location to your PATH.

After installation completes, try running rover --help in a new terminal window to make sure it installed successfully.

You can run any Rover command with the --help flag to view all available options, flags, and subcommands.

Connecting to Studio

After you install Rover, you should authenticate it with Apollo Studio, because many of its commands communicate with Studio.

Run the following command:

rover config auth

This command instructs you where to obtain a personal API key and helps you set up a configuration profile. For more information, see Configuring Rover.