1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Mar 27 09:52:07 UTC 2024

This commit is contained in:
Automated 2024-03-27 09:52:07 +00:00
parent 5b4fac9106
commit 4ade1b44cc
148 changed files with 5765 additions and 482 deletions

View file

@ -6,7 +6,8 @@ SYNOPSIS
[--add-exclusion=[description=DESCRIPTION],
[disabled=DISABLED],[filter=FILTER],[name=NAME]] [--clear-exclusions]
[--custom-writer-identity=SERVICE_ACCOUNT_EMAIL]
[--description=DESCRIPTION] [--disabled] [--log-filter=LOG_FILTER]
[--description=DESCRIPTION] [--disabled] [--include-children]
[--intercept-children] [--log-filter=LOG_FILTER]
[--remove-exclusions=[EXCLUSION ID,...]]
[--update-exclusion=[description=DESCRIPTION],
[disabled=DISABLED],[filter=FILTER],[name=NAME]]
@ -78,6 +79,14 @@ FLAGS
destination. Specify --no-disabled to enable a disabled sink. If this
flag is not specified, the value will not be updated.
--include-children
Whether to export logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--intercept-children
Whether to intercept logs from all child projects and folders. Only
applies to sinks for organizations and folders.
--log-filter=LOG_FILTER
A new filter expression for the sink. If omitted, the sink's existing
filter (if any) is unchanged.