atlas plugin update
Update Atlas CLI plugin.
Atlas CLI 플러그인을 업데이트합니다. <github-owner><github-repository-name>" / " 형식 또는 플러그인 이름을 사용하여 업데이트 할 플러그인을 지정할 수 있습니다. 또한 '--all' 플래그를 사용하여 모든 플러그인을 업데이트 할 수 있습니다.
구문
명령 구문
atlas plugin update [plugin] [options]
arguments
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
plugin | 문자열 | 거짓 | Plugin identifier. |
옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
--all | 거짓 | 모든 플러그인 업데이트 | |
-h, --help | 거짓 | 업데이트 도움말 |
상속된 옵션
이름 | 유형 | 필수 사항 | 설명 |
---|---|---|---|
-P, --profile | 문자열 | 거짓 | 구성 파일에서 사용할 프로필의 이름입니다. Atlas CLI의 프로필에 대해 자세히 알아보려면 https://dochub.mongodb.org/core/atlas-cli-save-connection-settings를 참조하세요. |
예시
# Update a plugin: atlas plugin update mongodb/atlas-cli-plugin-example atlas plugin update atlas-cli-plugin-example
# Update all plugins atlas plugin update --all