actions-hub / gcloud

GitHub Action for interacting with Google Cloud Platform (GCP)
https://github.com/marketplace/actions/google-cloud-platform-gcp-cli-gcloud
MIT License
229 stars 28 forks source link

Feat/add gsutil #4

Closed tibotiber closed 4 years ago

tibotiber commented 4 years ago

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 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 ;)

exelban commented 4 years ago

@tibotiber thanks for your contribution.