Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apollo/rover

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/rover

The new Apollo CLI

  • 0.26.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is @apollo/rover?

@apollo/rover is a command-line tool for managing and interacting with Apollo Federation. It allows you to work with your GraphQL schemas, manage subgraphs, and interact with Apollo Studio.

What are @apollo/rover's main functionalities?

Fetching a GraphQL Schema

Fetches the latest version of a GraphQL schema from Apollo Studio for a specific graph.

rover graph fetch my-graph@current

Publishing a Subgraph

Publishes a subgraph schema to Apollo Studio, allowing it to be composed into a federated graph.

rover subgraph publish my-graph@current --name products --schema ./schema.graphql --routing-url http://localhost:4001

Composing a Supergraph

Composes a supergraph schema from multiple subgraph schemas using a configuration file.

rover supergraph compose --config ./supergraph-config.yaml

Checking Schema Changes

Checks a local schema against the current schema in Apollo Studio to ensure compatibility and detect breaking changes.

rover graph check my-graph@current --schema ./schema.graphql

Other packages similar to @apollo/rover

Keywords

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc