mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +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
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta 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
|
||||
(BETA) Deploy to Cloud Run from compose specification.
|
||||
|
|
@ -27,9 +28,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.
|
||||
|
|
@ -38,6 +36,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue