mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
44 lines
852 B
Text
44 lines
852 B
Text
NAME
|
|
gcloud logging buckets - manage Cloud Logging buckets
|
|
|
|
SYNOPSIS
|
|
gcloud logging buckets COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
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
|
|
Create a bucket.
|
|
|
|
delete
|
|
Delete a bucket.
|
|
|
|
describe
|
|
Display information about a bucket.
|
|
|
|
list
|
|
List the defined buckets.
|
|
|
|
undelete
|
|
Undelete a bucket.
|
|
|
|
update
|
|
Update a bucket.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha logging buckets
|
|
|
|
$ gcloud beta logging buckets
|
|
|