mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud transcoder templates create (TEMPLATE_ID : --location=LOCATION)
|
||||
(--file=FILE | --json=JSON) [GCLOUD_WIDE_FLAG ...]
|
||||
(--file=FILE | --json=JSON) [--labels=[KEY=VALUE,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create Transcoder job templates.
|
||||
|
|
@ -19,6 +20,11 @@ EXAMPLES
|
|||
$ gcloud transcoder templates create TEMPLATE_ID \
|
||||
--file="config.json" --location=us-central1
|
||||
|
||||
To create a job template with json format configuration and labels
|
||||
|
||||
$ gcloud transcoder templates create TEMPLATE_ID \
|
||||
--file="config.json" --location=us-central1 --labels=key=value
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
JobTemplate resource - Transcoder job template id The arguments in this
|
||||
group can be used to specify the attributes of this resource. (NOTE) Some
|
||||
|
|
@ -55,6 +61,15 @@ REQUIRED FLAGS
|
|||
--json=JSON
|
||||
Job template in json format.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to add.
|
||||
|
||||
Keys must start with a lowercase character and contain only hyphens
|
||||
(-), underscores (_), lowercase characters, and numbers. Values must
|
||||
contain only hyphens (-), underscores (_), lowercase characters, and
|
||||
numbers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue