# logion resources

8 commands in this group.

- [`logion resources acquire`](#logion-resources-acquire)
- [`logion resources distributions`](#logion-resources-distributions)
- [`logion resources get`](#logion-resources-get)
- [`logion resources inventory`](#logion-resources-inventory)
- [`logion resources list`](#logion-resources-list)
- [`logion resources reconcile`](#logion-resources-reconcile)
- [`logion resources search`](#logion-resources-search)
- [`logion resources versions`](#logion-resources-versions)

## logion resources acquire

```bash
logion resources acquire [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] RESOURCE_ID [--version VERSION] [--channel CHANNEL] [--scope SCOPE] --harness HARNESS [--dry-run] [--no-dry-run] [--cwd CWD] [--repo-root REPO_ROOT] [--repo-parent REPO_PARENT] [--target-path TARGET_PATH] [--yes]
```

| 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. |
| `RESOURCE_ID` | string | — |  |
| `--version` | string | — | Specific resource version UUID (default: latest) |
| `--channel` | auto \| logion_bundle \| npx_skills \| npx_plugins \| dsh \| hf \| git \| manual | `auto` | Preferred acquisition channel (default: auto) |
| `--scope` | admin \| custom \| global \| project \| repo-current \| repo-parent \| repo-root \| system \| user | — | Target scope (default: repo-root inside Git; user with confirmation outside Git) |
| `--harness` | claude-code \| codex \| custom \| dsh \| hermes \| opencode \| pi | — | Target harness adapter |
| `--dry-run` | flag | `True` | Produce a zero-write acquisition plan (default) |
| `--no-dry-run` | flag | `True` | Execute acquisition after confirmation |
| `--cwd` | string | — | Override the working directory for scope resolution |
| `--repo-root` | string | — | Override the detected repository root |
| `--repo-parent` | string | — | Explicit parent directory for repo-parent scope |
| `--target-path` | string | — | Explicit skills directory for the custom harness |
| `--yes` | flag | — | Approve the displayed acquisition plan without prompting |

## logion resources distributions

```bash
logion resources distributions [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] RESOURCE_ID [--version VERSION]
```

| 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. |
| `RESOURCE_ID` | string | — |  |
| `--version` | string | — | Specific version UUID (default: latest) |

## logion resources get

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

| 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. |
| `RESOURCE_ID` | string | — |  |

## logion resources inventory

```bash
logion resources inventory [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] --harness HARNESS [--cwd CWD] [--repo-root REPO_ROOT] [--target-path TARGET_PATH] [--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` | claude-code \| codex \| custom \| dsh \| hermes \| opencode \| pi | — | Harness adapter to scan |
| `--cwd` | string | — | Override the working directory for scope resolution |
| `--repo-root` | string | — | Override the detected repository root |
| `--target-path` | string | — | Explicit skills directory for the custom harness |
| `--scope` | admin \| all \| custom \| global \| project \| repo-current \| repo-parent \| repo-root \| system \| user | `all` | Limit inventory to one scope (default: all) |

## logion resources list

```bash
logion resources list [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [--resource-type RESOURCE_TYPE] [--lifecycle-status LIFECYCLE_STATUS] [--cursor CURSOR] [--limit LIMIT] [--verbose]
```

| 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. |
| `--resource-type` | string | — | Filter by resource type (agent_skill, agent_plugin, mcp_server, model) |
| `--lifecycle-status` | string | — | Filter by lifecycle status |
| `--cursor` | string | — |  |
| `--limit` | _resource_limit | `50` |  |
| `--verbose` | flag | — |  |

## logion resources reconcile

```bash
logion resources reconcile [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [--from SOURCE] [--harness HARNESS] [--scope SCOPE] [--dry-run] [--cwd CWD]
```

| 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. |
| `--from` | skills \| plugins \| hf \| dsh \| logion \| all | `all` |  |
| `--harness` | all \| claude-code \| codex \| custom \| dsh \| hermes \| opencode \| pi | `all` |  |
| `--scope` | admin \| all \| custom \| global \| project \| repo-current \| repo-parent \| repo-root \| system \| user | `all` |  |
| `--dry-run` | flag | — |  |
| `--cwd` | string | — |  |

## logion resources search

```bash
logion resources search [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [QUERY] [--tags TAGS] [--resource-type RESOURCE_TYPE] [--lifecycle-status LIFECYCLE_STATUS] [--cursor CURSOR] [--limit LIMIT] [--verbose]
```

| 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 | — |  |
| `--tags` | string | — |  |
| `--resource-type` | string | — |  |
| `--lifecycle-status` | string | — |  |
| `--cursor` | string | — |  |
| `--limit` | _resource_limit | `50` |  |
| `--verbose` | flag | — |  |

## logion resources versions

```bash
logion resources versions [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] RESOURCE_ID [--limit LIMIT]
```

| 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. |
| `RESOURCE_ID` | string | — |  |
| `--limit` | _resource_limit | — |  |
