gcloud_beta_billing (1)
NAME
- gcloud beta billing - manage billing accounts and associate them with projects
SYNOPSIS
-
gcloud beta billing GROUP [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage billing accounts and associate them with projects.
GCLOUD WIDE FLAGS
GROUPS
GROUP is one of the following:
-
- accounts
-
(BETA) Manage billing accounts.
- projects
-
(BETA) Manage the billing account configuration of your projects.
EXAMPLES
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
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud alpha billing