mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Tue Mar 1 04:29:52 UTC 2022
This commit is contained in:
parent
aab53307a8
commit
1456dab6c7
9791 changed files with 814712 additions and 0 deletions
45
gcloud/beta/logging/buckets/help
Normal file
45
gcloud/beta/logging/buckets/help
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
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
|
||||
(BETA) Creates a bucket.
|
||||
|
||||
delete
|
||||
(BETA) Delete a bucket.
|
||||
|
||||
describe
|
||||
(BETA) Displays information about a bucket.
|
||||
|
||||
list
|
||||
(BETA) Lists the defined buckets.
|
||||
|
||||
undelete
|
||||
(BETA) Undelete a bucket.
|
||||
|
||||
update
|
||||
(BETA) Updates a bucket.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud logging buckets
|
||||
|
||||
$ gcloud alpha logging buckets
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue