mongocli 配置集
配置配置文件的特定属性。
语法
命令语法
mongocli config set <propertyName> <value> [options]
参数
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
属性名称 | 字符串 | true | 要在配置文件中设置的属性。 Atlas CLI 和 MongoDB CLI 的有效值为 project_id、org_id、service、public_api_key、private_api_key、output、mongosh_path、skip_update_check、telemetry_enabled、access_token 和 refresh_token。 此外,仅对 MongoDB CLI 有效的值包括 ops_manager_url base_url、ops_manager_ca_certificate 和 ops_manager_skip_verify。 |
值 | 字符串 | true | 要在配置文件中设置的属性值。 |
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-h,--help | false | 设置的帮助 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 要从配置文件中使用的配置文件的名称。 要了解 MongoCLI 的配置文件,请参阅 https://dochub.mongodb.org/core/atlas-cli-configuration-file。 |
示例
Set the Ops Manager base URL in the profile myProfile to http://localhost:30700/: mongocli config set ops_manager_url http://localhost:30700/ -P myProfile Set the organization ID in the default profile to 5dd5aaef7a3e5a6c5bd12de4: mongocli config set org_id 5dd5aaef7a3e5a6c5bd12de4