- 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-versionof a templatemy-templatein locationglobalwith parameter version1of parametermy-parameterrun: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
projectattribute:-
provide the argument
template_versionon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
To set the
locationattribute:-
provide the argument
template_versionon the command line with a fully specified name; -
provide the argument
--locationon the command line.
This must be specified.
TEMPLATE_VERSION-
ID of the templateVersion or fully qualified identifier for the templateVersion.
To set the
template_versionattribute:-
provide the argument
template_versionon the command line.
This positional argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--template=TEMPLATE-
The template id of the templateVersion resource.
To set the
templateattribute:-
provide the argument
template_versionon the command line with a fully specified name; -
provide the argument
--templateon the command line.
-
provide the argument
-
provide the argument
-
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.
- 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
projectattribute:-
provide the argument
--parameter-versionon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
To set the
locationattribute:-
provide the argument
--parameter-versionon the command line with a fully specified name; -
provide the argument
--locationon 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-versionattribute:-
provide the argument
--parameter-versionon the command line.
This flag argument must be specified if any of the other arguments in this group are specified.
-
provide the argument
--parameter=PARAMETER-
The parameter id of the parameterVersion resource.
To set the
parameterattribute:-
provide the argument
--parameter-versionon the command line with a fully specified name; -
provide the argument
--parameteron the command line.
-
provide the argument
-
provide the argument
-
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.
- 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 helpfor details. - API REFERENCE
-
This command uses the
parametermanager/v1API. 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.
gcloud beta parametermanager templates versions render
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-28 UTC.