gcloud beta parametermanager templates versions render

NAME
gcloud beta parametermanager templates versions render - render a Parameter Manager template version
SYNOPSIS
gcloud beta parametermanager templates versions render (TEMPLATE_VERSION : --template=TEMPLATE) (--parameter-version=PARAMETER_VERSION : --parameter=PARAMETER) [--location=LOCATION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Gets a single template version render resource.
EXAMPLES
To get a single template version render my-template-version of a template my-template in location global with parameter version 1 of parameter my-parameter run:
gcloud beta parametermanager templates versions render my-template-version --template=my-template --location=global --parameter-version=projects/my-project/locations/global/parameters/my-parameter/versions/1
POSITIONAL ARGUMENTS
TemplateVersion resource - Name of the resource 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 template_version on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

To set the location attribute:

  • provide the argument template_version on the command line with a fully specified name;
  • provide the argument --location on the command line.

This must be specified.

TEMPLATE_VERSION
ID of the templateVersion or fully qualified identifier for the templateVersion.

To set the template_version attribute:

  • provide the argument template_version on the command line.

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

--template=TEMPLATE
The template id of the templateVersion resource.

To set the template attribute:

  • provide the argument template_version on the command line with a fully specified name;
  • provide the argument --template on the command line.
REQUIRED FLAGS
ParameterVersion resource - Parameter version used to render the template version. 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 --parameter-version on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

To set the location attribute:

  • provide the argument --parameter-version on the command line with a fully specified name;
  • provide the argument --location on the command line.

This must be specified.

--parameter-version=PARAMETER_VERSION
ID of the parameterVersion or fully qualified identifier for the parameterVersion.

To set the parameter-version attribute:

  • provide the argument --parameter-version on the command line.

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

--parameter=PARAMETER
The parameter id of the parameterVersion resource.

To set the parameter attribute:

  • provide the argument --parameter-version on the command line with a fully specified name;
  • provide the argument --parameter on the command line.
OPTIONAL FLAGS
--location=LOCATION
For resources [parameter-version, template_version], provides fallback value for resource location attribute. When the resource's full URI path is not provided, location will fallback to this flag value.
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.

API REFERENCE
This command uses the parametermanager/v1 API. The full documentation for this API can be found at: https://cloud.google.com/secret-manager/parameter-manager/docs/overview
NOTES
This command is currently in beta and might change without notice.