@@ -114,11 +114,12 @@ The following commands are available to work with users in the Compiler domain:
114
114
115
115
` ` ` bash
116
116
$ compiler-admin user -h
117
- usage: compiler-admin user [-h] {create,convert,delete,offboard,reset,restore,signout} ...
117
+ usage: compiler-admin user [-h] {alumni, create,convert,delete,offboard,reset,restore,signout} ...
118
118
119
119
positional arguments:
120
- {create,convert,delete,offboard,reset,restore,signout}
120
+ {alumni, create,convert,delete,offboard,reset,restore,signout}
121
121
The user command to run.
122
+ alumni Convert a user account to a Compiler alumni.
122
123
create Create a new user in the Compiler domain.
123
124
convert Convert a user account to a new type.
124
125
delete Delete a user account.
@@ -151,15 +152,17 @@ Additional options are passed through to GAM, see more about [GAM user create](h
151
152
152
153
```bash
153
154
$ compiler-admin user convert -h
154
- usage: compiler-admin user convert [-h] username {contractor,partner,staff}
155
+ usage: compiler-admin user convert [-h] [--force] [--notify NOTIFY] username {alumni, contractor,partner,staff}
155
156
156
157
positional arguments:
157
158
username A Compiler user account name, sans domain.
158
- {contractor,partner,staff}
159
+ {alumni, contractor,partner,staff}
159
160
Target account type for this conversion.
160
161
161
162
options:
162
163
-h, --help show this help message and exit
164
+ --force Don' t ask for confirmation before conversion.
165
+ --notify NOTIFY An email address to send the alumni' s new password.
163
166
```
164
167
165
168
### Offboarding a user
0 commit comments