# prb context command reference

Manage organization context. This page documents **3 commands** under `prb context`.

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 context`        | Manage organization context. | `prb context <command>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/context/context.go)       |
| `prb context get`    | Get organization context.    | `prb context get`       | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/context/get/get.go)       |
| `prb context update` | Update organization context. | `prb context update`    | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/context/update/update.go) |
