From d5f201a8a49dcb1196188236a153963ba7b175e4 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 20 Jan 2025 13:31:28 +0900 Subject: [PATCH] Add missing specification in CLI --- 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 fb454cb02..7192248fa 100644 --- a/templates/cli/lib/commands/push.js.twig +++ b/templates/cli/lib/commands/push.js.twig @@ -1095,6 +1095,7 @@ const pushFunction = async ({ functionId, async, code, withVariables } = { retur response = await functionsUpdate({ functionId: func['$id'], name: func.name, + specification: func.specification, execute: func.execute, events: func.events, schedule: func.schedule,