返回 Skill 列表
extension
分类: 开发与工程无需 API Key

agentuity-cli-git-account-add

将GitHub帐户添加到您的组织。需要身份验证

person作者: jakexiaohubgithub

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 |