1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/storage/help

89 lines
2 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:
2025-03-26 10:55:24 +00:00
batch-operations
Manage Cloud Storage batch operations.
2022-09-14 09:28:28 +00:00
buckets
Manage Cloud Storage buckets.
2024-10-16 09:53:35 +00:00
folders
Manage Cloud Storage folders.
2023-07-20 11:47:25 +00:00
hmac
Manage Cloud Storage service account HMAC keys.
2023-04-20 10:38:56 +00:00
insights
Manage Cloud Storage inventory reports.
2024-03-27 09:52:07 +00:00
managed-folders
Manage Cloud Storage managed folders.
2022-09-14 09:28:28 +00:00
objects
Manage Cloud Storage objects.
2023-10-25 11:42:23 +00:00
operations
Manage storage operations.
2022-09-14 09:28:28 +00:00
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-07-20 11:47:25 +00:00
du
2023-12-20 10:06:06 +00:00
Displays the amount of space in bytes used by storage resources.
2023-07-20 11:47:25 +00:00
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.
2023-11-09 11:45:52 +00:00
restore
Restore one or more soft-deleted objects.
2022-09-14 09:28:28 +00:00
rm
Delete objects and buckets.
2023-06-28 10:42:37 +00:00
rsync
Synchronize content of two buckets/directories.
2022-09-14 09:28:28 +00:00
service-agent
Manage a project's Cloud Storage service agent, which is used to
perform Cloud KMS operations.
2023-07-20 11:47:25 +00:00
sign-url
Generate a URL with embedded authentication that can be used by anyone.
2022-09-14 09:28:28 +00:00
NOTES
This variant is also available:
$ gcloud alpha storage