gcloud beta billing - manage billing accounts and associate them with projects
gcloud beta billing GROUP [GCLOUD_WIDE_FLAG ...]
(BETA) Manage billing accounts and associate them with projects.
To list billing accounts associated with the current user, run:
$ gcloud beta billing accounts list
To link one of the billing accounts 0X0X0X-0X0X0X-0X0X0X with a project my-project, run:
$ gcloud beta billing projects link my-project \ --billing-account 0X0X0X-0X0X0X-0X0X0X
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- accounts
(BETA) Manage billing accounts.
- budgets
(BETA) Manage the budgets of your billing accounts.
- projects
(BETA) Manage the billing account configuration of your projects.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud billing
$ gcloud alpha billing