diff --git a/.aws/cli/alias b/.aws/cli/alias index 00f01f4d3930ae7a2c3dd463dbef444cc6538502..5013e374a403007b1b48fe70cefe829d2283f9f9 100644 --- a/.aws/cli/alias +++ b/.aws/cli/alias @@ -1,6 +1,6 @@ [toplevel] -account = sts get-caller-identity --query 'Account' --output text +account-id = sts get-caller-identity --query 'Account' --output text whoami = sts get-caller-identity region = configure get region ecr-login = !aws ecr get-login-password | podman login --username AWS --password-stdin "$(aws whoami --query "Account" --output text).dkr.ecr.$(aws region).amazonaws.com"