mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jun 28 10:42:37 UTC 2023
This commit is contained in:
parent
dc0d916cee
commit
0248e53b76
139 changed files with 3939 additions and 162 deletions
|
|
@ -2,12 +2,12 @@ NAME
|
|||
gcloud alpha recommender insights list - list insights for a cloud entity
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha recommender insights list --insight-type=INSIGHT_TYPE
|
||||
--location=LOCATION
|
||||
gcloud alpha recommender insights list --location=LOCATION
|
||||
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
||||
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
[--insight-type=INSIGHT_TYPE] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command will list all insights for a given cloud entity,
|
||||
|
|
@ -23,10 +23,6 @@ EXAMPLES
|
|||
--location=global --insight-type=google.compute.firewall.Insight
|
||||
|
||||
REQUIRED FLAGS
|
||||
--insight-type=INSIGHT_TYPE
|
||||
Insight type to list insights for. Supported insight-types can be found
|
||||
here: https://cloud.google.com/recommender/docs/insights/insight-types
|
||||
|
||||
--location=LOCATION
|
||||
Location
|
||||
|
||||
|
|
@ -50,6 +46,11 @@ REQUIRED FLAGS
|
|||
The Google Cloud Platform project ID. Overrides the default
|
||||
core/project property value for this command invocation.
|
||||
|
||||
FLAGS
|
||||
--insight-type=INSIGHT_TYPE
|
||||
Insight type to list insights for. Supported insight-types can be found
|
||||
here: https://cloud.google.com/recommender/docs/insights/insight-types
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha recommender recommendations list --location=LOCATION
|
||||
--recommender=RECOMMENDER
|
||||
(--billing-account=BILLING_ACCOUNT | --folder=FOLDER_ID
|
||||
| --organization=ORGANIZATION_ID | --project=PROJECT_ID)
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
[--recommender=RECOMMENDER] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command will list all recommendations for a given
|
||||
|
|
@ -26,10 +26,6 @@ REQUIRED FLAGS
|
|||
--location=LOCATION
|
||||
Location
|
||||
|
||||
--recommender=RECOMMENDER
|
||||
Recommender to list recommendations for. Supported recommenders can be
|
||||
found here: https://cloud.google.com/recommender/docs/recommenders
|
||||
|
||||
Resource that is associated with cloud entity type. Currently four
|
||||
mutually exclusive flags are supported, --project, --billing-account,
|
||||
--folder, --organization.
|
||||
|
|
@ -50,6 +46,13 @@ REQUIRED FLAGS
|
|||
The Google Cloud Platform project ID. Overrides the default
|
||||
core/project property value for this command invocation.
|
||||
|
||||
FLAGS
|
||||
--recommender=RECOMMENDER
|
||||
Recommender to list recommendations for. If no recommender is
|
||||
specified, recommendations for all supported recommenders is listed.
|
||||
Supported recommenders can be found here:
|
||||
https://cloud.google.com/recommender/docs/recommenders
|
||||
|
||||
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