mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
gcloud: Wed Sep 28 10:27:48 UTC 2022
This commit is contained in:
parent
29683b8af4
commit
ffb9e43995
198 changed files with 4783 additions and 367 deletions
|
|
@ -12,12 +12,12 @@ DESCRIPTION
|
|||
EXAMPLES
|
||||
To export a cluster to a YAML file, run:
|
||||
|
||||
$ gcloud dataproc clusters export my_cluster --region=us-central1 \
|
||||
$ gcloud dataproc clusters export my-cluster --region=us-central1 \
|
||||
--destination=cluster.yaml
|
||||
|
||||
To export a cluster to standard output, run:
|
||||
|
||||
$ gcloud dataproc clusters export my_cluster --region=us-central1
|
||||
$ gcloud dataproc clusters export my-cluster --region=us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Cluster resource - The name of the cluster to export. The arguments in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue