# pw billing units rules add

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

## pw billing units rules add

Add a new USD rate for a unit, effective now

```
pw billing units rules add <unit> [flags]
```

### Examples

```
  # Set the core-hours rate to $0.02/unit going forward
  pw billing units rules add --rate 0.02 core-hours
```

### 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      USD rate per unit
```

### 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 units rules](/docs/cli/pw/billing/units/rules)	 - Manage unit pricing rules
