$ export API_TOKEN=123456789abcdefg
$ build.sh rebuild
Put this in .bashrc
or .zshrc
to run almost natively
aws-adfs(){
docker run -it --rm \
-v "${HOME}/.aws:/root/.aws" \
--log-driver none \
--name aws-adfs \
aws-adfs "$@"
}
$ aws-adfs login --adfs-host=adfs.host.com --no-ssl-verification