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
230 stars 27 forks source link

beta component #34

Open jruts opened 1 year ago

jruts commented 1 year ago

Hi,

I am trying to use this action to deploy a coud function gen2.

I need to have access to the --concurency argument, which is only available in the gcloud beta component.

So instead of running functions deploy xxx I need to be able to run beta functions deploy xxx because the concurrency flag only exists there.

Is this achievable in the current version of this action?

Kind regards,

Jimmy

jruts commented 1 year ago

Nvmd, it seems you can just add beta in the arguments like I added before.

Could you add this in the documentation because I had to look at the code to find this functionality. I could have just tried it as well but still having it documented somewhere would be nice.

Thanks for the package!