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:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging buckets create - creates a bucket
|
||||
gcloud alpha logging buckets create - create a bucket
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging buckets create BUCKET_ID --location=LOCATION
|
||||
|
|
|
|||
|
|
@ -24,16 +24,16 @@ OPTIONAL FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
Delete a bucket associated with this billing account.
|
||||
Billing account of the bucket to delete.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
Delete a bucket associated with this folder.
|
||||
Folder of the bucket to delete.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Delete a bucket associated with this organization.
|
||||
Organization of the bucket to delete.
|
||||
|
||||
--project=PROJECT_ID
|
||||
Delete a bucket associated with this project.
|
||||
Project of the bucket to delete.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging buckets describe - displays information about a bucket
|
||||
gcloud alpha logging buckets describe - display information about a bucket
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging buckets describe BUCKET_ID --location=LOCATION
|
||||
|
|
@ -8,7 +8,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Displays information about a bucket.
|
||||
(ALPHA) Display information about a bucket.
|
||||
|
||||
EXAMPLES
|
||||
To describe a bucket in a project, run:
|
||||
|
|
@ -27,16 +27,16 @@ OPTIONAL FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
Describe a bucket associated with this billing account.
|
||||
Billing account of the bucket to describe.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
Describe a bucket associated with this folder.
|
||||
Folder of the bucket to describe.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Describe a bucket associated with this organization.
|
||||
Organization of the bucket to describe.
|
||||
|
||||
--project=PROJECT_ID
|
||||
Describe a bucket associated with this project.
|
||||
Project of the bucket to describe.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
|
|
@ -18,22 +18,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Creates a bucket.
|
||||
(ALPHA) Create a bucket.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a bucket.
|
||||
|
||||
describe
|
||||
(ALPHA) Displays information about a bucket.
|
||||
(ALPHA) Display information about a bucket.
|
||||
|
||||
list
|
||||
(ALPHA) Lists the defined buckets.
|
||||
(ALPHA) List the defined buckets.
|
||||
|
||||
undelete
|
||||
(ALPHA) Undelete a bucket.
|
||||
|
||||
update
|
||||
(ALPHA) Updates a bucket.
|
||||
(ALPHA) Update a bucket.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging buckets list - lists the defined buckets
|
||||
gcloud alpha logging buckets list - list the defined buckets
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging buckets list [--location=LOCATION]
|
||||
|
|
@ -9,7 +9,7 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Lists the buckets for a project.
|
||||
(ALPHA) List the buckets for a project.
|
||||
|
||||
EXAMPLES
|
||||
To list the buckets in a project, run:
|
||||
|
|
@ -24,16 +24,16 @@ FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
List buckets associated with this billing account.
|
||||
Billing account of the buckets to list.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
List buckets associated with this folder.
|
||||
Folder of the buckets to list.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
List buckets associated with this organization.
|
||||
Organization of the buckets to list.
|
||||
|
||||
--project=PROJECT_ID
|
||||
List buckets associated with this project.
|
||||
Project of the buckets to list.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
|
|
@ -24,16 +24,16 @@ OPTIONAL FLAGS
|
|||
At most one of these can be specified:
|
||||
|
||||
--billing-account=BILLING_ACCOUNT_ID
|
||||
Undelete a bucket associated with this billing account.
|
||||
Billing account of the bucket to undelete.
|
||||
|
||||
--folder=FOLDER_ID
|
||||
Undelete a bucket associated with this folder.
|
||||
Folder of the bucket to undelete.
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Undelete a bucket associated with this organization.
|
||||
Organization of the bucket to undelete.
|
||||
|
||||
--project=PROJECT_ID
|
||||
Undelete a bucket associated with this project.
|
||||
Project of the bucket to undelete.
|
||||
|
||||
The Google Cloud project ID to use for this invocation. If omitted,
|
||||
then the current project is assumed; the current project can be
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
NAME
|
||||
gcloud alpha logging buckets update - updates a bucket
|
||||
gcloud alpha logging buckets update - update a bucket
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha logging buckets update BUCKET_ID --location=LOCATION
|
||||
|
|
@ -11,7 +11,7 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Updates the properties of a bucket.
|
||||
(ALPHA) Update the properties of a bucket.
|
||||
|
||||
EXAMPLES
|
||||
To update a bucket in your project, run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue