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

gcloud: Wed Aug 20 11:13:38 UTC 2025

This commit is contained in:
Automated 2025-08-20 11:13:38 +00:00
parent d6d01162c7
commit 470b35e498
164 changed files with 1705 additions and 392 deletions

View file

@ -3,8 +3,8 @@ NAME
SYNOPSIS
gcloud beta run deploy [[SERVICE] --namespace=NAMESPACE]
[--[no-]allow-unauthenticated] [--[no-]allow-unencrypted-build]
[--async] [--breakglass=JUSTIFICATION] [--clear-vpc-connector]
[--[no-]allow-unauthenticated] [--allow-unencrypted-build] [--async]
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
[--[no-]cpu-throttling] [--[no-]default-url]
[--[no-]deploy-health-check] [--description=DESCRIPTION]
@ -113,11 +113,15 @@ FLAGS
may take a few moments to take effect. Use --allow-unauthenticated to
enable and --no-allow-unauthenticated to disable.
--[no-]allow-unencrypted-build
Whether to allow customer-managed encryption key (CMEK) deployments
without encrypting the build process. This means that only the deployed
container will be encrypted. Use --allow-unencrypted-build to enable
and --no-allow-unencrypted-build to disable.
--allow-unencrypted-build
(DEPRECATED) Whether to allow customer-managed encryption key (CMEK)
deployments without encrypting the build process. This means that only
the deployed container will be encrypted.
The flag --allow-unencrypted-build is deprecated. The CMEK compliance
is now available for the build process of source-based deployments. For
more details, see
https://cloud.google.com/run/docs/securing/using-cmek#source-deploy
--async
Return immediately, without waiting for the operation in progress to