mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +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
|
|
@ -2,7 +2,8 @@ NAME
|
|||
gcloud transcoder jobs create - create Transcoder jobs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud transcoder jobs create [--input-uri=INPUT_URI] [--location=LOCATION]
|
||||
gcloud transcoder jobs create [--input-uri=INPUT_URI]
|
||||
[--labels=[KEY=VALUE,...]] [--location=LOCATION]
|
||||
[--output-uri=OUTPUT_URI]
|
||||
[--file=FILE | --json=JSON | --template-id=TEMPLATE_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -34,11 +35,24 @@ EXAMPLES
|
|||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json"
|
||||
|
||||
To Create a transcoder job with labels:
|
||||
|
||||
$ gcloud transcoder jobs create --location=us-central1 \
|
||||
--file="config.json" --labels=key=value
|
||||
|
||||
FLAGS
|
||||
--input-uri=INPUT_URI
|
||||
Google Cloud Storage URI. If inputs URI exists in job config, this
|
||||
value will be ignored
|
||||
|
||||
--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.
|
||||
|
||||
Location resource - Transcoder location This represents a Cloud resource.
|
||||
(NOTE) Some attributes are not given arguments in this group but can be
|
||||
set in other ways. To set the project attribute:
|
||||
|
|
|
|||
|
|
@ -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