diff --git a/templates/cli/lib/commands/push.js.twig b/templates/cli/lib/commands/push.js.twig index e1fd35b42..88122d15b 100644 --- a/templates/cli/lib/commands/push.js.twig +++ b/templates/cli/lib/commands/push.js.twig @@ -1134,6 +1134,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur logging: func.logging, entrypoint: func.entrypoint, commands: func.commands, + scopes: func.scopes, vars: JSON.stringify(func.vars), parseOutput: false });