mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
59
gcloud/beta/dataproc/session-templates/help
Normal file
59
gcloud/beta/dataproc/session-templates/help
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
NAME
|
||||
gcloud beta dataproc session-templates - create and manage Dataproc session
|
||||
templates
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta dataproc session-templates COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create and manage Dataproc session templates.
|
||||
|
||||
EXAMPLES
|
||||
To see the list of all session templates, run:
|
||||
|
||||
$ gcloud beta dataproc session-templates list
|
||||
|
||||
To view the details of a session template, run:
|
||||
|
||||
$ gcloud beta dataproc session-templates describe my-template
|
||||
|
||||
To view just the non-output only fields of a session template, run:
|
||||
|
||||
$ gcloud beta dataproc session-templates export my-template \
|
||||
--destination template-file.yaml
|
||||
|
||||
To create or update a session template, run:
|
||||
|
||||
$ gcloud beta dataproc session-templates import my-template \
|
||||
--source template-file.yaml
|
||||
|
||||
To delete a session template, run:
|
||||
|
||||
$ gcloud beta dataproc session-templates delete my-template
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
(BETA) Delete a session template.
|
||||
|
||||
describe
|
||||
(BETA) Describe a session template.
|
||||
|
||||
export
|
||||
(BETA) Export a session template.
|
||||
|
||||
import
|
||||
(BETA) Import a session template.
|
||||
|
||||
list
|
||||
(BETA) List session templates.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue