atlas plugin install
Atlas CLI从Github 存储库安装 插件。
Atlas CLI从Github 存储库安装 插件。您可以使用Github "<github-owner> /<github-repository-name> " 格式或完整 指定URL 存储库。安装该插件时,默认使用其在Github上的最新版本。 要安装特定版本的插件,请使用 @ 符号将版本号直接附加到插件名称后。
MongoDB提供了一个示例插件: https://github.com/mongodb/atlas-cli-plugin-example
语法
命令语法
atlas plugin install [<github-owner>/<github-repository-name>] [options]
参数
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
<github-owner>/<github-repository-name> | 字符串 | false | 存储库标识符。 |
选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-h,--help | false | 安装帮助 |
继承选项
名称 | 类型 | 必需 | 说明 |
---|---|---|---|
-P, --profile | 字符串 | false | 要从配置文件中使用的配置文件的名称。 要了解 Atlas CLI 的配置文件,请参阅 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings。 |
示例
# Install the latest version of the plugin: atlas plugin install mongodb/atlas-cli-plugin-example atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example
# Install a specific version of the plugin: atlas plugin install mongodb/atlas-cli-plugin-example@1.0.4 atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example/@v1.2.3