1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/storage/help

62 lines
1.4 KiB
Text
Raw Normal View History

2022-09-14 09:28:28 +00:00
NAME
gcloud storage - create and manage Cloud Storage buckets and objects
SYNOPSIS
gcloud storage GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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
Manage Cloud Storage buckets.
2023-04-20 10:38:56 +00:00
insights
Manage Cloud Storage inventory reports.
2022-09-14 09:28:28 +00:00
objects
Manage Cloud Storage objects.
COMMANDS
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.
2023-02-23 10:13:49 +00:00
hash
Calculates hashes on local or cloud files.
2022-09-14 09:28:28 +00:00
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.
NOTES
This variant is also available:
$ gcloud alpha storage