Skip to content

Commit c60bda9

Browse files
Document one more CLI difference from v1
1 parent bc57b12 commit c60bda9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ namely various HTTP API endpoint options and `--vhost`:
201201
rabbitmqadmin --vhost "events" declare queue --name "target.quorum.queue.name" --type "quorum" --durable true
202202
```
203203

204+
### --prefix Overrides API Path Prefix
205+
206+
In `rabbitmqadmin` v1, `--path-prefix` appended to the default [API path prefix](https://www.rabbitmq.com/docs/management#path-prefix).
207+
In this version, the value passed to `--path-prefix` will be used as given, in other words,
208+
it replaces the default prefix, `/api`.
209+
204210
### Configuration File Format Moved to TOML
205211

206212
`rabbitmqadmin` v1 supported ini configuration files that allowed

0 commit comments

Comments
 (0)