# prb tia command reference

Manage transfer impact assessments. This page documents **7 commands** under `prb tia`.

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