# tuist scaffold list

Lists available scaffold templates

## Arguments

### json `Optional`

**Environment variable** `TUIST_SCAFFOLD_LIST_JSON`

The output in JSON format

```bash
tuist scaffold list --json
```

### no-json `Optional`

**Environment variable** `TUIST_SCAFFOLD_LIST_JSON`

The output in JSON format

```bash
tuist scaffold list --no-json
```

### path `Optional`

**Environment variable** `TUIST_SCAFFOLD_LIST_PATH`

The path where you want to list templates from

```bash
tuist scaffold list --path [path]
tuist scaffold list -p [path]
```
