Git Account Add
Add a GitHub account to your organization
Prerequisites
- Authenticated with
agentuity auth login
Usage
agentuity git account add [options]
Options
| Option |
Type |
Required |
Default |
Description |
--org |
string |
Yes |
- |
Organization ID to add the account to |
Examples
Add a GitHub account to your organization:
bunx @agentuity/cli git account add
Add to a specific organization:
bunx @agentuity/cli git account add --org org_abc123
Output
Returns JSON object:
{
"connected": "boolean",
"orgId": "string"
}
| Field |
Type |
Description |
connected |
boolean |
Whether the account was connected |
orgId |
string |
Organization ID |