Closed gullitmiranda closed 2 years ago
Add support to use the env CLOUDSDK_CONFIG to find .default-cloud-sdk-components file to have the same behaviour as gcloud SDK.
CLOUDSDK_CONFIG
.default-cloud-sdk-components
gcloud
export CLOUDSDK_CONFIG="$HOME/.config/gcloud" echo 'kubectl' >> $CLOUDSDK_CONFIG/.default-cloud-sdk-components asdf plugin add gcloud asdf install gcloud latest
Thanks
Add support to use the env
CLOUDSDK_CONFIG
to find.default-cloud-sdk-components
file to have the same behaviour asgcloud
SDK.Types of changes
Usage examples
Checklist: