Skip to content
LanikSJ edited this page May 19, 2024 · 12 revisions

Docker

If you would like to try the aliases in a Docker container:

$ docker run -v ~/.aws/credentials:/root/.aws/credentials:ro -it ghcr.io/laniksj/awscli-aliases whoami

CLI

Test to make sure aliases work (AWS Credentials and Installation Required):

aws whoami

You can find further Examples in the Alias Directory.

Clone this wiki locally