mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Feb 22 10:25:44 UTC 2024
This commit is contained in:
parent
5bf6fb3fc0
commit
8778dcbd7e
245 changed files with 9946 additions and 513 deletions
|
|
@ -19,7 +19,7 @@ COMMANDS
|
|||
Describe an insight.
|
||||
|
||||
list
|
||||
List insights for a cloud entity.
|
||||
List insights for a Google Cloud entity.
|
||||
|
||||
mark-accepted
|
||||
Mark an insight's state as ACCEPTED.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud recommender insights list - list insights for a cloud entity
|
||||
gcloud recommender insights list - list insights for a Google Cloud entity
|
||||
|
||||
SYNOPSIS
|
||||
gcloud recommender insights list --insight-type=INSIGHT_TYPE
|
||||
|
|
@ -10,11 +10,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command lists all insights for a given cloud entity, location and
|
||||
insight type. Supported insight-types can be found here:
|
||||
This command lists all insights for a given Google Cloud entity, location,
|
||||
and insight type. 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.
|
||||
the following Google Cloud entity types are supported: project,
|
||||
billing_account, folder, and organization.
|
||||
|
||||
EXAMPLES
|
||||
To list all insights for a billing account:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue