deploy-cloudrun
deploy-cloudrun copied to clipboard
feat: added env_vars_file input to set env variables
Added env_vars_file option to set environment variables.
Related to #234
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
So two things on this...
-
gcloudexposes an--env-vars-fileflag that could cause confusion to users -
This deviates from how
gcloudimplements the--env-vars-fileflag (details here).
I would much rather see the flags input used to set the --env-vars-file that is natively exposed by gcloud.