File: //snap/google-cloud-cli/394/help/man/man1/gcloud_alpha_billing.1
.TH "GCLOUD_ALPHA_BILLING" 1
.SH "NAME"
.HP
gcloud alpha billing \- manage billing accounts and associate them with projects
.SH "SYNOPSIS"
.HP
\f5gcloud alpha billing\fR \fIGROUP\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Manage billing accounts and associate them with projects.
.SH "EXAMPLES"
To list billing accounts associated with the current user, run:
.RS 2m
$ gcloud alpha 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 alpha 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
\fB(ALPHA)\fR Manage billing accounts.
.TP 2m
\fBbudgets\fR
\fB(ALPHA)\fR Manage the budgets of your billing accounts.
.TP 2m
\fBprojects\fR
\fB(ALPHA)\fR Manage the billing account configuration of your projects.
.RE
.sp
.SH "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. These variants are also available:
.RS 2m
$ gcloud billing
.RE
.RS 2m
$ gcloud beta billing
.RE