|
| 1 | +--- |
| 2 | +type: reference |
| 3 | +description: Full command reference for the Remyx AI CLI. |
| 4 | +tags: [cli, reference, commands] |
| 5 | +--- |
| 6 | + |
| 7 | +# Command reference |
| 8 | + |
| 9 | +Run any command with `--help` for full flag listings and examples — that's the authoritative source. |
| 10 | + |
| 11 | +## Outrider |
| 12 | + |
| 13 | +| Command | What it does | |
| 14 | +|---|---| |
| 15 | +| `remyxai outrider init` | Install Outrider on a repo via the Remyx App | |
| 16 | +| `remyxai outrider setup-local` | Install Outrider via your own `gh` (no Remyx App) | |
| 17 | +| `remyxai outrider trigger` | Dispatch a one-shot run (`--search-method` / `--pin-arxiv` / `--provider` / `--model` / `--claude-timeout`) | |
| 18 | +| `remyxai outrider set-provider-secret` | Set a per-provider API-key secret on a repo, safely | |
| 19 | + |
| 20 | +See also: [method-targeted-runs.md](method-targeted-runs.md) for `outrider trigger` in depth, [install-paths.md](install-paths.md) for `init` vs `setup-local` and bulk-install. |
| 21 | + |
| 22 | +## Papers |
| 23 | + |
| 24 | +| Command | What it does | |
| 25 | +|---|---| |
| 26 | +| `remyxai papers digest` | Recommendations grouped by Research Interest | |
| 27 | +| `remyxai papers list` | Recommendations flat view (filter by interest, period, source type) | |
| 28 | +| `remyxai papers refresh [--wait]` | Trigger a fresh ranking | |
| 29 | +| `remyxai papers refresh-status <task_id>` | Poll a refresh task | |
| 30 | + |
| 31 | +## Interests |
| 32 | + |
| 33 | +| Command | What it does | |
| 34 | +|---|---| |
| 35 | +| `remyxai interests list` | List your Research Interests | |
| 36 | +| `remyxai interests get <name-or-uuid>` | Show one interest | |
| 37 | +| `remyxai interests create` | Create an interest from free-form context | |
| 38 | +| `remyxai interests from-repo <github-url>` | Create an interest from a GitHub repo profile | |
| 39 | +| `remyxai interests from-project <name-or-uuid>` | Create an interest from a project's experiments | |
| 40 | +| `remyxai interests update <id>` | Edit name / context / daily count / active state | |
| 41 | +| `remyxai interests toggle <id>` | Flip active/inactive | |
| 42 | +| `remyxai interests delete <id>` | Remove an interest | |
| 43 | + |
| 44 | +See also: [research-interests.md](research-interests.md) for the three interest-creation flavors in depth. |
| 45 | + |
| 46 | +## Search |
| 47 | + |
| 48 | +| Command | What it does | |
| 49 | +|---|---| |
| 50 | +| `remyxai search query <text>` | Search the engine's research-asset catalog | |
| 51 | +| `remyxai search list` | List recently added research assets (papers + Docker images) | |
| 52 | +| `remyxai search info <arxiv-id>` | Asset details | |
0 commit comments