jthegedus / asdf-gcloud

☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
https://asdf-vm.com
MIT License
55 stars 22 forks source link

feat: use asdf exec-env to set CLOUDSDK_PYTHON on each gcloud cmd use #14

Closed jthegedus closed 4 years ago

jthegedus commented 4 years ago

asdf exec-env is run before each use of the command (in this case gcloud). We can use this to set the CLOUDSDK_PYTHON env var which is required by gcloud.

Implementation:

Closes #13

jthegedus commented 4 years ago

working on a fix for this, will be out tomorrow.

vic commented 4 years ago

LGTM 👍