# prb obligation command reference

Manage obligations. This page documents **7 commands** under `prb obligation`.

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 obligation`         | Manage obligations.                                    | `prb obligation <command>`   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/obligation.go)      |
| `prb obligation create`  | Create a new obligation.                               | `prb obligation create`      | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/create/create.go)   |
| `prb obligation delete`  | Delete an obligation.                                  | `prb obligation delete <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/delete/delete.go)   |
| `prb obligation list`    | List obligations in an organization.                   | `prb obligation list`        | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/list/list.go)       |
| `prb obligation publish` | Publish the obligation register as a document version. | `prb obligation publish`     | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/publish/publish.go) |
| `prb obligation update`  | Update an obligation.                                  | `prb obligation update <id>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/update/update.go)   |
| `prb obligation view`    | View an obligation.                                    | `prb obligation view <id>`   | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/obligation/view/view.go)       |
