# 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](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/measure.go)                               |
| `prb measure create`             | Create a new measure.                | `prb measure create`             | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/create/create.go)                         |
| `prb measure delete`             | Delete a measure.                    | `prb measure delete <id>`        | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/delete/delete.go)                         |
| `prb measure link-third-party`   | Link a third party to a measure.     | `prb measure link-third-party`   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/link-third-party/link_third_party.go)     |
| `prb measure list`               | List measures in an organization.    | `prb measure list`               | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/list/list.go)                             |
| `prb measure unlink-third-party` | Unlink a third party from a measure. | `prb measure unlink-third-party` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/unlink-third-party/unlink_third_party.go) |
| `prb measure update`             | Update a measure.                    | `prb measure update <id>`        | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/update/update.go)                         |
| `prb measure view`               | View a measure.                      | `prb measure view <id>`          | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/measure/view/view.go)                             |
