# prb framework command reference

Manage frameworks. This page documents **6 commands** under `prb framework`.

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