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

View File

@@ -0,0 +1,20 @@
# pulumi preview
> 스택의 리소스 업데이트 미리 보기.
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_preview/>.
- 스택의 리소스 업데이트 미리 보기:
`pulumi preview`
- 스택의 리소스 업데이트를 JSON 형식으로 미리 보기:
`pulumi preview --json`
- 전체 변경 사항을 보여주는 풍부한 차이로 업데이트 미리 보기:
`pulumi preview --diff`
- 도움말 표시:
`pulumi preview --help`