Added aws-specific helpers

This commit is contained in:
Marcus Noble
2020-10-13 10:18:20 +01:00
parent 3e41fe0705
commit a66272c2db
2 changed files with 24 additions and 2 deletions

View File

@@ -14,5 +14,3 @@ lt() {
fi
ls -l --tree -L $DEPTH -I ".git|cache|log|logs|node_modules|vendor" $@
}
alias aws='docker run --rm -ti -v ~/.aws:/root/.aws -v $(pwd):/aws -e AWS_PROFILE -e AWS_DEFAULT_REGION -e AWS_REGION amazon/aws-cli'