mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Apr 20 08:58:18 UTC 2022
This commit is contained in:
parent
9dcb91c709
commit
72862dfe28
204 changed files with 3253 additions and 457 deletions
|
|
@ -2,8 +2,9 @@ NAME
|
|||
gcloud logging logs list - lists your project's logs
|
||||
|
||||
SYNOPSIS
|
||||
gcloud logging logs list [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud logging logs list [--bucket=BUCKET --location=LOCATION --view=VIEW]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Only logs that contain log entries are listed.
|
||||
|
|
@ -13,6 +14,33 @@ EXAMPLES
|
|||
|
||||
$ gcloud logging logs list
|
||||
|
||||
To list all logs for a view:
|
||||
|
||||
$ gcloud logging logs list --bucket=[BUCKET_ID] \
|
||||
--location=[LOCATION] --view=[VIEW_ID]
|
||||
|
||||
FLAGS
|
||||
These arguments are used in conjunction with the parent to construct a
|
||||
view resource.
|
||||
|
||||
--bucket=BUCKET
|
||||
Id of the log bucket.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location of the log bucket.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
--view=VIEW
|
||||
Id of the view.
|
||||
|
||||
This flag must be specified if any of the other arguments in this
|
||||
group are specified.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue