appservices users create
Create an application user for your app
Adds a new User to your app. You can create a User for the following enabled Auth Providers: "Email/Password", or "API Key".
语法
appservices users create [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-a, --app | 字符串 | false | Specify the name or ID of an App Service to create its users |
--project | 字符串 | false | 指定 MongoDB Atlas 项目的 ID |
--type | 字符串 | false | Select the type of user to create (Default value: <none>; Allowed values: api-key, email) |
--name | 字符串 | false | Specify the name of the new API Key |
字符串 | false | Specify the email of the new user | |
--password | 字符串 | false | Specify the password of the new user |
-h,--help | false | 创建帮助 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--profile | 字符串 | false | 指定您的配置文件(默认值:“default”)[了解详情] |
--telemetry | 字符串 | false | 启用/禁用当前配置文件的 CLI 使用情况跟踪(默认值:“on”;允许值:“on”、“off”) |
-o, --output-target | 字符串 | false | 将 CLI 输出写入指定文件路径 |
-f, --output-format | 字符串 | false | 设置CLI输出格式(默认值:<blank> ;允许值:<blank> , " JSON ") |
--disable-colors | false | 禁用所有 CLI 输出样式(例如颜色、字体样式等) | |
-y, --yes | false | 通过同意任何所需的用户提示,自动继续执行 CLI 命令 |