1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Thu Feb 22 10:25:44 UTC 2024

This commit is contained in:
Automated 2024-02-22 10:25:44 +00:00
parent 5bf6fb3fc0
commit 8778dcbd7e
245 changed files with 9946 additions and 513 deletions

View file

@ -19,7 +19,7 @@ COMMANDS
(ALPHA) Describe an insight.
list
(ALPHA) List insights for a cloud entity.
(ALPHA) List insights for a Google Cloud entity.
mark-accepted
(ALPHA) Mark an insight's state as ACCEPTED.

View file

@ -1,5 +1,6 @@
NAME
gcloud alpha recommender insights list - list insights for a cloud entity
gcloud alpha recommender insights list - list insights for a Google Cloud
entity
SYNOPSIS
gcloud alpha recommender insights list
@ -10,13 +11,13 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command lists all insights for a given cloud entity, location
and insight type. If insight-type or location is not specified, insights
for all supported insight-types and locations are listed. Supported
insight-types can be found here:
https://cloud.google.com/recommender/docs/insights/insight-types. Currently
the following cloud_entity_types are supported: project, billing_account,
folder and organization.
(ALPHA) This command lists all insights for a given Google Cloud entity,
location, and insight type. If insight-type or location is not specified,
insights for all supported insight-types and locations are listed.
Supported insight-types can be found here:
https://cloud.google.com/recommender/docs/insights/insight-types. The
following Google Cloud entity types are supported: project,
billing_account, folder, and organization.
EXAMPLES
To list all insights for a billing account:

View file

@ -11,13 +11,13 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) This command lists all recommendations for a given cloud_entity_id,
location, and recommender. If recommender or location is not specified,
recommendations for all supported recommenders and locations are listed.
Supported recommenders can be found here:
https://cloud.google.com/recommender/docs/recommenders. Currently the
following cloud_entity_types are supported: project, billing_account,
folder and organization.
(ALPHA) This command lists all recommendations for a given Google Cloud
entity ID, location, and recommender. If recommender or location is not
specified, recommendations for all supported recommenders and locations are
listed. Supported recommenders can be found here:
https://cloud.google.com/recommender/docs/recommenders. The following
Google Cloud entity types are supported: project, billing_account, folder
and organization.
EXAMPLES
Lists recommendations for a Cloud project. $ gcloud alpha recommender recommendations list \