# logion integrations

4 commands in this group.

- [`logion integrations detect`](#logion-integrations-detect)
- [`logion integrations disable`](#logion-integrations-disable)
- [`logion integrations enable`](#logion-integrations-enable)
- [`logion integrations status`](#logion-integrations-status)

## logion integrations detect

```bash
logion integrations detect [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

## logion integrations disable

```bash
logion integrations disable [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] HARNESS [--scope SCOPE]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `HARNESS` | string | — |  |
| `--scope` | string | `user` | Config scope the hook is removed from (default: user). |

## logion integrations enable

```bash
logion integrations enable [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] HARNESS [--dry-run] [--mode MODE] [--scope SCOPE]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `HARNESS` | string | — |  |
| `--dry-run` | flag | — |  |
| `--mode` | off \| local-only \| prompt \| auto | `prompt` |  |
| `--scope` | string | `user` | Config scope the hook is written to (default: user). |

## logion integrations status

```bash
logion integrations status [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
