atlas plugin update
Update Atlas CLI plugin.
Atlas CLI プラグインを更新します。 更新するプラグインを指定するには、"<github-owner> /"github-repository-name>"<github-repository-name> 形式またはプラグイン名を使用して更新します。さらに、「--all」フラグを使用してすべてのプラグインを更新できます。
構文
コマンド構文
atlas plugin update [plugin] [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
plugin | string | false | Plugin identifier. |
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
--all | false | すべてのプラグインを更新する | |
-h, --help | false | 更新のヘルプ |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.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