# prb measure command reference

Manage measures. This page documents **8 commands** under `prb measure`.

Run any command with `--help` to inspect the flags, accepted values, and examples provided by your installed version. Return to the [complete CLI command reference](/docs/developers/cli/commands) to browse another command.

| Command                          | Description                          | Usage                            | Source                                                                                                                      |
| -------------------------------- | ------------------------------------ | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `prb measure`                    | Manage measures.                     | `prb measure <command>`          | [View implementation](/docs)                               |
| `prb measure create`             | Create a new measure.                | `prb measure create`             | [View implementation](/docs)                         |
| `prb measure delete`             | Delete a measure.                    | `prb measure delete <id>`        | [View implementation](/docs)                         |
| `prb measure link-third-party`   | Link a third party to a measure.     | `prb measure link-third-party`   | [View implementation](/docs)     |
| `prb measure list`               | List measures in an organization.    | `prb measure list`               | [View implementation](/docs)                             |
| `prb measure unlink-third-party` | Unlink a third party from a measure. | `prb measure unlink-third-party` | [View implementation](/docs) |
| `prb measure update`             | Update a measure.                    | `prb measure update <id>`        | [View implementation](/docs)                         |
| `prb measure view`               | View a measure.                      | `prb measure view <id>`          | [View implementation](/docs)                             |
