Skip to content

Commit 1183a32

Browse files
committed
Fixes cloud config update command
1 parent 3de6ed8 commit 1183a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/routing/cloud/migrate-to-self-hosted.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ rover cloud config fetch <GRAPH_REF> > router.yaml
9393

9494
Use the [Rover CLI's `cloud config update` command](/rover/commands/cloud#cloud-config-update) to update your running cloud routers' configuration. For example, to apply changes from a local `router.yaml`:
9595

96-
```bash showLineNumbers={false}
97-
rover cloud config update <GRAPH_REF> < router.yaml
96+
```bash
97+
rover cloud config update --file router.yaml <GRAPH_REF>
9898
```
9999

100100
[Install](/rover/getting-started) and [configure](/rover/configuring) the Rover CLI to run this command.

0 commit comments

Comments
 (0)