> ## Documentation Index
> Fetch the complete documentation index at: https://www.ravion.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ravion git

> Manage Git integrations for Ravion projects, including connected repositories, branches, webhooks, and authentication from the CLI.

## `ravion git`

Manage Git integrations

**Aliases:** `gits`

### `ravion git connect`

connect opens your organization's Git connections settings page in a browser, where you can connect GitHub or GitLab and manage which repositories Ravion can access.

```bash theme={null}
ravion git connect [flags]
```

**Flags:**

| Flag           | Required | Description                                |
| -------------- | -------- | ------------------------------------------ |
| `--no-browser` |          | Print the URL instead of opening a browser |

### `ravion git namespaces`

List Git namespaces

```bash theme={null}
ravion git namespaces [flags]
```

**Flags:**

| Flag            | Required | Description           |
| --------------- | -------- | --------------------- |
| `--json`        |          | emit response as JSON |
| `-v, --verbose` |          | show full output      |

### `ravion git self-hosted-get`

Get self-hosted server

```bash theme={null}
ravion git self-hosted-get <id> [flags]
```

**Flags:**

| Flag     | Required | Description           |
| -------- | -------- | --------------------- |
| `--json` |          | emit response as JSON |

### `ravion git self-hosted-list`

List self-hosted servers

```bash theme={null}
ravion git self-hosted-list [flags]
```

**Flags:**

| Flag                | Required | Description           |
| ------------------- | -------- | --------------------- |
| `--cursor <string>` |          | cursor                |
| `--json`            |          | emit response as JSON |
| `--limit <int>`     |          | limit                 |
| `-v, --verbose`     |          | show full output      |
