mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
NAME
|
|
gcloud colab runtime-templates - manage Colab Enterprise runtime templates
|
|
|
|
SYNOPSIS
|
|
gcloud colab runtime-templates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
For more information about runtime templates, see
|
|
https://cloud.google.com/colab/docs/runtimes#runtime-templates
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add an IAM policy binding to a Colab Enterprise runtime template.
|
|
|
|
create
|
|
Create a runtime template.
|
|
|
|
delete
|
|
Delete a runtime template.
|
|
|
|
describe
|
|
Describe a runtime template.
|
|
|
|
get-iam-policy
|
|
Get IAM policy for a Colab Enterprise runtime template.
|
|
|
|
list
|
|
List your runtime templates.
|
|
|
|
remove-iam-policy-binding
|
|
Remove an IAM policy binding from a Colab Enterprise runtime template.
|
|
|
|
set-iam-policy
|
|
Set IAM policy for a Colab Enterprise runtime template as defined in a
|
|
JSON or YAML file.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta colab runtime-templates
|
|
|