68 lines
3.8 KiB
Plaintext
68 lines
3.8 KiB
Plaintext
2025-09-05 17:02:40,116 DEBUG root Loaded Command Group: ['gcloud', 'billing']
|
||
2025-09-05 17:02:40,116 DEBUG root Loaded Command Group: ['gcloud', 'billing', 'projects']
|
||
2025-09-05 17:02:40,117 DEBUG root Loaded Command Group: ['gcloud', 'billing', 'projects', 'list']
|
||
2025-09-05 17:02:40,117 DEBUG root Running [gcloud.billing.projects.list] with arguments: [--help: "None"]
|
||
2025-09-05 17:02:40,147 DEBUG root Loaded Command Group: ['gcloud', 'billing', 'accounts']
|
||
2025-09-05 17:02:40,148 DEBUG root Loaded Command Group: ['gcloud', 'billing', 'accounts', 'list']
|
||
2025-09-05 17:02:40,149 DEBUG root Loaded Command Group: ['gcloud', 'topic']
|
||
2025-09-05 17:02:40,151 DEBUG root Loaded Command Group: ['gcloud', 'topic', 'filters']
|
||
2025-09-05 17:02:40,152 DEBUG root Loaded Command Group: ['gcloud', 'help']
|
||
2025-09-05 17:02:40,154 INFO ___FILE_ONLY___ [m[1mNAME[m
|
||
gcloud billing projects list - list all active projects associated with the
|
||
specified billing account
|
||
|
||
[m[1mSYNOPSIS[m
|
||
[1mgcloud billing projects list[m [1m--billing-account[m=[4mACCOUNT_ID[m
|
||
[[1m--filter[m=[4mEXPRESSION[m] [[1m--limit[m=[4mLIMIT[m] [[1m--page-size[m=[4mPAGE_SIZE[m]
|
||
[[1m--sort-by[m=[[4mFIELD[m,...]] [[4mGCLOUD_WIDE_FLAG ...[m]
|
||
|
||
[m[1mDESCRIPTION[m
|
||
[1mgcloud billing projects list[m ACCOUNT_ID -- lists all active projects, for
|
||
the specified billing account id.
|
||
|
||
[m[1mEXAMPLES[m
|
||
To list projects linked to billing account [1m0X0X0X-0X0X0X-0X0X0X[m, run:
|
||
|
||
$ gcloud billing projects list --billing-account=0X0X0X-0X0X0X-0X0X0X
|
||
|
||
[m[1mREQUIRED FLAGS[m
|
||
[1m--billing-account[m=[4mACCOUNT_ID[m
|
||
Specify a billing account ID. Billing account IDs are of the form
|
||
[1m0X0X0X-0X0X0X-0X0X0X[m. To see available IDs, run [1m$ gcloud billing
|
||
accounts list[m.
|
||
|
||
[m[1mLIST COMMAND FLAGS[m
|
||
[1m--filter[m=[4mEXPRESSION[m
|
||
Apply a Boolean filter [4mEXPRESSION[m to each resource item to be listed.
|
||
If the expression evaluates [1mTrue[m, then that item is listed. For more
|
||
details and examples of filter expressions, run $ gcloud topic filters.
|
||
This flag interacts with other flags that are applied in this order:
|
||
[1m--flatten[m, [1m--sort-by[m, [1m--filter[m, [1m--limit[m.
|
||
|
||
[1m--limit[m=[4mLIMIT[m
|
||
Maximum number of resources to list. The default is [1munlimited[m. This
|
||
flag interacts with other flags that are applied in this order:
|
||
[1m--flatten[m, [1m--sort-by[m, [1m--filter[m, [1m--limit[m.
|
||
|
||
[1m--page-size[m=[4mPAGE_SIZE[m
|
||
Some services group resource list output into pages. This flag
|
||
specifies the maximum number of resources per page. The default is
|
||
determined by the service if it supports paging, otherwise it is
|
||
[1munlimited[m (no paging). Paging may be applied before or after [1m--filter[m
|
||
and [1m--limit[m depending on the service.
|
||
|
||
[1m--sort-by[m=[[4mFIELD[m,...]
|
||
Comma-separated list of resource field key names to sort by. The
|
||
default order is ascending. Prefix a field with ``~'' for descending
|
||
order on that field. This flag interacts with other flags that are
|
||
applied in this order: [1m--flatten[m, [1m--sort-by[m, [1m--filter[m, [1m--limit[m.
|
||
|
||
[m[1mGCLOUD WIDE FLAGS[m
|
||
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 [1m$ gcloud help[m for details.
|
||
[m
|