# prb asset command reference

Manage assets. This page documents **7 commands** under `prb asset`.

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