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) Create a bucket.

     delete
        (BETA) Delete a bucket.

     describe
        (BETA) Display information about a bucket.

     list
        (BETA) List the defined buckets.

     undelete
        (BETA) Undelete a bucket.

     update
        (BETA) Update 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

