1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed May 18 08:41:01 UTC 2022

This commit is contained in:
Automated 2022-05-18 08:41:01 +00:00
parent 379049f21a
commit 9f95235d93
258 changed files with 7569 additions and 441 deletions

View file

@ -0,0 +1,41 @@
NAME
gcloud alpha alloydb operations cancel - cancels an AlloyDB operation
SYNOPSIS
gcloud alpha alloydb operations cancel OPERATION --region=REGION
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Cancels an AlloyDB operation.
EXAMPLES
To cancel an operation, run:
$ gcloud alpha alloydb operations cancel operation-123456789 \
--region=us-central1
POSITIONAL ARGUMENTS
OPERATION
AlloyDB operation ID
REQUIRED FLAGS
--region=REGION
Regional location (e.g. asia-east1, us-east1). See the full list of
regions at https://cloud.google.com/sql/docs/instance-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.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta alloydb operations cancel

View file

@ -0,0 +1,41 @@
NAME
gcloud alpha alloydb operations delete - deletes an AlloyDB operation
SYNOPSIS
gcloud alpha alloydb operations delete OPERATION --region=REGION
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Deletes an AlloyDB operation.
EXAMPLES
To delete an operation, run:
$ gcloud alpha alloydb operations delete operation-123456789 \
--region=us-central1
POSITIONAL ARGUMENTS
OPERATION
AlloyDB operation ID
REQUIRED FLAGS
--region=REGION
Regional location (e.g. asia-east1, us-east1). See the full list of
regions at https://cloud.google.com/sql/docs/instance-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.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta alloydb operations delete

View file

@ -0,0 +1,41 @@
NAME
gcloud alpha alloydb operations describe - describe an AlloyDB operation
SYNOPSIS
gcloud alpha alloydb operations describe OPERATION --region=REGION
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe an AlloyDB operation.
EXAMPLES
To describe an operation, run:
$ gcloud alpha alloydb operations describe operation-123456789 \
--region=us-central1
POSITIONAL ARGUMENTS
OPERATION
AlloyDB operation ID
REQUIRED FLAGS
--region=REGION
Regional location (e.g. asia-east1, us-east1). See the full list of
regions at https://cloud.google.com/sql/docs/instance-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.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta alloydb operations describe

View file

@ -0,0 +1,39 @@
NAME
gcloud alpha alloydb operations - provide commands for managing AlloyDB
operations
SYNOPSIS
gcloud alpha alloydb operations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Provide commands for managing AlloyDB operations including
cancelling, deleting, describing, and listing.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
cancel
(ALPHA) Cancels an AlloyDB operation.
delete
(ALPHA) Deletes an AlloyDB operation.
describe
(ALPHA) Describe an AlloyDB operation.
list
(ALPHA) Lists AlloyDB operations.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta alloydb operations

View file

@ -0,0 +1,70 @@
NAME
gcloud alpha alloydb operations list - lists AlloyDB operations
SYNOPSIS
gcloud alpha alloydb operations list [--region=REGION; default="-"]
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Lists AlloyDB operations.
EXAMPLES
To list operations, run:
$ gcloud alpha alloydb operations list --region=us-central1
FLAGS
--region=REGION; default="-"
Regional location (e.g. asia-east1, us-east1). See the full list of
regions at https://cloud.google.com/sql/docs/instance-locations.
Default: list operations in all regions.
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.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta alloydb operations list