gh auth login
.gh api /orgs/{org}/settings/billing
(replace {org}
with your organization name) to check the current plan and usage.gh api /orgs/{org}/settings/billing/actions/upgrade --field plan_id={plan_id}
(replace {org}
with your organization name and {plan_id}
with the ID of the plan you want to upgrade to).gh api /orgs/{org}/settings/billing
again to verify that the plan has been upgraded and the usage limits have been increased.gh api /orgs/{org}/settings/billing/actions
or gh api /orgs/{org}/settings/billing/packages
.{organization}
with the name of your organization and your_access_token_here
and your_new_plan_here
with your actual access token and desired plan, respectively.