mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 8 09:13:38 UTC 2022
This commit is contained in:
parent
82063cbb03
commit
28d031b3c1
240 changed files with 3156 additions and 1115 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha storage rm [URLS ...] [--all-versions, -a]
|
||||
[--continue-on-error, -c] [--if-generation-match=GENERATION]
|
||||
[--if-metageneration-match=METAGENERATION] [--recursive, -R, -r]
|
||||
[--stdin, -I] [GCLOUD_WIDE_FLAG ...]
|
||||
[--if-metageneration-match=METAGENERATION]
|
||||
[--read-paths-from-stdin, -I] [--recursive, -R, -r]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete objects and buckets.
|
||||
|
|
@ -69,6 +70,9 @@ FLAGS
|
|||
Execute only if the metageneration matches the metageneration of the
|
||||
requested object.
|
||||
|
||||
--read-paths-from-stdin, -I
|
||||
Read the list of resources to remove from stdin.
|
||||
|
||||
--recursive, -R, -r
|
||||
Recursively delete the contents of buckets or directories that match
|
||||
the path expression. If the path is set to a bucket, like gs://bucket,
|
||||
|
|
@ -76,9 +80,6 @@ FLAGS
|
|||
option. If you want to delete only live object versions, use the ``**''
|
||||
wildcard instead.
|
||||
|
||||
--stdin, -I
|
||||
Read the list of resources to remove from stdin.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue