# prb datum command reference

Manage data. This page documents **7 commands** under `prb datum`.

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 datum`         | Manage data.                                 | `prb datum <command>`   | [View implementation](/docs)           |
| `prb datum create`  | Create a new datum.                          | `prb datum create`      | [View implementation](/docs)   |
| `prb datum delete`  | Delete a datum.                              | `prb datum delete <id>` | [View implementation](/docs)   |
| `prb datum list`    | List data in an organization.                | `prb datum list`        | [View implementation](/docs)       |
| `prb datum publish` | Publish the data list as a document version. | `prb datum publish`     | [View implementation](/docs) |
| `prb datum update`  | Update a datum.                              | `prb datum update <id>` | [View implementation](/docs)   |
| `prb datum view`    | View a datum.                                | `prb datum view <id>`   | [View implementation](/docs)       |
