atlas config set
プロファイルの具体的なプロパティを構成します。
構文
コマンド構文
atlas config set <propertyName> <value> [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
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