You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ steps:
65
65
`KEY1=VALUE1,KEY2=VALUE2`. All existing environment variables will be
66
66
removed, even if this parameter is not passed.
67
67
68
+
- `env_vars_file`: (Optional) Path to a local YAML file with definitions for all environment variables. An example env_vars_file can be found [here](tests/env-var-files/test.good.yaml). Only one of env_vars or env_vars_file can be specified.
69
+
68
70
- `source_dir`: (Optional) Source directory for the function. Defaults to current directory.
69
71
70
72
- `project_id`: (Optional) ID of the Google Cloud project. If provided, this
`env_vars_file yaml must contain only key/value pair of strings. Error parsing key ${key} of type ${typeofkey} with value ${val} of type ${typeofval}`,
0 commit comments