1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/alpha/run/integrations/update
2023-01-19 00:56:33 +00:00

56 lines
1.9 KiB
Text

NAME
gcloud alpha run integrations update - update a Cloud Run Integration
SYNOPSIS
gcloud alpha run integrations update NAME
[--parameters=[PARAMETER=VALUE,...]] [--region=REGION]
[--add-service=ADD_SERVICE | --remove-service=REMOVE_SERVICE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud Run Integration.
EXAMPLES
To update a redis integration to change the cache size
$ gcloud alpha run integrations update redis-integration \
--parameters=memory-size-gb=5
POSITIONAL ARGUMENTS
NAME
Name of the integration.
FLAGS
--parameters=[PARAMETER=VALUE,...]
Comma-separated list of parameter names and values. Names must be one
of the parameters shown when describing the integration type. Only
simple values can be specified with this flag.
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
At most one of these can be specified:
--add-service=ADD_SERVICE
Name of the Cloud Run service to attach to the integration.
--remove-service=REMOVE_SERVICE
Name of the Cloud Run service to remove from the integration.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud beta run integrations update