Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas plugin install

Atlas CLI 리포지토리 Github 에서 플러그인을 설치합니다.

공개 미리 보기: MongoDB Atlas 관리자 API 에서 자동으로 생성된 Atlas API 하위 명령은 관리자 API 에 대한 전체 범위를 제공하며 현재 공개 미리 보기로 제공됩니다( 피드백 https:// 피드백.mongodb.com/에서 제공하세요. 포럼/930808-Atlas-cli). 관리자 API 기능에는 자체 출시하다 수명 주기가 있으며, 이는 제공된 API 엔드포인트 문서 링크를 통해 확인할 수 있습니다.

Atlas CLI 리포지토리 Github 에서 플러그인을 설치합니다. <github-owner><github-repository-name>"URL / " 형식 또는 전체 을 사용하여 리포지토리 를 지정할 수 있습니다.Github 플러그인을 설치하면 기본값 으로 Github 의 최신 릴리스 가 사용됩니다. 플러그인의 특정 버전을 설치하려면 @ 기호를 사용하여 플러그인 이름에 직접 버전 번호를 추가합니다.

MongoDB provides an example plugin: https://github.com/mongodb/atlas-cli-plugin-example

명령 구문
atlas plugin install [<github-owner>/<github-repository-name>] [options]
이름
유형
필수 사항
설명

<github-owner>/<github-repository-name>

문자열

거짓

리포지토리 식별자입니다.

이름
유형
필수 사항
설명

-h, --help

거짓

설치 도움말

--skipSignatureVerification

거짓

서명 확인을 건너뜁니다.

이름
유형
필수 사항
설명

-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

돌아가기

plugin

이 페이지의 내용