mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Seth Falco <seth@falco.fun> Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
568 B
568 B
asdf
여러 패키지 버전을 관리하기 위한 CLI(Command-line Interface) 입니다. 더 많은 정보: https://asdf-vm.com.
- 사용 가능한 모든 플러그인을 나열:
asdf plugin-list-all
- 플러그인 설치:
asdf plugin-add {{이름}}
- 모든 사용 가능한 패키지 버전 나열:
asdf list-all {{이름}}
- 특정 패키지 버전 설치:
asdf install {{이름}} {{버전}}
- 글로벌 버전 패키지 설치:
asdf global {{버전}} {{버전}}
- 로컬 버전 패키지 설치:
asdf local {{이름}} {{버전}}