Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas 구성 이름 변경

이 페이지의 내용

  • 구문
  • arguments
  • 옵션
  • 상속된 옵션
  • 예시

프로필 이름을 변경합니다.

명령 구문
atlas config rename <oldProfileName> <newProfileName> [options]
이름
유형
필수 사항
설명

oldProfileName

문자열

true

이름을 바꿀 프로필의 이름입니다.

newProfileName

문자열

true

프로필의 새 이름입니다.

이름
유형
필수 사항
설명

-h, --help

거짓

이름 바꾸기 도움말

이름
유형
필수 사항
설명

-P, --profile

문자열

거짓

구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요.

# Rename a profile called myProfile to testProfile:
atlas config rename myProfile testProfile

돌아가기

목록