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
{{ message }}
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
flying-sausages edited this page Jun 2, 2020
·
1 revision
You can use the mango CLI tool to perform management tasks.
admin
user
Using this subcommand, you can perform user administration from the command line. Below is a short list of example commands
# list the users
mango admin user list
# create a new user with admin access
mango admin user add -u new_user -p 123456 --admin
# rename the user
mango admin user update new_user -u new_name --admin
# remove admin access
mango admin user update new_name
# delete the user
mango admin user delete new_name