mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 16 08:47:18 UTC 2022
This commit is contained in:
parent
7d82d0fc32
commit
971306823a
187 changed files with 3248 additions and 630 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha bms instances list --region=REGION [--limit=LIMIT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha bms instances list --region=REGION [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List Bare Metal Solution instances in a project.
|
||||
|
|
@ -35,6 +35,13 @@ FLAGS
|
|||
▸ provide the argument --region on the command line.
|
||||
|
||||
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, --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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue