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

46 lines
977 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta logging buckets - manage Cloud Logging buckets
SYNOPSIS
gcloud beta logging buckets COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Commands for managing Cloud Logging buckets. A bucket is a container
of logs that can be managed as a unit, for example by setting the retention
period.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
2023-01-19 00:56:33 +00:00
(BETA) Create a bucket.
2022-03-01 04:29:52 +00:00
delete
(BETA) Delete a bucket.
describe
2023-01-19 00:56:33 +00:00
(BETA) Display information about a bucket.
2022-03-01 04:29:52 +00:00
list
2023-01-19 00:56:33 +00:00
(BETA) List the defined buckets.
2022-03-01 04:29:52 +00:00
undelete
(BETA) Undelete a bucket.
update
2023-01-19 00:56:33 +00:00
(BETA) Update a bucket.
2022-03-01 04:29:52 +00:00
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud logging buckets
$ gcloud alpha logging buckets