mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
11 lines
204 B
Markdown
11 lines
204 B
Markdown
|
# Manage admins
|
||
|
|
||
|
You can add and remove Opengist admins from the CLI.
|
||
|
|
||
|
```bash
|
||
|
./opengist admin toggle-admin <username>
|
||
|
```
|
||
|
```bash
|
||
|
$ ./opengist admin toggle-admin thomas
|
||
|
User thomas admin set to true
|
||
|
```
|