atlas plugin update
Update Atlas CLI plugin.
更新Atlas CLI插件。 您可以使用 "<github-owner> /<github-repository-name> " 格式或插件名称来指定要更新的插件。此外,您可以使用“--all”标志来更新所有插件。
语法
命令语法
atlas plugin update [plugin] [options]
参数
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
plugin | 字符串 | false | Plugin identifier. |
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
--all | false | 更新所有插件 | |
-h,--help | false | 更新帮助 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 要从配置文件中使用的配置文件的名称。 要了解 Atlas CLI 的配置文件,请参阅 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings。 |
示例
# Update a plugin: atlas plugin update mongodb/atlas-cli-plugin-example atlas plugin update atlas-cli-plugin-example
# Update all plugins atlas plugin update --all