You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info Print configuration and debugging information.
18
-
init Initialize a new admin project. This command should be run once before any others.
19
-
create Create a new user in the Compiler domain.
20
-
convert Convert a user account to a new type.
21
-
delete Delete a user account.
22
-
offboard Offboard a user account.
23
-
reset-password Reset a user's password to a randomly generated string.
24
-
restore Restore an email backup from a prior offboarding.
25
-
signout Signs a user out from all active sessions.
16
+
{info,init,user} The command to run
17
+
info Print configuration and debugging information.
18
+
init Initialize a new admin project. This command should be run once before any others.
19
+
user Work with users in the Compiler org.
26
20
27
21
options:
28
-
-h, --help show this help message and exit
29
-
-v, --version show program's version number and exit
22
+
-h, --help show this help message and exit
23
+
-v, --version show program's version number and exit
30
24
```
31
25
32
26
## Getting started
@@ -60,11 +54,34 @@ The `init` commands follows the steps in the [GAMADV-XTD3 Wiki](https://github.c
60
54
61
55
Additionally, GYB is used for Gmail backup/restore. See the [GYB Wiki](https://github.com/GAM-team/got-your-back/wiki) for more information.
62
56
63
-
## Creating a user
57
+
## Working with users
58
+
59
+
The following commands are available to work with users in the Compiler domain:
60
+
61
+
```bash
62
+
$ compiler-admin user -h
63
+
usage: compiler-admin user [-h] {create,convert,delete,offboard,reset-password,restore,signout} ...
usage: compiler-admin user create [-h] [--notify NOTIFY] username
68
85
69
86
positional arguments:
70
87
username A Compiler user account name, sans domain.
@@ -76,11 +93,11 @@ options:
76
93
77
94
Additional options are passed through to GAM, see more about [GAM user create](https://github.com/taers232c/GAMADV-XTD3/wiki/Users#create-a-user)
0 commit comments