# logion recall

2 commands in this group.

- [`logion recall record`](#logion-recall-record)
- [`logion recall search`](#logion-recall-search)

## logion recall record

```bash
logion recall record [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] --id ID --title TITLE [--command COMMAND] [--confidence CONFIDENCE] [--target TARGET]
```

| 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. |
| `--id` | string | — |  |
| `--title` | string | — |  |
| `--command` | string | `[]` | Command included in the workflow (repeatable) |
| `--confidence` | _confidence | `0.5` | Initial confidence score in [0.0, 1.0] |
| `--target` | Path | — |  |

## logion recall search

```bash
logion recall search [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] QUERY [--limit LIMIT] [--target TARGET]
```

| 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. |
| `QUERY` | string | — |  |
| `--limit` | int | `5` |  |
| `--target` | Path | — |  |
