Datacenter build and management service
create_user - create a new user, optionally sending an email
bin/conch create_user --email <email> --name <name> [--password <password>] [--send-mail]
--email The user's email address. Required.
--name The user's name. Required.
--password The user's temporary password. If not provided, one will be randomly generated.
--send-mail Send a welcome email to the user (defaults to true)
Copyright Joyent, Inc.
This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.