File: //snap/google-cloud-cli/396/help/man/man1/gcloud_billing.1
.TH "GCLOUD_BILLING" 1
.SH "NAME"
.HP
gcloud billing \- manage billing accounts and associate them with projects
.SH "SYNOPSIS"
.HP
\f5gcloud billing\fR \fIGROUP\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Manage billing accounts and associate them with projects.
.SH "EXAMPLES"
To list billing accounts associated with the current user, run:
.RS 2m
$ gcloud billing accounts list
.RE
To link one of the billing accounts \f50X0X0X\-0X0X0X\-0X0X0X\fR with a project
\f5my\-project\fR, run:
.RS 2m
$ gcloud billing projects link my\-project \e
\-\-billing\-account 0X0X0X\-0X0X0X\-0X0X0X
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBaccounts\fR
Manage billing accounts.
.TP 2m
\fBbudgets\fR
Manage the budgets of your billing accounts.
.TP 2m
\fBprojects\fR
Manage the billing account configuration of your projects.
.RE
.sp
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha billing
.RE
.RS 2m
$ gcloud beta billing
.RE