mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Feb 8 10:13:59 UTC 2023
This commit is contained in:
parent
fc11b54760
commit
11068cb123
240 changed files with 8982 additions and 619 deletions
|
|
@ -8,8 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Adds a policy binding to the IAM policy of an instance, given an
|
||||
instance ID and the binding.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Adds a policy binding to the IAM policy of an instance, given an instance
|
||||
ID and the binding.
|
||||
|
||||
EXAMPLES
|
||||
To add an IAM policy binding for the role of roles/notebooks.admin for the
|
||||
|
|
|
|||
|
|
@ -30,7 +30,10 @@ SYNOPSIS
|
|||
default="TYPE_UNSPECIFIED"] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for creating notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for creating notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To create an instance from an environment, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for deleting notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for deleting notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To delete an instance, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for describing notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for describing notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To describe an instance, run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[--relative-path=RELATIVE_PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for diagnose notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for diagnose notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To diagnose an instance, run:
|
||||
|
|
|
|||
|
|
@ -8,12 +8,14 @@ SYNOPSIS
|
|||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha notebooks instances get-iam-policy displays the IAM
|
||||
policy associated with an instance. If formatted as JSON, the output can be
|
||||
edited and used as a policy file for set-iam-policy. The output includes an
|
||||
"etag" field identifying the version emitted and allowing detection of
|
||||
concurrent policy updates; see $ {parent} set-iam-policy for additional
|
||||
details.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
gcloud alpha notebooks instances get-iam-policy displays the IAM policy
|
||||
associated with an instance. If formatted as JSON, the output can be edited
|
||||
and used as a policy file for set-iam-policy. The output includes an "etag"
|
||||
field identifying the version emitted and allowing detection of concurrent
|
||||
policy updates; see $ {parent} set-iam-policy for additional details.
|
||||
|
||||
EXAMPLES
|
||||
To print the IAM policy for a given folder, run:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ SYNOPSIS
|
|||
gcloud alpha notebooks instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Notebooks Instances command group.
|
||||
(ALPHA) (DEPRECATED) Notebooks Instances command group.
|
||||
|
||||
This command is deprecated. Please use gcloud notebooks instead.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,52 +18,53 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
(ALPHA) Add IAM policy binding for an instance.
|
||||
(ALPHA) (DEPRECATED) Add IAM policy binding for an instance.
|
||||
|
||||
create
|
||||
(ALPHA) Request for creating an instance.
|
||||
(ALPHA) (DEPRECATED) Request for creating an instance.
|
||||
|
||||
delete
|
||||
(ALPHA) Request for deleting instances.
|
||||
(ALPHA) (DEPRECATED) Request for deleting instances.
|
||||
|
||||
describe
|
||||
(ALPHA) Request for describing instances.
|
||||
(ALPHA) (DEPRECATED) Request for describing instances.
|
||||
|
||||
diagnose
|
||||
(ALPHA) Request for diagnose instances.
|
||||
(ALPHA) (DEPRECATED) Request for diagnose instances.
|
||||
|
||||
get-iam-policy
|
||||
(ALPHA) Get IAM policy for an instance.
|
||||
(ALPHA) (DEPRECATED) Get IAM policy for an instance.
|
||||
|
||||
is-upgradeable
|
||||
(ALPHA) Request for checking if a notebook instance is upgradeable.
|
||||
(ALPHA) (DEPRECATED) Request for checking if a notebook instance is
|
||||
upgradeable.
|
||||
|
||||
list
|
||||
(ALPHA) Request for listing instances.
|
||||
(ALPHA) (DEPRECATED) Request for listing instances.
|
||||
|
||||
register
|
||||
(ALPHA) Request for registering instances.
|
||||
(ALPHA) (DEPRECATED) Request for registering instances.
|
||||
|
||||
remove-iam-policy-binding
|
||||
(ALPHA) Remove IAM policy binding for an instance.
|
||||
(ALPHA) (DEPRECATED) Remove IAM policy binding for an instance.
|
||||
|
||||
reset
|
||||
(ALPHA) Request for resetting instances.
|
||||
(ALPHA) (DEPRECATED) Request for resetting instances.
|
||||
|
||||
set-iam-policy
|
||||
(ALPHA) Set the IAM policy for an Instance.
|
||||
(ALPHA) (DEPRECATED) Set the IAM policy for an Instance.
|
||||
|
||||
start
|
||||
(ALPHA) Request for starting instances.
|
||||
(ALPHA) (DEPRECATED) Request for starting instances.
|
||||
|
||||
stop
|
||||
(ALPHA) Request for stopping instances.
|
||||
(ALPHA) (DEPRECATED) Request for stopping instances.
|
||||
|
||||
update
|
||||
(ALPHA) Request for updating instances.
|
||||
(ALPHA) (DEPRECATED) Request for updating instances.
|
||||
|
||||
upgrade
|
||||
(ALPHA) Request for upgrading instances.
|
||||
(ALPHA) (DEPRECATED) Request for upgrading instances.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
(INSTANCE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for checking if a notebook instance is upgradeable.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for checking if a notebook instance is upgradeable.
|
||||
|
||||
EXAMPLES
|
||||
To check if an instance can be upgraded, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for listing instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for listing instances.
|
||||
|
||||
EXAMPLES
|
||||
To list instances in a particular location, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for registering notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for registering notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To register an old type instance, run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Removes a policy binding to the IAM policy of an instance, given an
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Removes a policy binding to the IAM policy of an instance, given an
|
||||
instance ID and the binding.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for reseting notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for reseting notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To reset an instance, run:
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@ SYNOPSIS
|
|||
(INSTANCE : --location=LOCATION) POLICY_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha notebooks instances set-iam-policy sets the IAM policy
|
||||
for a Notebook instance given an instance ID and a JSON or YAML file that
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
gcloud alpha notebooks instances set-iam-policy sets the IAM policy for a
|
||||
Notebook instance given an instance ID and a JSON or YAML file that
|
||||
describes the IAM policy.
|
||||
|
||||
Note: Setting the IAM policy for an Instance replaces existing IAM bindings
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for starting notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for starting notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To start an instance, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for stopping notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for stopping notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To stop an instance, run:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for updating notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for updating notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To update machine type for an instance, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Request for upgrading notebook instances.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud
|
||||
notebooks instead.
|
||||
|
||||
Request for upgrading notebook instances.
|
||||
|
||||
EXAMPLES
|
||||
To upgrade an instance, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue