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 rovernpx skills add https://github.com/apollographql/skills --skill roverOr paste this URL into your assistant to install:
Overview
What This Skill Does
CLI tool for managing GraphQL schemas in Apollo GraphOS
Application
When to use this Skill
- Integrating rover into your development workflow.
- Following best practices for cli tool for managing graphql schemas in apollo graphos.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
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