skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

rover

CLI tool for managing GraphQL schemas in Apollo GraphOS

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/apollographql/skills --skill rover

Overview

What This Skill Does

CLI tool for managing GraphQL schemas in Apollo GraphOS

Application

When to use this Skill

Documentation

Show Skills.md file

Apollo Rover CLI Guide

Rover is the official CLI for Apollo GraphOS. It helps you manage schemas, run composition locally, publish to GraphOS, and develop supergraphs on your local machine.

Quick Start

Step 1: Install

# macOS/Linux
curl -sSL https://rover.apollo.dev/nix/latest | sh

# npm (cross-platform)
npm install -g @apollo/rover

# Windows PowerShell
iwr 'https://rover.apollo.dev/win/latest' | iex

Step 2: Authenticate

# Interactive authentication (opens browser)
rover config auth

# Or set environment variable
export APOLLO_KEY=your-api-key
Lines 1 - 28 of 208

Recommendations

Explore other random skills

All skillsMy patterns