We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01efd31 commit 5959beaCopy full SHA for 5959bea
cmd/client/create/cmd.go
@@ -68,8 +68,9 @@ func exec(_ *cobra.Command, _ []string) {
68
Runtime: &restclient.FunctionRuntime{Config: map[string]interface{}{
69
fs_cmmon.RuntimeArchiveConfigKey: config.archive,
70
}},
71
- Inputs: config.inputs,
72
- Output: config.output,
+ Inputs: config.inputs,
+ Output: config.output,
73
+ Replicas: config.replica,
74
}
75
76
res, err := cli.DefaultAPI.ApiV1FunctionFunctionNamePost(context.Background(), config.name).Function(f).Execute()
0 commit comments