1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -15,14 +15,13 @@ DESCRIPTION
EXAMPLES
To start a copy log entries operation, run:
$ gcloud alpha logging copy \
"BUCKET_ID DESTINATION --location=LOCATION"
$ gcloud alpha logging copy BUCKET_ID DESTINATION --location=LOCATION
To copy log entries in a specific time window, run:
$ gcloud alpha logging copy \
'BUCKET_ID DESTINATION --location=LOCATION
--log-filter=timestamp<="2021-05-31T23:59:59Z" AND
$ gcloud alpha logging copy BUCKET_ID DESTINATION \
--location=LOCATION \
--log-filter='timestamp<="2021-05-31T23:59:59Z" AND
timestamp>="2021-05-31T00:00:00Z"'
POSITIONAL ARGUMENTS