View Source mix arke_postgres.create_member (arke_postgres v0.3.7)
Creates a new super admin member for the given project. If no username/password are provided then a default member admin/admin will be created if no other admin exists
examples
Examples
$ mix arke_postgres.create_member my_project my_username mypassword
Is equivalent to:
$ mix arke_postgres.create_member --project my_project --username my_username --password mypassword
options
Options
--project
- The id of the project where to create the member--username
- The username of the member--password
- The password of the member--email
- The email of the member