# pw variables list

> Source: https://parallelworks.com/docs/cli/pw/variables/list

## pw variables list

List your user variables

```
pw variables list [flags]
```

### Examples

```
  # List your variables
  pw variables list
  
  # Output as JSON
  pw variables list -o json
```

### Options

```
  -h, --help            help for list
  -o, --output string   Output format (interactive, json) (default "interactive")
```

### 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 variables](/docs/cli/pw/variables)	 - Manage your user variables
