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

# Build Configurations

> List build configurations

List available build configurations (Debug, Release, and any custom configs).

```bash theme={null}
# List configurations
flowdeck project configs -w App.xcworkspace

# List as JSON
flowdeck project configs --json

# Show usage examples
flowdeck project configs --examples
```

## Options

| Option               | Short | Description                                              |
| -------------------- | ----- | -------------------------------------------------------- |
| `--examples`         | `-e`  | Show usage examples                                      |
| `--workspace <path>` | `-w`  | Path to workspace (.xcworkspace) or project (.xcodeproj) |
| `--project <path>`   | `-p`  | Project directory                                        |
| `--json`             | `-j`  | Output as JSON                                           |

## JSON Output

```json theme={null}
["Debug", "Release"]
```
