-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Chose billing account from the CLI #2723
Copy link
Copy link
Open
Labels
area:authenticationLogin, OAuth, device auth, token management, and keychain integrationLogin, OAuth, device auth, token management, and keychain integrationarea:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variables
Metadata
Metadata
Assignees
Labels
area:authenticationLogin, OAuth, device auth, token management, and keychain integrationLogin, OAuth, device auth, token management, and keychain integrationarea:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variables
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
When users have multiple billing accounts on their GitHub account (example is if two organisations they're part of have a Copilot plan), they must go to the website to change which organisation gets billed
Proposed solution
It would be great to have the choice of changing the billing account from the CLI.
I would imagine a
/billingmenu that would then display which organisations are available in the logged-in account.The chosen organisation would get billed for the session's usage.
Even better : a way to store, per-project, which organisation gets billed (maybe in an optional repo-specific file, or in the computer's Copilot config ?)
Example prompts or workflows
No response
Additional context
No response