diff --git a/doc/cli-reference/generated/ch_cli_trove_commands.xml b/doc/cli-reference/generated/ch_cli_trove_commands.xml
index de3632fe70..e2679372ad 100644
--- a/doc/cli-reference/generated/ch_cli_trove_commands.xml
+++ b/doc/cli-reference/generated/ch_cli_trove_commands.xml
@@ -15,7 +15,7 @@
interface (CLI) for the Database API and its extensions.
This chapter documents trove version
- 1.0.7.
+ 1.0.8.
For help on a specific trove
@@ -25,16 +25,27 @@
trove usage
- usage: trove [--version] [--debug] [--os-username <auth-user-name>]
- [--os-password <auth-password>]
- [--os-tenant-name <auth-tenant-name>]
- [--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
- [--os-region-name <region-name>] [--service-type <service-type>]
- [--service-name <service-name>] [--bypass-url <bypass-url>]
+ usage: trove [--version] [--debug] [--os-auth-system <auth-system>]
+ [--service-type <service-type>] [--service-name <service-name>]
+ [--bypass-url <bypass-url>]
[--database-service-name <database-service-name>]
[--endpoint-type <endpoint-type>]
[--os-database-api-version <database-api-ver>]
- [--os-cacert <ca-certificate>] [--retries <retries>] [--json]
+ [--retries <retries>] [--json] [--insecure]
+ [--os-cacert <ca-certificate>] [--os-cert <certificate>]
+ [--os-key <key>] [--timeout <seconds>]
+ [--os-auth-url OS_AUTH_URL] [--os-domain-id OS_DOMAIN_ID]
+ [--os-domain-name OS_DOMAIN_NAME] [--os-project-id OS_PROJECT_ID]
+ [--os-project-name OS_PROJECT_NAME]
+ [--os-project-domain-id OS_PROJECT_DOMAIN_ID]
+ [--os-project-domain-name OS_PROJECT_DOMAIN_NAME]
+ [--os-trust-id OS_TRUST_ID] [--os-user-id OS_USER_ID]
+ [--os-user-name OS_USERNAME]
+ [--os-user-domain-id OS_USER_DOMAIN_ID]
+ [--os-user-domain-name OS_USER_DOMAIN_NAME]
+ [--os-password OS_PASSWORD] [--os-tenant-name <auth-tenant-name>]
+ [--os-tenant-id <tenant-id>] [--os-auth-token OS_AUTH_TOKEN]
+ [--os-region-name <region-name>]
<subcommand> ...
Subcommands
@@ -603,50 +614,9 @@
- --os-username <auth-user-name>
+ --os-auth-system <auth-system>
- Defaults to env[OS_USERNAME]
.
-
-
-
-
- --os-password <auth-password>
-
-
- Defaults to env[OS_PASSWORD]
.
-
-
-
-
- --os-tenant-name <auth-tenant-name>
-
-
- Defaults to env[OS_TENANT_NAME]
.
-
-
-
-
- --os-tenant-id <auth-tenant-id>
-
-
- Defaults to env[OS_TENANT_ID]
.
-
-
-
-
- --os-auth-url <auth-url>
-
-
- Defaults to env[OS_AUTH_URL]
.
-
-
-
-
- --os-region-name <region-name>
-
-
- Defaults to env[OS_REGION_NAME]
.
@@ -701,16 +671,6 @@
-
- --os-cacert <ca-certificate>
-
-
- Specify a CA bundle file to use in verifying
- a TLS (https) server certificate. Defaults
- to env[OS_CACERT]
.
-
-
-
--retries <retries>
@@ -728,6 +688,191 @@
+
+ --insecure
+
+
+ Explicitly allow client to perform
+ "insecure" TLS (https) requests. The
+ server's certificate will not be verified
+ against any certificate authorities. This
+ option should be used with caution.
+
+
+
+
+ --os-cacert <ca-certificate>
+
+
+ Specify a CA bundle file to use in verifying
+ a TLS (https) server certificate. Defaults
+ to env[OS_CACERT]
.
+
+
+
+
+ --os-cert <certificate>
+
+
+ Defaults to env[OS_CERT]
.
+
+
+
+
+ --os-key <key>
+
+
+ Defaults to env[OS_KEY]
.
+
+
+
+
+ --timeout <seconds>
+
+
+ Set request timeout (in seconds).
+
+
+
+
+ --os-auth-url OS_AUTH_URL
+
+
+ Authentication URL
+
+
+
+
+ --os-domain-id OS_DOMAIN_ID
+
+
+ Domain ID to scope to
+
+
+
+
+ --os-domain-name OS_DOMAIN_NAME
+
+
+ Domain name to scope to
+
+
+
+
+ --os-project-id OS_PROJECT_ID
+
+
+ Project ID to scope to
+
+
+
+
+ --os-project-name OS_PROJECT_NAME
+
+
+ Project name to scope to
+
+
+
+
+ --os-project-domain-id OS_PROJECT_DOMAIN_ID
+
+
+ Domain ID containing project
+
+
+
+
+ --os-project-domain-name OS_PROJECT_DOMAIN_NAME
+
+
+ Domain name containing project
+
+
+
+
+ --os-trust-id OS_TRUST_ID
+
+
+ Trust ID
+
+
+
+
+ --os-user-id OS_USER_ID
+
+
+ User ID
+
+
+
+
+ --os-user-name OS_USERNAME, --os-username OS_USERNAME
+
+
+ Username
+
+
+
+
+ --os-user-domain-id OS_USER_DOMAIN_ID
+
+
+ User's domain id
+
+
+
+
+ --os-user-domain-name OS_USER_DOMAIN_NAME
+
+
+ User's domain name
+
+
+
+
+ --os-password OS_PASSWORD
+
+
+ User's password
+
+
+
+
+ --os-tenant-name <auth-tenant-name>
+
+
+ Tenant to request authorization on. Defaults
+ to env[OS_TENANT_NAME]
.
+
+
+
+
+ --os-tenant-id <tenant-id>
+
+
+ Tenant to request authorization on. Defaults
+ to env[OS_TENANT_ID]
.
+
+
+
+
+ --os-auth-token OS_AUTH_TOKEN
+
+
+ Defaults to env[OS_AUTH_TOKEN]
+
+
+
+
+ --os-region-name <region-name>
+
+
+ Specify the region to use. Defaults to
+ env[OS_REGION_NAME]
.
+
+
+