agentuity avatar

agentuity-cli-git-unlink

Unlink a project from its GitHub repository. Requires authentication

by agentuity|Open Source

Git Unlink

Unlink a project from its GitHub repository

Prerequisites

  • Authenticated with agentuity auth login
  • Project context required (run from project directory or use --project-id)

Usage

agentuity git unlink [options]

Options

OptionTypeRequiredDefaultDescription
--confirmbooleanYes-Skip confirmation prompt

Examples

Unlink current project from GitHub:

bunx @agentuity/cli git unlink

Unlink without confirmation prompt:

bunx @agentuity/cli git unlink --confirm

Unlink and return JSON result:

bunx @agentuity/cli --json git unlink --confirm

Output

Returns JSON object:

{
  "unlinked": "boolean",
  "repoFullName": "string"
}
FieldTypeDescription
unlinkedbooleanWhether the project was unlinked
repoFullNamestringRepository that was unlinked