# prb org command reference

Manage organizations. This page documents **2 commands** under `prb org`.

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 org`      | Manage organizations.                  | `prb org <command>` | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/org/org.go)       |
| `prb org list` | List organizations you have access to. | `prb org list`      | [View implementation](https://github.com/getprobo/probo/blob/main/pkg/cmd/org/list/list.go) |
