Open jruts opened 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!
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 runbeta functions deploy xxx
because the concurrency flag only exists there.Is this achievable in the current version of this action?
Kind regards,
Jimmy