mongocli ops-manager owner create
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Create the first user for Ops Manager.
Create the first user for Ops Manager. Use this command to automate Ops Manager Installations.
Syntax
mongocli ops-manager owner create [options]
Options
Name | Type | Required | Description |
---|---|---|---|
--accessListIp | strings | false | IP addresses to add to the new user’s access list. |
--email | string | true | User’s email address. |
--firstName | string | true | User’s first name. |
-h, --help | false | help for create | |
--lastName | string | true | User’s last name. |
-o, --output | string | false | Output format.
Valid values: json|json-path|go-template|go-template-file |
-p, --password | string | false | User’s password. |
--whitelistIp | strings | false | IP addresses to add to the new user’s access list. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |