File: //snap/google-cloud-cli/current/help/man/man1/gcloud_recommender_recommender-config_describe.1
.TH "GCLOUD_RECOMMENDER_RECOMMENDER\-CONFIG_DESCRIBE" 1
.SH "NAME"
.HP
gcloud recommender recommender\-config describe \- describe a recommender configuration
.SH "SYNOPSIS"
.HP
\f5gcloud recommender recommender\-config describe\fR \fIRECOMMENDER\fR \fB\-\-location\fR=\fILOCATION\fR (\fB\-\-billing\-account\fR=\fIBILLING_ACCOUNT\fR\ |\ \fB\-\-organization\fR=\fIORGANIZATION_ID\fR\ |\ \fB\-\-project\fR=\fIPROJECT_ID\fR) [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Describe a recommender configuration based on a given entity (project,
organization, billing account), location, and recommender.
.SH "EXAMPLES"
To describe a recommender configuration, run:
.RS 2m
$ gcloud recommender recommender\-config describe ${RECOMMENDER} \e
\-\-project=${PROJECT} \-\-location=${LOCATION}
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIRECOMMENDER\fR
Recommender to use for this invocation.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR
Location to use for this invocation.
.TP 2m
Resource that is associated with cloud entity type.
Exactly one of these must be specified:
.RS 2m
.TP 2m
\fB\-\-billing\-account\fR=\fIBILLING_ACCOUNT\fR
The Google Cloud billing account ID to use for this invocation.
.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION_ID\fR
The Google Cloud organization ID to use for this invocation.
.TP 2m
\fB\-\-project\fR=\fIPROJECT_ID\fR
The Google Cloud project ID. Overrides the default \fBcore/project\fR property
value for this command invocation.
.RE
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This variant is also available:
.RS 2m
$ gcloud beta recommender recommender\-config describe
.RE