Docs Menu
Docs Home
/ /
Atlas CLI
/ /

atlas plugin update

이 페이지의 내용

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

Update Atlas CLI plugin.

Atlas CLI 플러그인을 업데이트합니다. "<github-owner>/<github-repository-name>" 형식 또는 플러그인 이름을 사용하여 업데이트할 플러그인을 지정할 수 있습니다. 또한 '--all' 플래그를 사용하여 모든 플러그인을 업데이트할 수 있습니다.

명령 구문
atlas plugin update [plugin] [options]
이름
유형
필수 사항
설명
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

돌아가기

제거