aws-*: add Korean translation (#13696)

This commit is contained in:
HoJeong Im
2024-09-22 01:46:36 +09:00
committed by GitHub
parent 3f2a32ff40
commit 6b068a7b05
10 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# aws history
> AWS CLI 명령어 대한 명령어 입력 기록을 인쇄 (AWS CLI 명령어 입력 기록 권한이 활성화되어야 함).
> 더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/history/>.
- 명령어 ID로 명령 기록 나열:
`aws history list`
- 명령어 ID가 지정된 특정 명령과 관련된 이벤트 표시:
`aws history show {{명령어_아이디}}`