1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Wed May 13 13:12:23 UTC 2026

This commit is contained in:
Automated 2026-05-13 13:12:23 +00:00
parent 5b03e16435
commit 39dc808917
1261 changed files with 38952 additions and 5626 deletions

View file

@ -8,6 +8,7 @@ SYNOPSIS
[--input-variable-mappings=[from=FROM],[to=TO],[variable=VARIABLE]]
[--labels=[LABELS,...]] [--location=LOCATION]
[--output-variable-mappings=[from=FROM],[to=TO],[variable=VARIABLE]]
[--app-params-group=APP_PARAMS_GROUP --scope-type=SCOPE_TYPE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -232,6 +233,24 @@ OPTIONAL FLAGS
--output-variable-mappings=path_to_file.(yaml|json)
AppParams contains the parameters for creating an AppHub Application.
--app-params-group=APP_PARAMS_GROUP
Grouping used to construct the name of the AppHub Application. Multiple
UnitKinds can specify the same group to use the same Application across
their respective units. Corresponds to the app_boundary_id in the ADC
composite ApplicationTemplate. Defaults to UnitKind.name
Scope of an application.
--scope-type=SCOPE_TYPE
Scope Type. SCOPE_TYPE must be one of:
type-global
Global type.
type-regional
Regional type.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -4,6 +4,8 @@ NAME
SYNOPSIS
gcloud beta app-lifecycle-manager unit-kinds update UNIT_KIND
[--location=LOCATION] [--saas=SAAS]
[--app-params-group=APP_PARAMS_GROUP
--clear-app-params --scope-type=SCOPE_TYPE]
[--clear-default-release | --default-release=DEFAULT_RELEASE]
[--dependencies=[alias=ALIAS],[unitKind=UNITKIND]
| --add-dependencies=[alias=ALIAS],[unitKind=UNITKIND]
@ -85,6 +87,27 @@ FLAGS
To set the saas attribute:
◆ provide the argument --saas on the command line.
AppParams contains the parameters for creating an AppHub Application.
--app-params-group=APP_PARAMS_GROUP
Grouping used to construct the name of the AppHub Application. Multiple
UnitKinds can specify the same group to use the same Application across
their respective units. Corresponds to the app_boundary_id in the ADC
composite ApplicationTemplate. Defaults to UnitKind.name
--clear-app-params
Set unitKind.appParams back to default value.
Scope of an application.
--scope-type=SCOPE_TYPE
Scope Type. SCOPE_TYPE must be one of:
type-global
Global type.
type-regional
Regional type.
Update default_release.
At most one of these can be specified: