Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas plugin update

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション

Update Atlas CLI plugin.

Atlas CLI プラグインを更新します。 更新するプラグインを指定するには、"<github-owner> /"github-repository-name>"<github-repository-name> 形式またはプラグイン名を使用して更新します。さらに、「--all」フラグを使用してすべてのプラグインを更新できます。

コマンド構文
atlas plugin update [plugin] [options]
名前
タイプ
必須
説明
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

戻る

アン