mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -6,10 +6,9 @@ SYNOPSIS
|
|||
gcloud alpha recommender recommendations list
|
||||
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
||||
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[--location=LOCATION] [--recommender=RECOMMENDER]
|
||||
[--recursive=BOOLEAN_VALUE] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--location=LOCATION] [--recommender=RECOMMENDER] [--[no-]recursive]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command lists all recommendations for the specified Google
|
||||
|
|
@ -56,21 +55,21 @@ FLAGS
|
|||
Supported recommenders can be found here:
|
||||
https://cloud.google.com/recommender/docs/recommenders
|
||||
|
||||
--recursive=BOOLEAN_VALUE
|
||||
By default, --recursive is set to false and can be omitted. If
|
||||
--recursive=true is used, in addition to listing the recommendations
|
||||
for the specified organization or folder, recursively lists all of the
|
||||
recommendations for the resource's child resources, including their
|
||||
descendents (for example, a folder's sub-folders), and for the
|
||||
resource's child projects. For example, when using the --recursive flag
|
||||
and specifying an organization, the response lists all of the
|
||||
recommendations associated with that organization, all of the
|
||||
recommendations associated with that organization's folders and
|
||||
sub-folders, and all of the recommendations associated with that
|
||||
organization's child projects. The maximum number of resources
|
||||
(organization, folders, projects, and descendant resources) that can be
|
||||
accessed at once with the --recursive flag is 100. For a larger number
|
||||
of nested resources, use BigQuery Export.
|
||||
--[no-]recursive
|
||||
In addition to listing the recommendations for the specified
|
||||
organization or folder, recursively list all of the recommendations for
|
||||
the resource's child resources, including their descendants (for
|
||||
example, a folder's sub-folders), and for the resource's child
|
||||
projects. For example, when using the --recursive flag and specifying
|
||||
an organization, the response lists all of the recommendations
|
||||
associated with that organization, all of the recommendations
|
||||
associated with that organization's folders and sub-folders, and all of
|
||||
the recommendations associated with that organization's child projects.
|
||||
The maximum number of resources (organization, folders, projects, and
|
||||
descendant resources) that can be accessed at once with the --recursive
|
||||
flag is 100. For a larger number of nested resources, use BigQuery
|
||||
Export. Use --recursive to enable and --no-recursive to disable. Use
|
||||
--recursive to enable and --no-recursive to disable.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue