mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Sep 25 09:51:52 UTC 2024
This commit is contained in:
parent
8ebed5b0f1
commit
0a5b6f11af
202 changed files with 9781 additions and 830 deletions
|
|
@ -47,13 +47,15 @@ REQUIRED FLAGS
|
|||
FLAGS
|
||||
--location=LOCATION
|
||||
Location to list recommendations for. If no location is specified,
|
||||
recommendations for all supported locations are listed.
|
||||
recommendations for all supported locations are listed. Not specifying
|
||||
a location can add 15-20 seconds to the runtime.
|
||||
|
||||
--recommender=RECOMMENDER
|
||||
Recommender to list recommendations for. If no recommender is
|
||||
specified, recommendations for all supported recommenders are listed.
|
||||
Supported recommenders can be found here:
|
||||
https://cloud.google.com/recommender/docs/recommenders
|
||||
https://cloud.google.com/recommender/docs/recommenders Not specifying a
|
||||
recommender can add 15-20 seconds to the runtime.
|
||||
|
||||
--[no-]recursive
|
||||
In addition to listing the recommendations for the specified
|
||||
|
|
@ -68,8 +70,8 @@ FLAGS
|
|||
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.
|
||||
Export. Using --recursive can add 15-20 seconds per resource to the
|
||||
runtime. 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