aws history

Commands to interact with the history of AWS CLI commands ran over time. To record the history of AWS CLI commands set ``cli_history`` to ``enabled`` in the ``~/.aws/config`` file. This can be done by running: ``$ aws configure set cli_history enabled``

Subcommands

NameDescription
showShows the various events related to running a specific CLI command. If this command is ran without any positional arguments, it will display the events for the last CLI command ran
listShows a list of previously run commands and their command_ids. Each row shows only a bare minimum of details including the command_id, date, arguments and return code. You can use the ``history show`` with the command_id to see more details about a particular entry