Skip to content

Commit

Permalink
fix: missing flag in unbridge
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 16, 2024
1 parent 08dd6bf commit cdd62bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gefyra/versioned_docs/version-2.x/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,11 @@ gefyra unbridge -N mypybridge

**Arguments:**

| Argument | Description |
|:---------------|:-------------------------------------|
| `-N`, `--name` | The name of the bridge to be removed |
| `-A`, `--all` | Remove all bridges at once |
| Argument | Description |
|:--------------------|:-------------------------------------|
| `-N`, `--name` | The name of the bridge to be removed |
| `-A`, `--all` | Remove all bridges at once |
| `--connection-name` | The name of the connection |


<!-- ### reflect
Expand Down

0 comments on commit cdd62bb

Please sign in to comment.