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

# stackkit use-cases

> Select optional kit use cases

Select optional kit use cases.

```bash theme={null}
stackkit use-cases [flags]
```

Subcommands: [`stackkit use-cases pick`](#stackkit-use-cases-pick)

## stackkit use-cases pick

Interactively select optional use cases.

List the kit-optional use cases and toggle them in the terminal.

Arrow keys or j/k move the cursor. Space toggles the highlighted item. Enter confirms. Files, Photos, and Vault start selected (kit L3 defaults).

`--print` writes the selected IDs as a comma-separated line on stdout so installers can pass them to stackkit init `--use-case`. Prompts go to stderr. When stdin is not a terminal, the current defaults are returned without a prompt.

```bash theme={null}
stackkit use-cases pick [flags]
```

| Flag      | Type | Default | Description                                                     |
| --------- | ---- | ------- | --------------------------------------------------------------- |
| `--print` | bool | —       | Write selected use-case IDs as a comma-separated line on stdout |

**Examples**

```bash theme={null}
# Choose optional use cases in the terminal
stackkit use-cases pick

# Print the selected IDs as one comma-separated line for stackkit init --use-case
stackkit use-cases pick --print
```
