From d4806b6042aef6cf8fdf3ae29363ebb4820d4411 Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Sun, 9 Oct 2022 06:30:27 +0200 Subject: [PATCH] aws-history: add page (#8805) --- pages/common/aws-history.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/aws-history.md diff --git a/pages/common/aws-history.md b/pages/common/aws-history.md new file mode 100644 index 000000000..121899cce --- /dev/null +++ b/pages/common/aws-history.md @@ -0,0 +1,12 @@ +# aws history + +> Print the command-line history for AWS CLI commands (the record of history of AWS CLI commands must be enabled). +> More information: . + +- List commands history with command IDs: + +`aws history list` + +- Display events related to a specific command given a command ID: + +`aws history show {{command_id}}`