Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas config set

項目一覧

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

プロファイルの具体的なプロパティを構成します。

コマンド構文
atlas config set <propertyName> <value> [options]
名前
タイプ
必須
説明
propertiesName
string
true
プロファイルで設定するプロパティ。 Atlas CLI の有効な値は、project_id、org_id、service、public_api_key、private_api_key、出力、mongosh_path、skip_update_check、テレメトリ_enabled、access_token、refresh_token です。
価値
string
true
プロファイルに設定するプロパティの値。
名前
タイプ
必須
説明
-h, --help
false
セットのヘルプ
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。
Set the organization ID in the default profile to 5dd5aaef7a3e5a6c5bd12de4:
atlas config set org_id 5dd5aaef7a3e5a6c5bd12de4

戻る

rename