Thanks for making this action available to the community, it's really useful.
The Google Cloud SDK installs not only gcloud, but also other CLIs such as gsutil to manage storage buckets, bq for big query, etc. This PR adds the possibility to run gsutil commands instead of gcloud by specifying an optional env parameter called CLI. I've updated the README.
Would you be keen to add this? Let me know if there are any changes that you would like.
Cheers,
Thibaut
PS: better squash these nasty commits when you merge ;)
Hi,
Thanks for making this action available to the community, it's really useful.
The Google Cloud SDK installs not only
gcloud
, but also other CLIs such asgsutil
to manage storage buckets,bq
for big query, etc. This PR adds the possibility to rungsutil
commands instead ofgcloud
by specifying an optionalenv
parameter calledCLI
. I've updated the README.Would you be keen to add this? Let me know if there are any changes that you would like.
Cheers, Thibaut
PS: better squash these nasty commits when you merge ;)