mongocli config
此版本的文档已存档,不再提供支持。 查看 最新文档,学习;了解如何升级MongoCLI 版本。
配置配置文件以存储 MongoDB 部署的访问设置。
在用户配置文件中配置设置。 所有设置都是可选的。 您可以通过运行以下命令单独指定设置: $ mongocli config 设立 --help
您还可以在运行该工具时使用环境变量 (MCLI_*)。要了解更多信息,请参阅文档: https://mongodb.com/zh-cn/docs/mongocli/stable/configure/environment-variables/。
语法
mongocli config [options]
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-h,--help | false | 配置帮助 | |
--service | 字符串 | false | MongoDB服务的类型。 有效值: 云|cloudgov|cloud-manager|ops-manager(默认为 "云") |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 配置文件中要使用的配置文件。 |
示例
To configure the tool to work with Atlas $ mongocli config To configure the tool to work with Atlas for Government $ mongocli config --service cloudgov To configure the tool to work with Cloud Manager $ mongocli config --service cloud-manager To configure the tool to work with Ops Manager $ mongocli config --service ops-manager
相关命令
mongocli config delete — 删除配置文件。
mongocli config describe — 返回特定的配置文件。
mongocli config list - 列出可用的配置文件。
mongocli config rename - 重命名配置文件。
mongocli config set — 配置配置文件的特定属性。
由MongoDB CLI在 8 -Jul- 2021 自动生成