mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Dec 18 10:08:20 UTC 2024
This commit is contained in:
parent
ec6dc40f99
commit
9c53f3cabe
128 changed files with 3295 additions and 279 deletions
|
|
@ -19,7 +19,7 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta alloydb clusters export my-cluster \
|
||||
--region=us-central1 --database=my-database \
|
||||
--gcs-uri=gs://my-bucket/my-export-file-path \
|
||||
--gcs-uri=gs://my-bucket/my-export-file-path --csv \
|
||||
--select-query="SELECT * FROM my-table"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -110,8 +110,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 alloydb clusters export
|
||||
|
||||
$ gcloud alpha alloydb clusters export
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue