mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
58 lines
1.4 KiB
Text
58 lines
1.4 KiB
Text
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:
|
|
|
|
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.
|
|
|
|
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
|
|
|