common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

36
pages.ko/common/phive.md Normal file
View File

@@ -0,0 +1,36 @@
# phive
> 안전한 PHP 애플리케이션 배포를 위한 Phar 설치 및 검증 환경.
> 더 많은 정보: <https://phar.io>.
- 사용 가능한 별칭이 있는 Phar 목록 표시:
`phive list`
- 지정한 Phar를 로컬 디렉터리에 설치:
`phive install {{별칭|url}}`
- 지정한 Phar를 전역적으로 설치:
`phive install {{별칭|url}} --global`
- 지정한 Phar를 대상 디렉터리에 설치:
`phive install {{별칭|url}} --target {{경로/대상/폴더}}`
- 모든 Phar 파일을 최신 버전으로 업데이트:
`phive update`
- 지정한 Phar 파일 제거:
`phive remove {{별칭|url}}`
- 사용하지 않는 Phar 파일 제거:
`phive purge`
- 사용 가능한 모든 명령 나열:
`phive help`