$ export API_TOKEN=123456789abcdefg
$ build.sh rebuild
Put this in .bashrc
or .zshrc
to run almost natively
aws(){
docker run -it --rm \
-v "${HOME}/.aws:/root/.aws" \
--log-driver none \
--name aws \
aws-cli "$@"
}
This will use the ~/.aws/config
file for credentials. So either place them in your home dir
or configure via aws
$ aws configure