1
0
Fork 0
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:
Automated 2022-06-08 09:13:38 +00:00
parent 82063cbb03
commit 28d031b3c1
Failed to extract signature
240 changed files with 3156 additions and 1115 deletions

View file

@ -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,