Commit a592746a authored by Caleb Bron's avatar Caleb Bron
Browse files

route insert is a flag on add, not standalone

parent 31ca0c0f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -201,7 +201,7 @@ $ rio route add $name.$namespace to $target_namespace/target_service
Insert a router rule
```bash
$ rio route insert $name.$namespace to $target_namespace/target_service
$ rio route add --insert $name.$namespace to $target_namespace/target_service
```
Create a route based path match
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment