mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud storage buckets describe URL [--additional-headers=HEADER=VALUE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--raw] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a Cloud Storage bucket.
|
||||
|
|
@ -29,6 +29,10 @@ FLAGS
|
|||
Overrides the default storage/additional_headers property value for
|
||||
this command invocation.
|
||||
|
||||
--raw
|
||||
Shows metadata in the format returned by the API instead of
|
||||
standardizing it.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud storage buckets list [URLS ...] [--additional-headers=HEADER=VALUE]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--raw] [--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -33,6 +33,10 @@ FLAGS
|
|||
Overrides the default storage/additional_headers property value for
|
||||
this command invocation.
|
||||
|
||||
--raw
|
||||
Shows metadata in the format returned by the API instead of
|
||||
standardizing it.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
|
|
@ -226,7 +226,8 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--clear-log-bucket
|
||||
Clears logging bucket receiving the usage current bucket's data.
|
||||
Clears logging bucket receiving the usage current bucket's data and
|
||||
disables usage logging.
|
||||
|
||||
--log-bucket=LOG_BUCKET
|
||||
Enables usage logging of the bucket, outputting log files to the
|
||||
|
|
@ -245,6 +246,7 @@ FLAGS
|
|||
Specifies the object prefix for logging activity to the log bucket.
|
||||
The default prefix is the bucket name. All read and write activity to
|
||||
objects in the bucket will be logged for objects matching the prefix.
|
||||
If usage logging is not enabled this flag will have no effect.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue