npm run cli -- DI.models.User.createUserAsync {username} {password} {student_id} {real_name} {role}
Roles can be: admin
/ mod
/ student
npm run cli -- DI.models.User.setUserPasswordAsync {username} {new_password}
npm run cli -- DI.models.User.setUserRoleAsync {username} {new_role}