1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Dec 14 10:23:57 UTC 2023

This commit is contained in:
Automated 2023-12-14 10:23:58 +00:00
parent f36750d203
commit a990278fb3
205 changed files with 4929 additions and 1866 deletions

View file

@ -9,6 +9,7 @@ SYNOPSIS
[--gen2] [--ignore-file=IGNORE_FILE]
[--ingress-settings=INGRESS_SETTINGS] [--retry]
[--run-service-account=RUN_SERVICE_ACCOUNT] [--runtime=RUNTIME]
[--runtime-update-policy=RUNTIME_UPDATE_POLICY]
[--security-level=SECURITY_LEVEL; default="secure-always"]
[--serve-all-traffic-latest-revision]
[--service-account=SERVICE_ACCOUNT] [--source=SOURCE]
@ -168,6 +169,10 @@ FLAGS
For a list of available runtimes, run gcloud functions runtimes list.
--runtime-update-policy=RUNTIME_UPDATE_POLICY
Runtime update policy for the 1st Gen function being deployed. The
option on-deploy is used by default.
--security-level=SECURITY_LEVEL; default="secure-always"
Security level controls whether a function's URL supports HTTPS only or
both HTTP and HTTPS. By default, secure-always will be used, meaning