NAME
    gcloud alpha storage buckets - manage Cloud Storage buckets

SYNOPSIS
    gcloud alpha storage buckets GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Manage Cloud Storage buckets.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     anywhere-caches
        (ALPHA) Manage Cloud Storage Anywhere Caches.

     notifications
        (ALPHA) Manage Cloud Storage bucket notifications.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (ALPHA) Add an IAM policy binding to a bucket.

     create
        (ALPHA) Create buckets for storing objects.

     delete
        (ALPHA) Deletes Cloud Storage buckets.

     describe
        (ALPHA) Describes Cloud Storage buckets.

     get-iam-policy
        (ALPHA) Get the IAM policy for a bucket.

     list
        (ALPHA) Lists Cloud Storage buckets.

     relocate
        (ALPHA) Relocates bucket between different locations.

     remove-iam-policy-binding
        (ALPHA) Remove an IAM policy binding from a bucket.

     set-iam-policy
        (ALPHA) Set the IAM policy for a bucket.

     update
        (ALPHA) Update bucket settings.

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. This variant is also available:

        $ gcloud storage buckets

