mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 23 10:54:24 UTC 2025
This commit is contained in:
parent
b589c4c4ad
commit
4d8dd33b3e
138 changed files with 4506 additions and 597 deletions
|
|
@ -6,8 +6,10 @@ SYNOPSIS
|
|||
[--compare-duration=COMPARE_DURATION] [--field-mask=FIELD_MASK]
|
||||
[--location=LOCATION; default="global"] [--order-by=ORDER_BY]
|
||||
[--page-token=PAGE_TOKEN] [--read-time=READ_TIME]
|
||||
[--source=SOURCE; default="-"] [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--source=SOURCE; default="-"]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List an organization or source's findings. To list across all
|
||||
|
|
@ -164,6 +166,17 @@ FLAGS
|
|||
--source=SOURCE; default="-"
|
||||
Source id. Defaults to all sources.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
The folder ID (e.g., 456) that contains the finding.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
The organization ID (e.g., 123) that contains the finding.
|
||||
|
||||
--project=PROJECT
|
||||
The project ID (e.g., example-project) that contains the finding.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
|
|
|
|||
61
gcloud/alpha/scc/manage/billing-metadata/describe
Normal file
61
gcloud/alpha/scc/manage/billing-metadata/describe
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
NAME
|
||||
gcloud alpha scc manage billing-metadata describe - get the billing
|
||||
metadata for a specific resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc manage billing-metadata describe
|
||||
(--organization=ORGANIZATION_ID | --parent=PARENT
|
||||
| --project=PROJECT_ID_OR_NUMBER) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Get the billing metadata for a given Google Cloud resource,
|
||||
including the associated billing account, cost-related settings, and other
|
||||
relevant information.
|
||||
|
||||
EXAMPLES
|
||||
To get the details of a billing metadata for organization 123, run:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--organization=123
|
||||
|
||||
To get the details of a billing metadata for project 456, run:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe --project=456
|
||||
|
||||
You can also specify the parent more generally for organizations:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--parent=organizations/123
|
||||
|
||||
Or you can specify the parent for projects:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--parent=projects/123
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Organization associated with the billing metadata.
|
||||
|
||||
--parent=PARENT
|
||||
Parent associated with the billing metadata. Can be one of
|
||||
organizations/<id>, projects/<id or name>
|
||||
|
||||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project associated with the billing metadata.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
26
gcloud/alpha/scc/manage/billing-metadata/help
Normal file
26
gcloud/alpha/scc/manage/billing-metadata/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud alpha scc manage billing-metadata - manage billing metadata
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc manage billing-metadata COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage billing metadata.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Get the billing metadata for a specific resource.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
|
|
@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
billing-metadata
|
||||
(ALPHA) Manage billing metadata.
|
||||
|
||||
custom-modules
|
||||
(ALPHA) Manage Cloud SCC (Security Command Center) custom modules.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue