Skip to content
Snippets Groups Projects
Commit 2128d7bf authored by nimrod's avatar nimrod
Browse files

Rename the account AWS CLI alias to account-id.

It overrides the account service.
parent c82f3dec
No related branches found
No related tags found
No related merge requests found
[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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment