> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tuneplane.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# tp solution

> Engineering solutions to start from

## `tp solution`

Engineering solutions to start from

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution <subcommand>
```

| 命令                 | 说明                                    |
| ------------------ | ------------------------------------- |
| `tp solution init` | Scaffold a solution into this project |
| `tp solution list` | List available solutions              |
| `tp solution show` | Show what a solution declares         |

### `tp solution init`

Scaffold a solution into this project

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution init <NAME> [options]
```

| 参数     | 说明                     |
| ------ | ---------------------- |
| `NAME` | Solution name (**必填**) |

| 选项                | 说明                              |
| ----------------- | ------------------------------- |
| `--into` `<path>` | Where to write it (默认 `.`)      |
| `--force`         | Overwrite an existing directory |

### `tp solution list`

List available solutions

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution list
```

除 `--help` 外没有其他选项。

### `tp solution show`

Show what a solution declares

```bash theme={"theme":{"light":"github-light","dark":"github-dark-dimmed"}}
tp solution show <NAME>
```

| 参数     | 说明                     |
| ------ | ---------------------- |
| `NAME` | Solution name (**必填**) |

除 `--help` 外没有其他选项。
