mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud storage rm [URLS ...] [--additional-headers=HEADER=VALUE]
|
||||
[--all-versions, -a] [--continue-on-error, -c]
|
||||
[--read-paths-from-stdin, -I] [--recursive, -R, -r]
|
||||
[--exclude-managed-folders] [--read-paths-from-stdin, -I]
|
||||
[--recursive, -R, -r]
|
||||
[--if-generation-match=GENERATION
|
||||
--if-metageneration-match=METAGENERATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -68,6 +69,10 @@ FLAGS
|
|||
flag takes effect only in sequential execution mode (i.e. processor and
|
||||
thread count are set to 1). Parallelism is default.
|
||||
|
||||
--exclude-managed-folders
|
||||
Excludes managed folders from command operations. By default gcloud
|
||||
storage includes managed folders in recursive removals.
|
||||
|
||||
--read-paths-from-stdin, -I
|
||||
Read the list of URLs from stdin.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue