1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -0,0 +1,63 @@
NAME
gcloud alpha ids operations cancel - cancel a Cloud IDS operation
SYNOPSIS
gcloud alpha ids operations cancel (OPERATION : --zone=ZONE)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Cancel a Cloud IDS operation.
EXAMPLES
To cancel an operation called my-operation in project my-project and zone
us-central1-a, run:
$ gcloud alpha ids operations cancel my-operation \
--project=my-project --zone=us-central1-a
OR
$ gcloud alpha ids operations cancel \
projects/myproject/locations/us-central1-a/endpoints/\
my-operation
POSITIONAL ARGUMENTS
Operation resource - operation. The arguments in this group can be used to
specify the attributes of this 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 operation 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.
OPERATION
ID of the operation or fully qualified identifier for the operation.
To set the operation attribute:
▸ provide the argument operation on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--zone=ZONE
The zone of the operation. To set the zone attribute:
▸ provide the argument operation on the command line with a fully
specified name;
▸ provide the argument --zone 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.
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.

View file

@ -0,0 +1,63 @@
NAME
gcloud alpha ids operations describe - describe a Cloud IDS operation
SYNOPSIS
gcloud alpha ids operations describe (OPERATION : --zone=ZONE)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Cloud IDS operation.
EXAMPLES
To get a description of an operation called my-operation in project
my-project and zone us-central1-a, run:
$ gcloud alpha ids operations describe my-operation \
--project=my-project --zone=us-central1-a
OR
$ gcloud alpha ids operations describe \
projects/myproject/locations/us-central1-a/operations/\
my-operation
POSITIONAL ARGUMENTS
Operation resource - operation. The arguments in this group can be used to
specify the attributes of this 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 operation 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.
OPERATION
ID of the operation or fully qualified identifier for the operation.
To set the operation attribute:
▸ provide the argument operation on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--zone=ZONE
The zone of the operation. To set the zone attribute:
▸ provide the argument operation on the command line with a fully
specified name;
▸ provide the argument --zone 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.
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.

View file

@ -0,0 +1,40 @@
NAME
gcloud alpha ids operations - manage Cloud IDS Operations
SYNOPSIS
gcloud alpha ids operations COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The gcloud alpha ids operations group lets you manage Cloud IDS
Operations, including canceling, waiting for complition, listing ,and
describing their properties.
More information on Cloud IDS Operations can be found at
https://cloud.google.com/intrusion-detection-system
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) Cancel a Cloud IDS operation.
describe
(ALPHA) Describe a Cloud IDS operation.
list
(ALPHA) List Cloud IDS operations.
wait
(ALPHA) Wait for a Cloud IDS operation to complete.
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.

View file

@ -0,0 +1,81 @@
NAME
gcloud alpha ids operations list - list Cloud IDS operations
SYNOPSIS
gcloud alpha ids operations list [--project=PROJECT_ID]
[--zone=ZONE; default="-"] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List Cloud IDS operation in a project.
EXAMPLES
$ gcloud alpha ids operations list --project=my-project
The project is automatically read from the core/project property if it is
defined.
COMMONLY USED FLAGS
--project=PROJECT_ID
The Google Cloud project ID to use for this invocation. If omitted,
then the current project is assumed; the current project can be listed
using gcloud config list --format='text(core.project)' and can be set
using gcloud config set project PROJECTID.
--project and its fallback core/project property play two roles in the
invocation. It specifies the project of the resource to operate on. It
also specifies the project for API enablement check, quota, and
billing. To specify a different project for quota and billing, use
--billing-project or billing/quota_project property.
FLAGS
--zone=ZONE; default="-"
The zone of an operation
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.

View file

@ -0,0 +1,71 @@
NAME
gcloud alpha ids operations wait - wait for a Cloud IDS operation to
complete
SYNOPSIS
gcloud alpha ids operations wait (OPERATION : --zone=ZONE)
[--max-wait=MAX_WAIT; default="60m"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Wait for a Cloud IDS operation to complete.
EXAMPLES
To get a description of an operation called my-operation in project
my-project and zone us-central1-a, run:
$ gcloud alpha ids operations wait my-operation \
--project=my-project --zone=us-central1-a
OR
$ gcloud alpha ids operations wait \
projects/myproject/locations/us-central1-a/operations/\
my-operation
POSITIONAL ARGUMENTS
Operation resource - operation. The arguments in this group can be used to
specify the attributes of this 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 operation 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.
OPERATION
ID of the operation or fully qualified identifier for the operation.
To set the operation attribute:
▸ provide the argument operation on the command line.
This positional must be specified if any of the other arguments in
this group are specified.
--zone=ZONE
The zone of the operation. To set the zone attribute:
▸ provide the argument operation on the command line with a fully
specified name;
▸ provide the argument --zone on the command line.
FLAGS
--max-wait=MAX_WAIT; default="60m"
Time to synchronously wait for the operation to complete, after which
the operation continues asynchronously. Ignored if --no-async isn't
specified. See $ gcloud topic datetimes for information on time
formats.
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.