> ## 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 github

> Install, configure, and inspect the Ravion GitHub App integration and connected repositories from the `ravion github` CLI commands.

## `ravion github`

GitHub integration

### `ravion github connect`

Open the GitHub App install flow in a browser

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

**Flags:**

| Flag                      | Required | Description                                |
| ------------------------- | -------- | ------------------------------------------ |
| `--no-browser`            |          | Print the URL instead of opening a browser |
| `--redirect-url <string>` |          | URL to redirect to after install           |

### `ravion github repos`

List repositories for a GitHub installation

```bash theme={null}
ravion github repos [flags]
```

**Flags:**

| Flag                        | Required | Description                       |
| --------------------------- | -------- | --------------------------------- |
| `--installation <string>`   | yes      | GitHub installation id (required) |
| `--json`                    |          | emit response as JSON             |
| `--namespace-type <string>` |          | Filter by namespace type          |
