mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
68 lines
1.8 KiB
Text
68 lines
1.8 KiB
Text
NAME
|
|
gcloud alpha storage - create and manage Cloud Storage buckets and objects
|
|
|
|
SYNOPSIS
|
|
gcloud alpha storage GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud storage command group lets you create and manage Cloud
|
|
Storage resources such as buckets and objects.
|
|
|
|
More information on Cloud Storage can be found here:
|
|
https://cloud.google.com/storage, and detailed documentation can be found
|
|
here: https://cloud.google.com/storage/docs/
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
buckets
|
|
(ALPHA) Manage Cloud Storage buckets.
|
|
|
|
insights
|
|
(ALPHA) Manage Cloud Storage inventory reports.
|
|
|
|
objects
|
|
(ALPHA) Manage Cloud Storage objects.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cat
|
|
(ALPHA) Outputs the contents of one or more URLs to stdout.
|
|
|
|
cp
|
|
(ALPHA) Upload, download, and copy Cloud Storage objects.
|
|
|
|
du
|
|
(ALPHA) Displays the amount of space in bytes used up storage
|
|
resources.
|
|
|
|
hash
|
|
(ALPHA) Calculates hashes on local or cloud files.
|
|
|
|
ls
|
|
(ALPHA) List Cloud Storage buckets and objects.
|
|
|
|
mv
|
|
(ALPHA) Moves or renames objects.
|
|
|
|
rm
|
|
(ALPHA) Delete objects and buckets.
|
|
|
|
service-agent
|
|
(ALPHA) Manage a project's Cloud Storage service agent, which is used
|
|
to perform Cloud KMS operations.
|
|
|
|
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
|
|
|