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: client/main.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ var (
34
34
target=flag.String("builder-target", "", "function target to use in building. Required if -buildpacks=true")
35
35
runtime=flag.String("builder-runtime", "", "runtime to use in building. Required if -buildpacks=true")
36
36
tag=flag.String("builder-tag", "latest", "builder image tag to use in building")
37
+
runtimeVersion=flag.String("builder-runtime-version", "", "runtime version used when building.")
37
38
startDelay=flag.Uint("start-delay", 1, "Seconds to wait before sending HTTP request to command process")
38
39
validateConcurrencyFlag=flag.Bool("validate-concurrency", false, "whether to validate concurrent requests can be handled, requires a function that sleeps for 1 second ")
39
40
envs=flag.String("envs", "", "a comma separated string of additional runtime environment variables")
0 commit comments