From fedc2d847f4862f3a4f81302f0183e8fa99f8fa7 Mon Sep 17 00:00:00 2001 From: Sagarika Dasgupta Date: Mon, 3 Nov 2025 08:19:58 -0600 Subject: [PATCH 1/2] changing env variable to be on the build CLI command since we dont invoke CLI run command anymore --- src/methods/build-function.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/methods/build-function.ts b/src/methods/build-function.ts index bd3417a..6079c35 100644 --- a/src/methods/build-function.ts +++ b/src/methods/build-function.ts @@ -47,7 +47,11 @@ export async function buildFunction(functionPath?: string): Promise Date: Mon, 3 Nov 2025 09:09:30 -0600 Subject: [PATCH 2/2] adding telemetry to info command as well --- src/methods/get-function-info.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/methods/get-function-info.ts b/src/methods/get-function-info.ts index 2d15be7..a84ac74 100644 --- a/src/methods/get-function-info.ts +++ b/src/methods/get-function-info.ts @@ -33,7 +33,11 @@ export async function getFunctionInfo(functionDir: string): Promise