mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha billing accounts projects - manage the billing account
|
|
configuration of your projects
|
|
|
|
SYNOPSIS
|
|
gcloud alpha billing accounts projects COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) (DEPRECATED) Manage the billing account configuration of your
|
|
projects.
|
|
|
|
The gcloud alpha billing accounts projects group has been moved to gcloud
|
|
billing projects. Please use the new, shorter commands instead.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
describe
|
|
(ALPHA) (DEPRECATED) Show detailed billing information for a project.
|
|
|
|
link
|
|
(ALPHA) (DEPRECATED) Link a project with a billing account.
|
|
|
|
list
|
|
(ALPHA) (DEPRECATED) List all active projects associated with the
|
|
specified billing account.
|
|
|
|
unlink
|
|
(ALPHA) (DEPRECATED) Unlink the account (if any) linked with a project.
|
|
|
|
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.
|
|
|