# pw marketplace add-to-account

> Source: https://parallelworks.com/docs/cli/pw/marketplace/add-to-account

## pw marketplace add-to-account

Add a marketplace item to your account

### Synopsis

Mirrors the marketplace "Add to account" action. Workflows are added as a
reference to the marketplace version; storage and compute items are forked
into an owned resource, which requires **--name**.

```
pw marketplace add-to-account <slug> [flags]
```

### Examples

```
  # Add the latest version of a workflow to your account
  pw marketplace add-to-account my-workflow
  
  # Add a specific workflow version
  pw marketplace add-to-account --version v1.0.0 my-workflow
  
  # Fork a storage item into an owned bucket
  pw marketplace add-to-account --name my-bucket shared-bucket
```

### Options

```
      --convert-to-local   For remote workflows, convert to local by fetching the YAML
      --ephemeral          For storage items, make the forked storage ephemeral
  -h, --help               help for add-to-account
      --name string        Name for the forked resource (storage/compute items)
      --version string     Version of the item to add (default "latest")
```

### 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
