Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas config init

項目一覧

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

MongoDB 配置のアクセス設定を保存するためにプロファイルを構成します。

コマンド構文
atlas config init [options]
名前
タイプ
必須
説明
--gov
false
gov 用の Atlas のデフォルト プロファイルを作成しました
-h, --help
false
初期化用のヘルプ
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。
# To configure the tool to work with Atlas:
atlas config init
# To configure the tool to work with Atlas for Government:
atlas config init --gov

戻る

編集