# pw billing skus rules add

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

## pw billing skus rules add

Add a new rate multiplier for a SKU, effective now

```
pw billing skus rules add <unit> <sku-id> [flags]
```

### Examples

```
  # Make this SKU bill 3 units per quantity going forward
  pw billing skus rules add --rate 3 core-hours <sku-id>
```

### Options

```
  -h, --help            help for add
      --org string      Target organization (defaults to current context)
  -o, --output string   Output format (table, json) (default "table")
      --rate float      Units consumed per unit of usage quantity
```

### 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 rules](/docs/cli/pw/billing/skus/rules)	 - Manage a SKU's rate history
