mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jul 20 08:59:31 UTC 2022
This commit is contained in:
parent
879929cbc6
commit
380c3aa29f
83 changed files with 1945 additions and 446 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha storage ls [PATH ...] [--all-versions, -a] [--buckets, -b]
|
||||
[--etag, -e] [--readable-sizes] [--recursive, -R, -r]
|
||||
[--etag, -e] [--format=FORMAT] [--readable-sizes] [--recursive, -R, -r]
|
||||
[--full, -L | --json, -j | --long, -l] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -83,6 +83,11 @@ FLAGS
|
|||
--etag, -e
|
||||
Include ETag metadata in listings that use the --long flag.
|
||||
|
||||
--format=FORMAT
|
||||
Use "gsutil" to get the style of the older gsutil CLI. (e.g.
|
||||
"--format=gsutil"). Other format values (e.g. "json") do not work. See
|
||||
different ls flags and commands for alternative formatting.
|
||||
|
||||
--readable-sizes
|
||||
When used with --long, print object sizes in human readable format,
|
||||
such as 1 KiB, 234 MiB, or 2 GiB.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue