mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Fri Mar 22 09:56:14 UTC 2024
This commit is contained in:
parent
75379bf68b
commit
5b4fac9106
182 changed files with 4221 additions and 251 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud workbench instances add-iam-policy-binding - add IAM policy binding
|
||||
for an instance
|
||||
gcloud workbench instances add-iam-policy-binding - adds IAM policy binding
|
||||
for a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances add-iam-policy-binding
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud workbench instances check-instance-upgradability - request for
|
||||
checking if an instance is upgradeable
|
||||
gcloud workbench instances check-instance-upgradability - checks if a
|
||||
workbench instance is upgradeable
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances check-instance-upgradability
|
||||
(INSTANCE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for checking if an instance is upgradeable.
|
||||
Checks if a workbench instance is upgradeable.
|
||||
|
||||
EXAMPLES
|
||||
To check if an instance can be upgraded, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud workbench instances create - request for creating an instance
|
||||
gcloud workbench instances create - creates a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances create (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -37,7 +37,7 @@ SYNOPSIS
|
|||
--shielded-vtpm=SHIELDED_VTPM] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for creating an instance.
|
||||
Creates a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To create an instance from a VmImage family, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances delete - request for deleting instances
|
||||
gcloud workbench instances delete - deletes a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances delete (INSTANCE : --location=LOCATION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for deleting workbench instances.
|
||||
Deletes a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To delete an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances describe - request for describing instances
|
||||
gcloud workbench instances describe - describes a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances describe (INSTANCE : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for describing workbench instances.
|
||||
Describes a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To describe an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud workbench instances diagnose - request for diagnosing instances
|
||||
gcloud workbench instances diagnose - diagnoses a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances diagnose (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--relative-path=RELATIVE_PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for diagnosing workbench instances.
|
||||
Diagnoses a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To diagnose an instance, run:
|
||||
|
|
|
|||
28
gcloud/workbench/instances/get-config
Normal file
28
gcloud/workbench/instances/get-config
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
NAME
|
||||
gcloud workbench instances get-config - describes the valid configurations
|
||||
for workbench instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances get-config [--location=LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describes the valid configurations for workbench instances.
|
||||
|
||||
EXAMPLES
|
||||
For valid configurations, run:
|
||||
|
||||
$ gcloud workbench instances get-config --location=us-west1-a
|
||||
|
||||
FLAGS
|
||||
--location=LOCATION
|
||||
Google Cloud location of this environment
|
||||
https://cloud.google.com/compute/docs/regions-zones/#locations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud workbench instances get-iam-policy - get IAM policy for an instance
|
||||
gcloud workbench instances get-iam-policy - gets IAM policy for a workbench
|
||||
instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances get-iam-policy (INSTANCE : --location=LOCATION)
|
||||
|
|
|
|||
|
|
@ -16,52 +16,55 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
Add IAM policy binding for an instance.
|
||||
Adds IAM policy binding for a workbench instance.
|
||||
|
||||
check-instance-upgradability
|
||||
Request for checking if an instance is upgradeable.
|
||||
Checks if a workbench instance is upgradeable.
|
||||
|
||||
create
|
||||
Request for creating an instance.
|
||||
Creates a workbench instance.
|
||||
|
||||
delete
|
||||
Request for deleting instances.
|
||||
Deletes a workbench instance.
|
||||
|
||||
describe
|
||||
Request for describing instances.
|
||||
Describes a workbench instance.
|
||||
|
||||
diagnose
|
||||
Request for diagnosing instances.
|
||||
Diagnoses a workbench instance.
|
||||
|
||||
get-config
|
||||
Describes the valid configurations for workbench instances.
|
||||
|
||||
get-iam-policy
|
||||
Get IAM policy for an instance.
|
||||
Gets IAM policy for a workbench instance.
|
||||
|
||||
list
|
||||
Request for listing instances.
|
||||
Lists workbench instances.
|
||||
|
||||
remove-iam-policy-binding
|
||||
Remove IAM policy binding for an instance.
|
||||
Removes IAM policy binding for a workbench instance.
|
||||
|
||||
reset
|
||||
Request for resetting instances.
|
||||
Resets a workbench instance.
|
||||
|
||||
resize-disk
|
||||
Request for updating instances.
|
||||
Resizes the workbench instance's disk.
|
||||
|
||||
rollback
|
||||
Request for rolling back instances.
|
||||
Rolls back a workbench instance.
|
||||
|
||||
set-iam-policy
|
||||
Set the IAM policy for an Instance.
|
||||
Sets the IAM policy for a workbench instance.
|
||||
|
||||
start
|
||||
Request for starting instances.
|
||||
Starts a workbench instance.
|
||||
|
||||
stop
|
||||
Request for stopping instances.
|
||||
Stops a workbench instance.
|
||||
|
||||
update
|
||||
Request for updating instances.
|
||||
Updates a workbench instance.
|
||||
|
||||
upgrade
|
||||
Request for upgrading instances.
|
||||
Upgrades a workbench instance.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud workbench instances list - request for listing instances
|
||||
gcloud workbench instances list - lists workbench instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances list [--location=LOCATION] [--filter=EXPRESSION]
|
||||
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for listing instances.
|
||||
Lists workbench instances.
|
||||
|
||||
EXAMPLES
|
||||
To list instances in a particular location, run:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud workbench instances remove-iam-policy-binding - remove IAM policy
|
||||
binding for an instance
|
||||
gcloud workbench instances remove-iam-policy-binding - removes IAM policy
|
||||
binding for a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances remove-iam-policy-binding
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances reset - request for resetting instances
|
||||
gcloud workbench instances reset - resets a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances reset (INSTANCE : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for resetting workbench instances.
|
||||
Resets a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To reset an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud workbench instances resize-disk - request for updating instances
|
||||
gcloud workbench instances resize-disk - resizes the workbench instance's
|
||||
disk
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances resize-disk (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -7,7 +8,7 @@ SYNOPSIS
|
|||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for resizing the workbench instances disk.
|
||||
Resizes the workbench instance's disk.
|
||||
|
||||
EXAMPLES
|
||||
To increase the boot disk size for an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances rollback - request for rolling back instances
|
||||
gcloud workbench instances rollback - rolls back a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances rollback (INSTANCE : --location=LOCATION)
|
||||
--target-snapshot=TARGET_SNAPSHOT [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for rolling back workbench instances.
|
||||
Rolls back a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To rollback an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud workbench instances set-iam-policy - set the IAM policy for an
|
||||
Instance
|
||||
gcloud workbench instances set-iam-policy - sets the IAM policy for a
|
||||
workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances set-iam-policy (INSTANCE : --location=LOCATION)
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances start - request for starting instances
|
||||
gcloud workbench instances start - starts a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances start (INSTANCE : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for starting workbench instances.
|
||||
Starts a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To start an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances stop - request for stopping instances
|
||||
gcloud workbench instances stop - stops a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances stop (INSTANCE : --location=LOCATION) [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for stopping workbench instances.
|
||||
Stops a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To stop an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud workbench instances update - request for updating instances
|
||||
gcloud workbench instances update - updates a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances update (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -14,7 +14,7 @@ SYNOPSIS
|
|||
--shielded-vtpm=SHIELDED_VTPM] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for updating workbench instances.
|
||||
Updates a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To update machine type for an instance, run:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
NAME
|
||||
gcloud workbench instances upgrade - request for upgrading instances
|
||||
gcloud workbench instances upgrade - upgrades a workbench instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud workbench instances upgrade (INSTANCE : --location=LOCATION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Request for upgrading workbench instances.
|
||||
Upgrades a workbench instance.
|
||||
|
||||
EXAMPLES
|
||||
To upgrade an instance, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue