Skip to content

Commit 66485c3

Browse files
authored
Add new options to RabbitMQ commands (#7111)
1 parent 18144d7 commit 66485c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

transports/rabbitmq/operations-scripting_content_rabbit_[10,).partial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ rabbitmq-transport delays verify [options]
7575
`--managementApiUrl` : Overrides the value inferred from the connection string<br />
7676
`--managementApiUserName` : Overrides the value inferred from the connection string. If provided, the `--managementApiPassword` option must also be provided or this option will be ignored<br />
7777
`--managementApiPassword` : Overrides the value inferred from the connection string. If provided, the `--managementApiUserName` option must also be provided or this option will be ignored<br />
78+
`--disableCertValidation`: Disable remote certificate validation when connecting to the broker<br />
7879

7980
### `endpoint create`
8081

@@ -151,4 +152,5 @@ rabbitmq-transport queue validate-delivery-limit <queueName> [options]
151152
`--connectionStringEnv` : Specifies the environment variable where the connection string can be found. `--connectionString`, if specified, will take precedence over this option<br />
152153
`--managementApiUrl` : Overrides the value inferred from the connection string<br />
153154
`--managementApiUserName` : Overrides the value inferred from the connection string. If provided, the `--managementApiPassword` option must also be provided or this option will be ignored<br />
154-
`--managementApiPassword` : Overrides the value inferred from the connection string. If provided, the `--managementApiUserName` option must also be provided or this option will be ignored<br />
155+
`--managementApiPassword` : Overrides the value inferred from the connection string. If provided, the `--managementApiUserName` option must also be provided or this option will be ignored<br />
156+
`--disableCertValidation`: The passphrase for client certificate file for when using a client certificate<br />

0 commit comments

Comments
 (0)