mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 15 10:52:53 UTC 2025
This commit is contained in:
parent
6f9bb9a0f0
commit
154ebc873d
299 changed files with 7497 additions and 3961 deletions
55
gcloud/compute/preview-features/describe
Normal file
55
gcloud/compute/preview-features/describe
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
NAME
|
||||
gcloud compute preview-features describe - describe a preview feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute preview-features describe PREVIEW_FEATURE
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a preview feature.
|
||||
|
||||
EXAMPLES
|
||||
To retrieve a single preview feature and print its properties, run the
|
||||
following command:
|
||||
|
||||
$ gcloud compute preview-features describe my-preview-feature
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Preview feature resource - Name of the preview feature you want to
|
||||
inspect. This represents a Cloud resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument preview_feature on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
PREVIEW_FEATURE
|
||||
ID of the preview feature or fully qualified identifier for the
|
||||
preview feature.
|
||||
|
||||
To set the preview_feature attribute:
|
||||
▸ provide the argument preview_feature on the command line.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the compute/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute preview-features describe
|
||||
|
||||
$ gcloud beta compute preview-features describe
|
||||
|
||||
34
gcloud/compute/preview-features/help
Normal file
34
gcloud/compute/preview-features/help
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
NAME
|
||||
gcloud compute preview-features - read and manipulate Compute Engine
|
||||
Preview Features
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute preview-features COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Read and manipulate Compute Engine Preview Features.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Describe a preview feature.
|
||||
|
||||
list
|
||||
View preview features.
|
||||
|
||||
update
|
||||
Update a preview feature's activation status.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute preview-features
|
||||
|
||||
$ gcloud beta compute preview-features
|
||||
|
||||
67
gcloud/compute/preview-features/list
Normal file
67
gcloud/compute/preview-features/list
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud compute preview-features list - view preview features
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute preview-features list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
View preview features.
|
||||
|
||||
EXAMPLES
|
||||
To display all preview features, run the following command:
|
||||
|
||||
$ gcloud compute preview-features list
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the compute/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute preview-features list
|
||||
|
||||
$ gcloud beta compute preview-features list
|
||||
|
||||
74
gcloud/compute/preview-features/update
Normal file
74
gcloud/compute/preview-features/update
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
NAME
|
||||
gcloud compute preview-features update - update a preview feature's
|
||||
activation status
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute preview-features update PREVIEW_FEATURE
|
||||
--activation-status=ACTIVATION_STATUS
|
||||
(--custom-rollout-plan=CUSTOM_ROLLOUT_PLAN
|
||||
| --rollout-plan=ROLLOUT_PLAN) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update a preview feature's activation status.
|
||||
|
||||
EXAMPLES
|
||||
To enable/unspecify a preview feature's activation status, run the
|
||||
following command:
|
||||
|
||||
$ gcloud compute preview-features update
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Preview feature resource - Name of the preview feature you want to update.
|
||||
This represents a Cloud resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument preview_feature on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
PREVIEW_FEATURE
|
||||
ID of the preview feature or fully qualified identifier for the
|
||||
preview feature.
|
||||
|
||||
To set the preview_feature attribute:
|
||||
▸ provide the argument preview_feature on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--activation-status=ACTIVATION_STATUS
|
||||
The activation status of the preview feature. ACTIVATION_STATUS must be
|
||||
one of: enabled, unspecified.
|
||||
|
||||
The rollout plan of the preview feature.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--custom-rollout-plan=CUSTOM_ROLLOUT_PLAN
|
||||
Use a custom rollout plan by name.
|
||||
|
||||
--rollout-plan=ROLLOUT_PLAN
|
||||
Use a predefined rollout plan. ROLLOUT_PLAN must be one of:
|
||||
fast-rollout, two-day-rollout.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the compute/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com/compute/
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha compute preview-features update
|
||||
|
||||
$ gcloud beta compute preview-features update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue