agentuity-cli-git-account-add
maintained by agentuity
star
4
account_tree
1
verified_user
MIT License
name: agentuity-cli-git-account-add description: Add a GitHub account to your organization. Requires authentication version: "0.1.24" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity git account add" tags: "mutating creates-resource slow api-intensive"
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 |
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
4
GitHub Forks
1
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!