gcloud alpha design-center spaces application-templates generate-assessment-report

NAME
gcloud alpha design-center spaces application-templates generate-assessment-report - generate a best practice assessment report generator for an application template
SYNOPSIS
gcloud alpha design-center spaces application-templates generate-assessment-report (APPLICATION_TEMPLATE : --location=LOCATION --space=SPACE) [--async] [--service-account=SERVICE_ACCOUNT] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Generate a best practice assessment report generator for an application template.
EXAMPLES
To generate an assessment report for the application template my-template in space my-space and location us-central1, run:
gcloud alpha design-center spaces application-templates generate-assessment-report my-template --space=my-space --location=us-central1

To run the assessment using a specific service account, run:

gcloud alpha design-center spaces application-templates generate-assessment-report my-template --space=my-space --location=us-central1 --service-account=my-svc-account@my-project.iam.gserviceaccount.com
POSITIONAL ARGUMENTS
Application template resource - The application template to generate an assessment report for IaC. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument APPLICATION_TEMPLATE on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

APPLICATION_TEMPLATE
ID of the application_template or fully qualified identifier for the application_template.

To set the application_template_id attribute:

  • provide the argument APPLICATION_TEMPLATE on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The Cloud location for the application_template.

To set the location attribute:

  • provide the argument APPLICATION_TEMPLATE on the command line with a fully specified name;
  • provide the argument --location on the command line.
--space=SPACE
The ID of the space.

To set the space attribute:

  • provide the argument APPLICATION_TEMPLATE on the command line with a fully specified name;
  • provide the argument --space on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
--service-account=SERVICE_ACCOUNT
The full resource name of the service account to use for this assessment report generation operation.
  • This service account will be used to execute the assessment report generation process.
  • The caller must have the "iam.serviceAccounts.actAs" permission on this service account. Format: projects/{PROJECT}/serviceAccounts/{EMAIL_ADDRESS}
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 $ gcloud help for details.

NOTES
This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.