# pw marketplace icon set

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

## pw marketplace icon set

Upload a marketplace item's icon

```
pw marketplace icon set <slug> <file> [flags]
```

### Examples

```
  # Upload an icon image (PNG/JPEG/GIF/WebP)
  pw marketplace icon set my-workflow ./icon.png
```

### Options

```
  -h, --help   help for set
```

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