mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Fri Feb 20 11:39:38 UTC 2026
This commit is contained in:
parent
aaff695a08
commit
c0febd2be1
139 changed files with 5534 additions and 358 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha run compose up [COMPOSE_FILE] [--[no-]allow-unauthenticated]
|
||||
[--no-build] [--dry-run] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--dry-run] [--region=REGION] [--build | --no-build]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Deploy to Cloud Run from compose specification.
|
||||
|
|
@ -28,9 +29,6 @@ FLAGS
|
|||
may take a few moments to take effect. Use --allow-unauthenticated to
|
||||
enable and --no-allow-unauthenticated to disable.
|
||||
|
||||
--no-build
|
||||
Skip building from source if applicable.
|
||||
|
||||
--dry-run
|
||||
If set to true, only validates the configuration. The configuration
|
||||
will not be applied.
|
||||
|
|
@ -39,6 +37,14 @@ FLAGS
|
|||
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,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--key=KEY] [--labels=[KEY=VALUE,...]]
|
||||
[--region=REGION] [--service-account=SERVICE_ACCOUNT]
|
||||
[--set-cloudsql-instances=[CLOUDSQL-INSTANCES,...]]
|
||||
[--set-cloudsql-instances=[CLOUDSQL-INSTANCES,...]] [--timeout=TIMEOUT]
|
||||
[--vpc-connector=VPC_CONNECTOR] [--vpc-egress=VPC_EGRESS]
|
||||
[--add-volume=[KEY=VALUE,...]
|
||||
--clear-volumes --remove-volume=[VOLUME,...]]
|
||||
|
|
@ -136,6 +136,12 @@ FLAGS
|
|||
project and region as your Cloud Run resource; otherwise specify
|
||||
<project>:<region>:<instance> for the instance.
|
||||
|
||||
--timeout=TIMEOUT
|
||||
Set the maximum request execution time (timeout). It is specified as a
|
||||
duration; for example, "10m5s" is ten minutes, and five seconds. If you
|
||||
don't specify a unit, seconds is assumed. For example, "10" is 10
|
||||
seconds.
|
||||
|
||||
--vpc-connector=VPC_CONNECTOR
|
||||
Set a VPC connector for this resource.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue