atlas plugin install
Atlas CLI 리포지토리 Github 에서 플러그인을 설치합니다.
Atlas CLI 리포지토리 Github 에서 플러그인을 설치합니다. <github-owner><github-repository-name>"URL / " 형식 또는 전체 을 사용하여 리포지토리 를 지정할 수 있습니다.Github 플러그인을 설치하면 기본값 으로 Github 의 최신 릴리스 가 사용됩니다. 플러그인의 특정 버전을 설치하려면 @ 기호를 사용하여 플러그인 이름에 직접 버전 번호를 추가합니다.
MongoDB 는 다음과 같은 예시 플러그인을 제공합니다: https://github.com/mongodb/atlas-cli-plugin-example
구문
명령 구문
atlas plugin install [<github-owner>/<github-repository-name>] [options]
arguments
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
<github-owner>/<github-repository-name> | 문자열 | 거짓 | 리포지토리 식별자입니다. |
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-h, --help | 거짓 | 설치 도움말 |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요. |
예시
# Install the latest version of the plugin: atlas plugin install mongodb/atlas-cli-plugin-example atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example
# Install a specific version of the plugin: atlas plugin install mongodb/atlas-cli-plugin-example@1.0.4 atlas plugin install https://github.com/mongodb/atlas-cli-plugin-example/@v1.2.3