mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 27 08:55:33 UTC 2022
This commit is contained in:
parent
380c3aa29f
commit
3513fd1c11
171 changed files with 3989 additions and 448 deletions
|
|
@ -2,9 +2,9 @@ NAME
|
|||
gcloud alpha run integrations create - create a Cloud Run Integration
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha run integrations create --service=SERVICE --type=TYPE
|
||||
[--name=NAME] [--parameters=[PARAMETER=VALUE,...]] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha run integrations create --type=TYPE [--name=NAME]
|
||||
[--parameters=[PARAMETER=VALUE,...]] [--region=REGION]
|
||||
[--service=SERVICE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Cloud Run Integration.
|
||||
|
|
@ -21,9 +21,6 @@ EXAMPLES
|
|||
--service=myservice --parameters=domain=mydomain.com
|
||||
|
||||
REQUIRED FLAGS
|
||||
--service=SERVICE
|
||||
Name of the Cloud Run service to attach to the integration.
|
||||
|
||||
--type=TYPE
|
||||
Type of the integration. To see available types and usage, use "gcloud
|
||||
run integrations types list" command.
|
||||
|
|
@ -41,6 +38,10 @@ OPTIONAL FLAGS
|
|||
Region in which the resource can be found. Alternatively, set the
|
||||
property [run/region].
|
||||
|
||||
--service=SERVICE
|
||||
Name of the Cloud Run service to attach to the integration. It is
|
||||
required for some integrations.
|
||||
|
||||
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