From 5a863708a97baf2fe8cf59b2ec0a4009132f7dca Mon Sep 17 00:00:00 2001 From: Darshan Date: Sat, 30 Nov 2024 14:43:42 +0530 Subject: [PATCH] fix: push scopes on function creation. --- templates/cli/lib/commands/push.js.twig | 1 + 1 file changed, 1 insertion(+) 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 });