mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add cli command to fetch group sync settings as json (#14694)
* chore: add cli command to fetch group sync settings as json
This commit is contained in:
+7
-6
@@ -8,12 +8,13 @@ USAGE:
|
||||
Aliases: organization, org, orgs
|
||||
|
||||
SUBCOMMANDS:
|
||||
create Create a new organization.
|
||||
members Manage organization members
|
||||
roles Manage organization roles.
|
||||
show 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.
|
||||
create Create a new organization.
|
||||
members Manage organization members
|
||||
roles Manage organization roles.
|
||||
settings Manage organization settings.
|
||||
show 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.
|
||||
|
||||
OPTIONS:
|
||||
-O, --org string, $CODER_ORGANIZATION
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
coder v0.0.0-devel
|
||||
|
||||
USAGE:
|
||||
coder organizations settings
|
||||
|
||||
Manage organization settings.
|
||||
|
||||
Aliases: setting
|
||||
|
||||
SUBCOMMANDS:
|
||||
set Update specified organization setting.
|
||||
show Outputs specified organization setting.
|
||||
|
||||
———
|
||||
Run `coder --help` for a list of global options.
|
||||
@@ -0,0 +1,17 @@
|
||||
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.
|
||||
@@ -0,0 +1,17 @@
|
||||
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.
|
||||
@@ -0,0 +1,17 @@
|
||||
coder v0.0.0-devel
|
||||
|
||||
USAGE:
|
||||
coder organizations settings show
|
||||
|
||||
Outputs specified organization setting.
|
||||
|
||||
- Output group sync settings.:
|
||||
|
||||
$ coder organization settings show groupsync
|
||||
|
||||
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.
|
||||
@@ -0,0 +1,17 @@
|
||||
coder v0.0.0-devel
|
||||
|
||||
USAGE:
|
||||
coder organizations settings show
|
||||
|
||||
Outputs specified organization setting.
|
||||
|
||||
- Output group sync settings.:
|
||||
|
||||
$ coder organization settings show groupsync
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user