mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
|
|
@ -7,8 +7,7 @@ SYNOPSIS
|
|||
[--db-timeout=DB_TIMEOUT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Switches over a Cloud SQL instance to one of its replicas. Only
|
||||
supported on Cloud SQL for SQL Server and MySQL instances.
|
||||
(ALPHA) Switches over a Cloud SQL instance to one of its replicas.
|
||||
|
||||
EXAMPLES
|
||||
To switch over an instance to its replica called replica-instance:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud sql ssl server-ca-certs create
|
||||
|
||||
$ gcloud beta sql ssl server-ca-certs create
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud sql ssl server-ca-certs
|
||||
|
||||
$ gcloud beta sql ssl server-ca-certs
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud sql ssl server-ca-certs list
|
||||
|
||||
$ gcloud beta sql ssl server-ca-certs list
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud sql ssl server-ca-certs rollback
|
||||
|
||||
$ gcloud beta sql ssl server-ca-certs rollback
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud sql ssl server-ca-certs rotate
|
||||
|
||||
$ gcloud beta sql ssl server-ca-certs rotate
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue