# pw billing skus ls

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

## pw billing skus ls

List SKUs in a unit

```
pw billing skus ls <unit> [flags]
```

### Examples

```
  # List live SKUs in a unit
  pw billing skus ls core-hours
  
  # Include archived SKUs
  pw billing skus ls --include-archived core-hours
```

### Options

```
  -h, --help               help for ls
      --include-archived   Include archived (soft-deleted) SKUs
      --org string         Target organization (defaults to current context)
  -o, --output string      Output format (table, json) (default "table")
```

### 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 billing skus](/docs/cli/pw/billing/skus)	 - Manage SKUs and their rate multipliers within a unit
