Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-history: add page #8805

Merged
merged 6 commits into from
Oct 9, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions pages/common/aws-history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# aws history

> Commands to interact with the history of AWS CLI commands ran over time (the record of history of AWS CLI commands must be enabled).
piraces marked this conversation as resolved.
Show resolved Hide resolved
> More information: <https://docs.aws.amazon.com/cli/latest/reference/history/>.

- Get a list of previously run commands and their command ids:
piraces marked this conversation as resolved.
Show resolved Hide resolved

`aws history list`

- Get the various events related to running a specific CLI command with its command id:
piraces marked this conversation as resolved.
Show resolved Hide resolved

`aws history show {{1affe293-ed81-451c-a044-ea99223a93bf}}`
piraces marked this conversation as resolved.
Show resolved Hide resolved