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

# list

> Show project configuration

Displays the current project's configuration from `clawup.yaml`, including stack name, agent count, region, and instance type.

## Usage

```bash theme={null}
clawup list [options]
```

## Options

| Option   | Description    |
| -------- | -------------- |
| `--json` | Output as JSON |

## Examples

```bash theme={null}
# List configs
clawup list

# JSON output
clawup list --json
```
