# pw workflows ls

> Source: https://parallelworks.com/docs/cli/pw/workflows/ls

## pw workflows ls

List all workflows

```
pw workflows ls [flags]
```

### Examples

```
  # List all workflows
  pw workflows ls
  
  # List as plain names (one per line)
  pw workflows ls -o list
  
  # Output as JSON
  pw workflows ls -o json
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format (json, list)
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw workflows](/docs/cli/pw/workflows)	 - Manage workflows
