Skip to content

Commit 4367a8e

Browse files
authored
Merge branch 'master' into v1.6967.0
2 parents c16ed2e + 3c64f7c commit 4367a8e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

internal/namespaces/function/v1beta1/function_cli.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,11 @@ func functionFunctionCreate() *core.Command {
761761

762762
func functionFunctionUpdate() *core.Command {
763763
return &core.Command{
764-
Short: `Update an existing function`,
765-
Long: `Update the function associated with the specified ID.`,
764+
Short: `Update an existing function`,
765+
Long: `Update the function associated with the specified ID.
766+
767+
When updating a function, the function is automatically redeployed to apply the changes.
768+
This behavior can be changed by setting the ` + "`" + `redeploy` + "`" + ` field to ` + "`" + `false` + "`" + ` in the request.`,
766769
Namespace: "function",
767770
Resource: "function",
768771
Verb: "update",

0 commit comments

Comments
 (0)