mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -3,6 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta bigtable operations list [--instance=INSTANCE]
|
||||
[--return-partial-success=RETURN_PARTIAL_SUCCESS; default=True]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -18,6 +19,10 @@ EXAMPLES
|
|||
|
||||
$ gcloud beta bigtable operations list --instance=INSTANCE_NAME
|
||||
|
||||
To fail the command if any location is unreachable, run:
|
||||
|
||||
$ gcloud beta bigtable operations list --return-partial-success=false
|
||||
|
||||
FLAGS
|
||||
Instance resource - The instance to list operations for. This represents a
|
||||
Cloud resource. (NOTE) Some attributes are not given arguments in this
|
||||
|
|
@ -35,6 +40,13 @@ FLAGS
|
|||
To set the instance attribute:
|
||||
▸ provide the argument --instance on the command line.
|
||||
|
||||
--return-partial-success=RETURN_PARTIAL_SUCCESS; default=True
|
||||
If true, operations that are reachable are returned as normal, and
|
||||
those that are unreachable are returned in the unreachable field of the
|
||||
response. If false, the command will fail if any location is
|
||||
unreachable. Enabled by default, use --no-return-partial-success to
|
||||
disable.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue