1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed May 8 09:17:12 UTC 2024

This commit is contained in:
Automated 2024-05-08 09:17:12 +00:00
parent 48fac7efd4
commit e8259d86b1
110 changed files with 1686 additions and 651 deletions

View file

@ -136,7 +136,12 @@ FLAGS
function and using its generation.
--ignore-file=IGNORE_FILE
Override the .gcloudignore file and use the specified file instead.
Override the .gcloudignore file in the source directory and use the
specified file instead. By default, the source directory is your
current directory. Note that it could be changed by the --source flag,
in which case your .gcloudignore file will be searched in the
overridden directory. For example, --ignore-file=.mygcloudignore
combined with --source=./mydir would point to ./mydir/.mygcloudignore
--ingress-settings=INGRESS_SETTINGS
Ingress settings controls what traffic can reach the function. By