mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
d96adad56f
* chore: add cli command to fetch group sync settings as json
39 lines
2.0 KiB
Markdown
Generated
39 lines
2.0 KiB
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# organizations
|
|
|
|
Organization related commands
|
|
|
|
Aliases:
|
|
|
|
- organization
|
|
- org
|
|
- orgs
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder organizations [flags] [subcommand]
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Name | Purpose |
|
|
| ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| [<code>show</code>](./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. |
|
|
| [<code>create</code>](./organizations_create.md) | Create a new organization. |
|
|
| [<code>members</code>](./organizations_members.md) | Manage organization members |
|
|
| [<code>roles</code>](./organizations_roles.md) | Manage organization roles. |
|
|
| [<code>settings</code>](./organizations_settings.md) | Manage organization settings. |
|
|
|
|
## Options
|
|
|
|
### -O, --org
|
|
|
|
| | |
|
|
| ----------- | -------------------------------- |
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_ORGANIZATION</code> |
|
|
|
|
Select which organization (uuid or name) to use.
|