1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 13:10:18 +00:00

gcloud: Thu Jan 19 00:56:33 UTC 2023

This commit is contained in:
Automated 2023-01-19 00:56:33 +00:00
parent 348d9760ee
commit 1248f773ec
1462 changed files with 51835 additions and 5402 deletions

View file

@ -2,7 +2,8 @@ NAME
gcloud storage rm - delete objects and buckets
SYNOPSIS
gcloud storage rm [URLS ...] [--all-versions, -a] [--continue-on-error, -c]
gcloud storage rm [URLS ...] [--additional-headers=HEADER=VALUE]
[--all-versions, -a] [--continue-on-error, -c]
[--read-paths-from-stdin, -I] [--recursive, -R, -r]
[--if-generation-match=GENERATION
--if-metageneration-match=METAGENERATION] [GCLOUD_WIDE_FLAG ...]
@ -51,6 +52,12 @@ POSITIONAL ARGUMENTS
The URLs of the resources to delete.
FLAGS
--additional-headers=HEADER=VALUE
Includes arbitrary headers in storage API calls. Accepts a comma
separated list of key=value pairs, e.g. header1=value1,header2=value2.
Overrides the default storage/additional_headers property value for
this command invocation.
--all-versions, -a
Delete all versions
(https://cloud.google.com/storage/docs/object-versioning) of an object.