# pw marketplace ls

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

## pw marketplace ls

List marketplace items

```
pw marketplace ls [flags]
```

### Examples

```
  # List all marketplace items
  pw marketplace ls
  
  # List only items you published
  pw marketplace ls --mine
  
  # List as plain slugs (one per line)
  pw marketplace ls -o list
  
  # Output as JSON
  pw marketplace ls -o json
```

### Options

```
      --featured        Only featured items
  -h, --help            help for ls
      --mine            Only items published by you
      --modifiable      Only items you can modify
      --org             Only items published as your organization
  -o, --output string   Output format (table, json, list)
      --verified        Only verified items
```

### 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 marketplace](/docs/cli/pw/marketplace)	 - Manage marketplace items
