1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Thu Mar 26 12:11:21 UTC 2026

This commit is contained in:
Automated 2026-03-26 12:11:21 +00:00
parent c0febd2be1
commit 89a3bc9276
1093 changed files with 69108 additions and 2686 deletions

33
gcloud/run/compose/help Normal file
View file

@ -0,0 +1,33 @@
NAME
gcloud run compose - support Docker Compose workflows on Cloud Run
SYNOPSIS
gcloud run compose COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
This command group provides tools for Docker Compose developers to deploy
services to Cloud Run using compose.yaml as the input source.
EXAMPLES
To bring up a Docker Compose service on Cloud Run, run:
$ gcloud run compose up compose.yaml
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
up
Deploy to Cloud Run from compose specification.
NOTES
These variants are also available:
$ gcloud alpha run compose
$ gcloud beta run compose

61
gcloud/run/compose/up Normal file
View file

@ -0,0 +1,61 @@
NAME
gcloud run compose up - deploy to Cloud Run from compose specification
SYNOPSIS
gcloud run compose up [COMPOSE_FILE] [--[no-]allow-unauthenticated]
[--dry-run] [--region=REGION] [--build | --no-build]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Deploy to Cloud Run from compose specification.
EXAMPLES
To deploy a container from the source Compose file on Cloud Run:
$ gcloud run compose up compose.yaml
To deploy to Cloud Run with unauthenticated access:
$ gcloud run compose up compose.yaml --allow-unauthenticated
POSITIONAL ARGUMENTS
[COMPOSE_FILE]
The compose yaml file to deploy from a Compose directory to Cloud Run.
FLAGS
--[no-]allow-unauthenticated
Whether to enable allowing unauthenticated access to the service. This
may take a few moments to take effect. Use --allow-unauthenticated to
enable and --no-allow-unauthenticated to disable.
--dry-run
If set to true, only validates the configuration. The configuration
will not be applied.
--region=REGION
Region in which the resource can be found. Alternatively, set the
property [run/region].
At most one of these can be specified:
--build
Force build of images.
--no-build
Skip building from source if applicable.
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
These variants are also available:
$ gcloud alpha run compose up
$ gcloud beta run compose up

View file

@ -9,10 +9,11 @@ SYNOPSIS
[--[no-]default-url] [--[no-]deploy-health-check]
[--description=DESCRIPTION]
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
[--min=MIN] [--min-instances=MIN_INSTANCES] [--region=REGION]
[--regions=REGIONS] [--remove-containers=[CONTAINER,...]]
[--[no-]gpu-zonal-redundancy] [--[no-]iap]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max=MAX] [--max-instances=MAX_INSTANCES] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION] [--regions=REGIONS]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
[--tag=TAG] [--timeout=TIMEOUT] [--no-traffic]
@ -180,6 +181,10 @@ FLAGS
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
--no-gpu-zonal-redundancy to disable.
--[no-]iap
Whether to enable IAP for the Service. Use --iap to enable and --no-iap
to disable.
--ingress=INGRESS; default="all"
Set the ingress traffic sources allowed to call the service. For Cloud
Run the --[no-]allow-unauthenticated flag separately controls the

View file

@ -23,6 +23,9 @@ GCLOUD WIDE FLAGS
GROUPS
GROUP is one of the following:
compose
Support Docker Compose workflows on Cloud Run.
domain-mappings
View and manage your Cloud Run for Anthos domain mappings.

View file

@ -10,9 +10,10 @@ SYNOPSIS
[--[no-]cpu-throttling] [--[no-]default-url]
[--[no-]deploy-health-check]
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
[--min=MIN] [--min-instances=MIN_INSTANCES] [--region=REGION]
[--[no-]gpu-zonal-redundancy] [--[no-]iap]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max=MAX] [--max-instances=MAX_INSTANCES] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
@ -155,6 +156,10 @@ FLAGS
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
--no-gpu-zonal-redundancy to disable.
--[no-]iap
Whether to enable IAP for the Service. Use --iap to enable and --no-iap
to disable.
--ingress=INGRESS; default="all"
Set the ingress traffic sources allowed to call the service. For Cloud
Run the --[no-]allow-unauthenticated flag separately controls the

View file

@ -9,9 +9,10 @@ SYNOPSIS
[--[no-]cpu-throttling] [--[no-]default-url]
[--[no-]deploy-health-check]
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
[--min=MIN] [--min-instances=MIN_INSTANCES] [--region=REGION]
[--[no-]gpu-zonal-redundancy] [--[no-]iap]
[--ingress=INGRESS; default="all"] [--[no-]invoker-iam-check]
[--max=MAX] [--max-instances=MAX_INSTANCES] [--min=MIN]
[--min-instances=MIN_INSTANCES] [--region=REGION]
[--remove-containers=[CONTAINER,...]]
[--revision-suffix=REVISION_SUFFIX] [--scaling=SCALING]
[--service-account=SERVICE_ACCOUNT] [--[no-]session-affinity]
@ -153,6 +154,10 @@ FLAGS
Set GPU zonal redundancy. Use --gpu-zonal-redundancy to enable and
--no-gpu-zonal-redundancy to disable.
--[no-]iap
Whether to enable IAP for the Service. Use --iap to enable and --no-iap
to disable.
--ingress=INGRESS; default="all"
Set the ingress traffic sources allowed to call the service. For Cloud
Run the --[no-]allow-unauthenticated flag separately controls the