gcloud storage - create and manage Cloud Storage buckets and objects
gcloud storage GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
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/
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- buckets
Manage Cloud Storage buckets.
- objects
Manage Cloud Storage objects.
COMMAND is one of the following:
- cat
Outputs the contents of one or more URLs to stdout.
- cp
Upload, download, and copy Cloud Storage objects.
- ls
List Cloud Storage buckets and objects.
- mv
Moves or renames objects.
- rm
Delete objects and buckets.
- service-agent
Manage a project's Cloud Storage service agent, which is used to perform Cloud KMS operations.
This variant is also available:
$ gcloud alpha storage