1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud storage ls [PATH ...] [--additional-headers=HEADER=VALUE]
[--all-versions, -a] [--buckets, -b] [--etag, -e]
[--fetch-encrypted-object-hashes] [--format=FORMAT] [--readable-sizes]
[--recursive, -R, -r] [--full, -L | --json, -j | --long, -l]
[--fetch-encrypted-object-hashes] [--format=FORMAT]
[--read-paths-from-stdin, -I] [--readable-sizes] [--recursive, -R, -r]
[--full, -L | --json, -j | --long, -l]
[--decryption-keys=[DECRYPTION_KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -74,7 +75,7 @@ FLAGS
this command invocation.
--all-versions, -a
Include non-current object versions in the listing. This flag is
Include noncurrent object versions in the listing. This flag is
typically only useful for buckets with object versioning
(https://cloud.google.com/storage/docs/object-versioning) enabled. If
combined with the --long option, the metageneration for each listed
@ -100,6 +101,9 @@ FLAGS
"--format=gsutil"). Other format values (e.g. "json") do not work. See
different ls flags and commands for alternative formatting.
--read-paths-from-stdin, -I
Read the list of URLs from stdin.
--readable-sizes
When used with --long, print object sizes in human readable format,
such as 1 KiB, 234 MiB, or 2 GiB.