add alias for using curl with private GCP resources

main
Andrew Coleman 2021-08-16 12:46:48 -04:00
parent a3e9f54455
commit 1514ef34d4
1 changed files with 1 additions and 0 deletions

View File

@ -34,3 +34,4 @@ ex ()
}
alias m4b-tool='docker run -it --rm -u $(id -u):$(id -g) -v "$(pwd)":/mnt m4b-tool'
alias gcurl='curl --header "Authorization: Bearer $(gcloud auth print-identity-token)"'