Created
April 14, 2021 15:36
-
-
Save josepsmartinez/63907d728550cb44b8276521b10ac654 to your computer and use it in GitHub Desktop.
Alias for `gcloud $@ --tunnel-through-iap`. Remember do `chmod a+x` the script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PATH_TO_GCLOUD=/snap/bin/google-cloud-sdk.gcloud | |
${PATH_TO_GCLOUD} $@ --tunnel-through-iap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment