mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
d96adad56f
* chore: add cli command to fetch group sync settings as json
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations settings set
|
|
|
|
Update specified organization setting.
|
|
|
|
- Update group sync settings.:
|
|
|
|
$ coder organization settings set groupsync < input.json
|
|
|
|
SUBCOMMANDS:
|
|
group-sync Group sync settings to sync groups from an IdP.
|
|
role-sync Role sync settings to sync organization roles from an IdP.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|