# organizations
Organization related commands
Aliases:
* organization
* org
* orgs
## Usage
```console
coder organizations [flags] [subcommand]
```
## Subcommands
| Name | Purpose |
|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [show](./organizations_show.md) | Show the organization. Using "selected" will show the selected organization from the "--org" flag. Using "me" will show all organizations you are a member of. |
| [list](./organizations_list.md) | List all organizations |
| [create](./organizations_create.md) | Create a new organization. |
| [delete](./organizations_delete.md) | Delete an organization |
| [members](./organizations_members.md) | Manage organization members |
| [roles](./organizations_roles.md) | Manage organization roles. |
| [settings](./organizations_settings.md) | Manage organization settings. |
## Options
### -O, --org
| | |
|-------------|----------------------------------|
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.