1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 19:15:26 +02:00
tldr/pages.ko/common/asdf.md
Kemel Zaidan 35951e7a3e
asdf: update page (#15750)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Alexandre ZANNI <16578570+noraj@users.noreply.github.com>
2025-03-26 06:32:12 +05:30

28 lines
587 B
Markdown

# asdf
> 여러 패키지 버전을 관리하기 위한 CLI(Command-line Interface) 입니다.
> 더 많은 정보: <https://asdf-vm.com/manage/commands.html>.
- 사용 가능한 모든 플러그인을 나열:
`asdf plugin list all`
- 플러그인 설치:
`asdf plugin add {{이름}}`
- 모든 사용 가능한 패키지 버전 나열:
`asdf list all {{이름}}`
- 특정 패키지 버전 설치:
`asdf install {{이름}} {{버전}}`
- 글로벌 버전 패키지 설치:
`asdf set -u {{버전}} {{버전}}`
- 로컬 버전 패키지 설치:
`asdf set {{이름}} {{버전}}`