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
* feat: add function labels support (#60)
* feat: add function labels support
* fix: apply changes based on code review
* Document label input in readme
Co-authored-by: Alexey Blinov <nilcolor@gmail.com>
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
@@ -67,6 +67,8 @@ steps:
67
67
68
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
69
70
+
- `labels`: (Optional) List of key-value pairs to set as function labels in the form label1=VALUE1,label2=VALUE2.
71
+
70
72
- `source_dir`: (Optional) Source directory for the function. Defaults to current directory.
71
73
72
74
- `project_id`: (Optional) ID of the Google Cloud project. If provided, this
0 commit comments