1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Wed Dec 11 10:18:23 UTC 2024

This commit is contained in:
Automated 2024-12-11 10:18:23 +00:00
parent ad2752c6c9
commit ec6dc40f99
493 changed files with 17655 additions and 1753 deletions

View file

@ -48,7 +48,8 @@ SYNOPSIS
[--require-ssl] [--retained-backups-count=RETAINED_BACKUPS_COUNT]
[--retained-transaction-log-days=RETAINED_TRANSACTION_LOG_DAYS]
[--root-password=ROOT_PASSWORD] [--server-ca-mode=SERVER_CA_MODE]
[--ssl-mode=SSL_MODE] [--[no-]storage-auto-increase]
[--server-ca-pool=SERVER_CA_POOL] [--ssl-mode=SSL_MODE]
[--[no-]storage-auto-increase]
[--storage-auto-increase-limit=STORAGE_AUTO_INCREASE_LIMIT]
[--storage-size=STORAGE_SIZE] [--storage-type=STORAGE_TYPE]
[--threads-per-core=THREADS_PER_CORE] [--tier=TIER, -t TIER]
@ -465,6 +466,9 @@ FLAGS
GOOGLE_MANAGED_INTERNAL_CA
Google-managed self-signed internal CA.
--server-ca-pool=SERVER_CA_POOL
Set the server CA pool of the instance.
--ssl-mode=SSL_MODE
Set the SSL mode of the instance. SSL_MODE must be one of:

View file

@ -27,8 +27,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql ssl server-certs create
$ gcloud alpha sql ssl server-certs create

View file

@ -33,8 +33,10 @@ COMMANDS
instance.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql ssl server-certs
$ gcloud alpha sql ssl server-certs

View file

@ -55,8 +55,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql ssl server-certs list
$ gcloud alpha sql ssl server-certs list

View file

@ -28,8 +28,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql ssl server-certs rollback
$ gcloud alpha sql ssl server-certs rollback

View file

@ -27,8 +27,10 @@ GCLOUD WIDE FLAGS
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql ssl server-certs rotate
$ gcloud alpha sql ssl server-certs rotate