Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 482 Bytes

rover-dev.md

File metadata and controls

19 lines (15 loc) · 482 Bytes

Run rover dev. Replace ... with your own values

macOS & Linux

APOLLO_KEY="..." \
APOLLO_GRAPH_REF="..." \
APOLLO_ROVER_DEV_ROUTER_VERSION=2.0.0-preview.0 \
rover dev --supergraph-config supergraph.yaml --router-config router-config.yaml

Windows PowerShell

$env:APOLLO_KEY="..."
$env:APOLLO_GRAPH_REF="..."
$env:APOLLO_ROVER_DEV_ROUTER_VERSION="2.0.0-preview.0"
rover dev --supergraph-config supergraph.yaml --router-config router-config.yaml