1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 07:58:28 +00:00

gcloud: Wed Apr 8 12:08:12 UTC 2026

This commit is contained in:
Automated 2026-04-08 12:08:12 +00:00
parent 89a3bc9276
commit 5b03e16435
766 changed files with 29847 additions and 8950 deletions

View file

@ -247,8 +247,9 @@ OPTIONAL FLAGS
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
fraction of a second, using write-ahead logs. Must have automatic
backups enabled to use. Make sure storage can support at least 7 days
of logs.
--[no-]final-backup
Enables the final backup to be taken at the time of instance deletion.

View file

@ -361,8 +361,9 @@ FLAGS
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
fraction of a second, using write-ahead logs. Must have automatic
backups enabled to use. Make sure storage can support at least 7 days
of logs.
--enforce-new-sql-network-architecture
Force the instance to use the new network architecture.

View file

@ -0,0 +1,32 @@
NAME
gcloud beta sql instances get-storage-shrink-config - displays the minimum
storage size to which a Cloud SQL instance can be decreased
SYNOPSIS
gcloud beta sql instances get-storage-shrink-config INSTANCE
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Displays the minimum storage size to which a Cloud SQL instance can
be decreased.
POSITIONAL ARGUMENTS
INSTANCE
Cloud SQL instance ID.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql instances get-storage-shrink-config
$ gcloud alpha sql instances get-storage-shrink-config

View file

@ -42,6 +42,10 @@ COMMANDS
(BETA) Displays the latest recovery time to which a Cloud SQL instance
can be restored to.
get-storage-shrink-config
(BETA) Displays the minimum storage size to which a Cloud SQL instance
can be decreased.
import
(BETA) (DEPRECATED) Imports data into a Cloud SQL instance from Google
Cloud Storage.
@ -52,6 +56,9 @@ COMMANDS
patch
(BETA) Updates the settings of a Cloud SQL instance.
perform-storage-shrink
(BETA) Performs a storage size decrease of a Cloud SQL instance.
point-in-time-restore
(BETA) Performs a point in time restore for a Cloud SQL instance
managed by Google Cloud Backup and Disaster Recovery (DR) Service.

View file

@ -29,7 +29,7 @@ SYNOPSIS
[--[no-]enable-dataplex-integration]
[--[no-]enable-google-ml-integration]
[--[no-]enable-google-private-path] [--enable-password-policy]
[--enable-point-in-time-recovery]
[--[no-]enable-point-in-time-recovery]
[--[no-]enable-private-service-connect]
[--enforce-new-sql-network-architecture]
[--failover-dr-replica-name=FAILOVER_DR_REPLICA_NAME]
@ -188,7 +188,7 @@ FLAGS
Removes the list of DNS Servers from the Active Directory Config.
--clear-entra-id-config
Clear the Entra ID config for the SQL Server instance.
Clears the Entra ID config for the SQL Server instance.
--clear-failover-dr-replica-name
Clear the DR replica setting for the primary instance. Flag is only
@ -310,10 +310,12 @@ FLAGS
with the policies configured for the instance. This flag is only
available for Postgres.
--enable-point-in-time-recovery
--[no-]enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
fraction of a second, using write-ahead logs. Must have automatic
backups enabled to use. Make sure storage can support at least 7 days
of logs. Use --enable-point-in-time-recovery to enable and
--no-enable-point-in-time-recovery to disable.
--[no-]enable-private-service-connect
Enable connecting to the Cloud SQL instance with Private Service

View file

@ -0,0 +1,43 @@
NAME
gcloud beta sql instances perform-storage-shrink - performs a storage size
decrease of a Cloud SQL instance
SYNOPSIS
gcloud beta sql instances perform-storage-shrink INSTANCE [--async]
[--storage-size=STORAGE_SIZE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Performs a storage size decrease of a Cloud SQL instance.
POSITIONAL ARGUMENTS
INSTANCE
Cloud SQL instance ID.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is True. Enabled by default, use --no-async to
disable.
--storage-size=STORAGE_SIZE
The target storage size must be an integer that represents the number
of GB. For example, --storage-size=10GB. Only supported for primary or
standalone instances. You can't set a target storage size for a replica
instance.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud sql instances perform-storage-shrink
$ gcloud alpha sql instances perform-storage-shrink

View file

@ -262,8 +262,9 @@ FLAGS
--enable-point-in-time-recovery
Allows for data recovery from a specific point in time, down to a
fraction of a second, via write-ahead logs. Must have automatic backups
enabled to use. Make sure storage can support at least 7 days of logs.
fraction of a second, using write-ahead logs. Must have automatic
backups enabled to use. Make sure storage can support at least 7 days
of logs.
--[no-]final-backup
Enables the final backup to be taken at the time of instance deletion.

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 entraid-certs create
$ gcloud alpha sql ssl entraid-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 entraid-certs
$ gcloud alpha sql ssl entraid-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 entraid-certs list
$ gcloud alpha sql ssl entraid-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 entraid-certs rollback
$ gcloud alpha sql ssl entraid-certs rollback

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 entraid-certs rotate
$ gcloud alpha sql ssl entraid-certs rotate