1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Oct 15 10:52:53 UTC 2025

This commit is contained in:
Automated 2025-10-15 10:52:53 +00:00
parent 6f9bb9a0f0
commit 154ebc873d
299 changed files with 7497 additions and 3961 deletions

View file

@ -10,18 +10,18 @@ SYNOPSIS
DESCRIPTION
(BETA) Creates a TagValue resource given the short_name and description
(optional) as well as the parent, the of the TagValue. The parent of the
TagValue can be a TagKey and TagValue the parent's details can be passed as
a numeric id or the namespaced name.
TagValue can be a TagKey or TagValue. The parent can be specified by its
numeric ID or its namespaced name.
EXAMPLES
To create a TagValue with the short name 'test' and the description
'description' under a TagKey with a short name 'env' under
'organizations/123', run:
To create a TagValue with the short name test and the description
descriptio under a TagKey with a short name env under organizations/123,
run:
$ gcloud beta resource-manager tags values create test \
--parent=123/env --description=description
To create a TagValue with the short name 'test' under TagKey with id '456',
To create a TagValue with the short name test under TagKey with id 456,
run:
$ gcloud beta resource-manager tags values create test \