mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00
405 B
405 B
aws history
AWS CLI 명령어 대한 명령어 입력 기록을 인쇄 (AWS CLI 명령어 입력 기록 권한이 활성화되어야 함). 더 많은 정보: https://docs.aws.amazon.com/cli/latest/reference/history/.
- 명령어 ID로 명령 기록 나열:
aws history list
- 명령어 ID가 지정된 특정 명령과 관련된 이벤트 표시:
aws history show {{명령어_아이디}}