1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Nov 1 10:29:29 UTC 2023

This commit is contained in:
Automated 2023-11-01 10:29:29 +00:00
parent ecf00beb5e
commit f2c5d1d45f
371 changed files with 9433 additions and 9676 deletions

View file

@ -13,8 +13,9 @@ SYNOPSIS
[--placement=REGION,REGION]
[--recovery-point-objective=SETTING, --rpo=SETTING]
[--retention-period=RETENTION_PERIOD]
[--[no-]uniform-bucket-level-access, -b] [--[no-]enable-autoclass]
[GCLOUD_WIDE_FLAG ...]
[--[no-]uniform-bucket-level-access, -b]
[--autoclass-terminal-storage-class=AUTOCLASS_TERMINAL_STORAGE_CLASS
--[no-]enable-autoclass] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create new buckets.
@ -100,6 +101,11 @@ FLAGS
--no-uniform-bucket-level-access to disable.
AUTOCLASS FLAGS
--autoclass-terminal-storage-class=AUTOCLASS_TERMINAL_STORAGE_CLASS
The storage class that objects in the bucket eventually transition to
if they are not read for a certain length of time. Only valid if
Autoclass is enabled.
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud alpha storage buckets update URL [URL ...]
[--additional-headers=HEADER=VALUE] [--continue-on-error, -c]
[--[no-]default-event-based-hold] [--lock-retention-period]
[--[no-]default-event-based-hold]
[--default-storage-class=DEFAULT_STORAGE_CLASS]
[--lock-retention-period]
[--recovery-point-objective=SETTING, --rpo=SETTING]
[--[no-]requester-pays] [--[no-]uniform-bucket-level-access]
[--[no-]versioning]
@ -30,7 +32,8 @@ SYNOPSIS
[--clear-web-error-page | --web-error-page=WEB_ERROR_PAGE]
[--clear-web-main-page-suffix
| --web-main-page-suffix=WEB_MAIN_PAGE_SUFFIX]
[--[no-]enable-autoclass] [GCLOUD_WIDE_FLAG ...]
[--autoclass-terminal-storage-class=AUTOCLASS_TERMINAL_STORAGE_CLASS
--[no-]enable-autoclass] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a bucket.
@ -71,6 +74,9 @@ FLAGS
retroactively). Use --default-event-based-hold to enable and
--no-default-event-based-hold to disable.
--default-storage-class=DEFAULT_STORAGE_CLASS
Sets the default storage class for the bucket.
--lock-retention-period
Locks an unlocked retention policy on the buckets. Caution: A locked
retention policy cannot be removed from a bucket or reduced in
@ -288,6 +294,11 @@ FLAGS
usual bucket listing.
AUTOCLASS FLAGS
--autoclass-terminal-storage-class=AUTOCLASS_TERMINAL_STORAGE_CLASS
The storage class that objects in the bucket eventually transition to
if they are not read for a certain length of time. Only valid if
Autoclass is enabled.
--[no-]enable-autoclass
The Autoclass feature automatically selects the best storage class for
objects based on access patterns. Use --enable-autoclass to enable and

View file

@ -280,11 +280,10 @@ ENCRYPTION FLAGS
encryption key can be a customer-supplied encryption key (An RFC 4648
section 4 base64-encoded AES256 string), or a customer-managed
encryption key of the form
projects/{project}/locations/{location}/keyRings/
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
decryption key, which is useful when copying or moving encryted data to
a new location. Using this flag in an objects update command triggers a
rewrite of target objects.
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
The specified key also acts as a decryption key, which is useful when
copying or moving encrypted data to a new location. Using this flag in
an objects update command triggers a rewrite of target objects.
OBJECT METADATA FLAGS
--cache-control=CACHE_CONTROL

View file

@ -27,7 +27,7 @@ EXAMPLES
To get just the MD5 hash digest of a local object in hex format:
$ gcloud alpha storage hash /dir/object.txt --skip-md5 --hex
$ gcloud alpha storage hash /dir/object.txt --skip-crc32c --hex
POSITIONAL ARGUMENTS
URLS [URLS ...]

View file

@ -287,11 +287,10 @@ ENCRYPTION FLAGS
encryption key can be a customer-supplied encryption key (An RFC 4648
section 4 base64-encoded AES256 string), or a customer-managed
encryption key of the form
projects/{project}/locations/{location}/keyRings/
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
decryption key, which is useful when copying or moving encryted data to
a new location. Using this flag in an objects update command triggers a
rewrite of target objects.
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
The specified key also acts as a decryption key, which is useful when
copying or moving encrypted data to a new location. Using this flag in
an objects update command triggers a rewrite of target objects.
OBJECT METADATA FLAGS
--cache-control=CACHE_CONTROL

View file

@ -140,11 +140,10 @@ ENCRYPTION FLAGS
encryption key can be a customer-supplied encryption key (An RFC 4648
section 4 base64-encoded AES256 string), or a customer-managed
encryption key of the form
projects/{project}/locations/{location}/keyRings/
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
decryption key, which is useful when copying or moving encryted data to
a new location. Using this flag in an objects update command triggers a
rewrite of target objects.
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
The specified key also acts as a decryption key, which is useful when
copying or moving encrypted data to a new location. Using this flag in
an objects update command triggers a rewrite of target objects.
OBJECT METADATA FLAGS
--cache-control=CACHE_CONTROL

View file

@ -2,7 +2,7 @@ NAME
gcloud alpha storage operations list - list storage operations
SYNOPSIS
gcloud alpha storage operations list OPERATION_NAME
gcloud alpha storage operations list PARENT_RESOURCE_NAME
[--server-filter=SERVER_FILTER] [--filter=EXPRESSION] [--limit=LIMIT]
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
@ -25,14 +25,17 @@ EXAMPLES
$ gcloud alpha storage operations list gs://my-bucket
POSITIONAL ARGUMENTS
OPERATION_NAME
The operation name including the Cloud Storage bucket and operation ID.
PARENT_RESOURCE_NAME
The operation parent resource in the format
"projects/_/buckets/BUCKET".
FLAGS
--server-filter=SERVER_FILTER
Server-side filter string used to determine what operations to return.
Example: (done = true AND complete_time >= "2023-01-01T00:00:00Z") OR
requested_cancellation = true
Example: '(done = true AND complete_time >= "2023-01-01T00:00:00Z") OR
requested_cancellation = true' Note that the entire filter string must
be in quotes and date strings within the filter must be in embedded
quotes.
LIST COMMAND FLAGS
--filter=EXPRESSION

View file

@ -223,11 +223,10 @@ ENCRYPTION FLAGS
encryption key can be a customer-supplied encryption key (An RFC 4648
section 4 base64-encoded AES256 string), or a customer-managed
encryption key of the form
projects/{project}/locations/{location}/keyRings/
{key-ring}/cryptoKeys/{crypto-key}. The specified key also acts as a
decryption key, which is useful when copying or moving encryted data to
a new location. Using this flag in an objects update command triggers a
rewrite of target objects.
projects/{project}/locations/{location}/keyRings/{key-ring}/cryptoKeys/{crypto-key}.
The specified key also acts as a decryption key, which is useful when
copying or moving encrypted data to a new location. Using this flag in
an objects update command triggers a rewrite of target objects.
OBJECT METADATA FLAGS
--cache-control=CACHE_CONTROL