mongocli 구성 집합
프로필의 특정 속성을 구성합니다.
구문
명령 구문
mongocli config set <propertyName> <value> [options]
arguments
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
속성 이름 | 문자열 | true | 프로필에서 설정할 속성입니다. Atlas CLI 및 MongoDB CLI에 유효한 값은 프로젝트 ID, ID, service, public_api_key, private_api_key, output, mongosh_path, skip_update_check, telemetry_enabled, access_token 및 refresh_token입니다. 또한 MongoDB CLI에만 유효한 값에는 ops_manager_URL base_URL, ops_manager_ca_certificate 및 ops_manager_skip_verify가 포함됩니다. |
value | 문자열 | true | 프로필에서 설정할 속성 값입니다. |
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-h, --help | 거짓 | 도움말 설정 |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일에서 사용할 프로필의 이름입니다. MongoCLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-configuration-file을 참조하세요. |
예시
Set the Ops Manager base URL in the profile myProfile to http://localhost:30700/: mongocli config set ops_manager_url http://localhost:30700/ -P myProfile Set the organization ID in the default profile to 5dd5aaef7a3e5a6c5bd12de4: mongocli config set org_id 5dd5aaef7a3e5a6c5bd12de4