Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli ops-manager owner create

On this page

  • Syntax
  • Options
  • Inherited Options

Create the first user for Ops Manager.

Create the first user for Ops Manager. Use this command to automate Ops Manager Installations.

mongocli ops-manager owner create [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.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.

Auto generated by cobra2snooty on 13-Jul-2021

←  mongocli ops-manager ownermongocli ops-manager performanceAdvisor →
Share Feedback