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

# clawker alias list

## clawker alias list

List configured command aliases

### Synopsis

```
clawker alias list [flags]
```

### Aliases

`list`, `ls`

### Examples

```
  # List aliases
  clawker alias list

  # Output as JSON
  clawker alias list --json
```

### Options

```
      --format string   Output format: "json", "table", or a Go template
  -h, --help            help for list
      --json            Output as JSON (shorthand for --format json)
  -q, --quiet           Only display alias names
```

### Options inherited from parent commands

```
  -D, --debug   Enable debug logging
```

### See also

* [clawker alias](clawker_alias) - Manage command aliases
