Skip to content

Commit

Permalink
corrected "subgraph push" to "subgraph publish" on line 270 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
DNature authored Jun 2, 2021
1 parent 47bc2f1 commit 95de9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ apollo service:push --serviceName users
# (no config file needed)
# globs don't work natively with Rover, so you can use `cat` to combine
# multiple files on *nix machines
cat *.graphql | rover subgraph push my-graph@prod --name users --schema -
cat *.graphql | rover subgraph publish my-graph@prod --name users --schema -
```

0 comments on commit 95de9d9

Please sign in to comment.