mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[--host=HOST] [--port=PORT] [--private-key=PRIVATE_KEY]
|
||||
[--update-labels=[KEY=VALUE,...]] [--username=USERNAME]
|
||||
[--clear-labels | --remove-labels=[KEY,...]]
|
||||
[--gcs-bucket=GCS_BUCKET : --gcs-prefix=GCS_PREFIX]
|
||||
[--password=PASSWORD | --prompt-for-password] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -134,6 +135,16 @@ FLAGS
|
|||
silently ignored. If --update-labels is also specified then
|
||||
--update-labels is applied first.
|
||||
|
||||
--gcs-bucket=GCS_BUCKET
|
||||
Cloud Storage bucket for the source SQL Server connection profile where
|
||||
the backups are stored. This flag is used only for SQL Server to Cloud
|
||||
SQL migrations.
|
||||
|
||||
--gcs-prefix=GCS_PREFIX
|
||||
Cloud Storage prefix path within the bucket for the source SQL Server
|
||||
connection profile where the backups are stored. This flag is used only
|
||||
for SQL Server to Cloud SQL migrations.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--password=PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue