mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha logging buckets - manage Cloud Logging buckets
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha logging buckets COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) 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
|
||
|
|
(ALPHA) Creates a bucket.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(ALPHA) Delete a bucket.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(ALPHA) Displays information about a bucket.
|
||
|
|
|
||
|
|
list
|
||
|
|
(ALPHA) Lists the defined buckets.
|
||
|
|
|
||
|
|
undelete
|
||
|
|
(ALPHA) Undelete a bucket.
|
||
|
|
|
||
|
|
update
|
||
|
|
(ALPHA) Updates a bucket.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in alpha and might change without notice. If this
|
||
|
|
command fails with API permission errors despite specifying the correct
|
||
|
|
project, you might be trying to access an API with an invitation-only early
|
||
|
|
access allowlist. These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud logging buckets
|
||
|
|
|
||
|
|
$ gcloud beta logging buckets
|
||
|
|
|