diff --git a/doc/cli-reference/generated/ch_cli_ironic_commands.xml b/doc/cli-reference/generated/ch_cli_ironic_commands.xml
index 79d4e1ba75..cf965fd891 100644
--- a/doc/cli-reference/generated/ch_cli_ironic_commands.xml
+++ b/doc/cli-reference/generated/ch_cli_ironic_commands.xml
@@ -9,13 +9,13 @@
-
Bare metal command-line client
+ Bare Metal service command-line client
The ironic client is the command-line
- interface (CLI) for the Bare metal API and its extensions.
+ interface (CLI) for the Bare Metal service API and its extensions.
This chapter documents ironic version
- 0.10.0.
+ 1.0.0.
For help on a specific ironic
@@ -135,6 +135,14 @@
+
+ node-get-vendor-passthru-methods
+
+
+ Get the vendor passthru methods for a node.
+
+
+
node-list
@@ -272,6 +280,14 @@
+
+ driver-get-vendor-passthru-methods
+
+
+ Get the vendor passthru methods for a driver.
+
+
+
driver-list
@@ -866,6 +882,23 @@ Update information about a chassis.
+
+
+
+ ironic driver-get-vendor-passthru-methods
+ usage: ironic driver-get-vendor-passthru-methods <driver>
+
+Get the vendor passthru methods for a driver.
+
+ Positional arguments
+
+ <driver>
+
+
+ Name of the driver.
+
+
+
@@ -1096,6 +1129,23 @@ Get the supported boot devices for a node.
+
+
+
+ ironic node-get-vendor-passthru-methods
+ usage: ironic node-get-vendor-passthru-methods <node>
+
+Get the vendor passthru methods for a node.
+
+ Positional arguments
+
+ <node>
+
+
+ Name or UUID of the node.
+
+
+