Files
tldr/pages.zh/common/aws-history.md

12 lines
358 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# aws 历史记录
> 打印 AWS CLI 命令的命令行历史记录(必须启用 AWS CLI 命令的历史记录)。
> 更多信息:<https://docs.aws.amazon.com/cli/latest/reference/history/>。
- 列出带有命令 ID 的命令历史:
`aws history list`
- 显示与特定命令相关的事件,给定命令 ID
`aws history show {{command_id}}`