Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs 菜单
Docs 主页
/ /
Atlas CLI
/ /

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

后退

卸载

在此页面上