From f68caec7433d5cbe7d877600b32f7c09a50b40e9 Mon Sep 17 00:00:00 2001
From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com>
Date: Wed, 29 May 2024 13:02:22 -0400
Subject: [PATCH] feat: Adding cli as a function deployment type
---
.../functions/function-[function]/deploymentSource.svelte | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/routes/console/project-[project]/functions/function-[function]/deploymentSource.svelte b/src/routes/console/project-[project]/functions/function-[function]/deploymentSource.svelte
index d4a9bf35c..0c5b765de 100644
--- a/src/routes/console/project-[project]/functions/function-[function]/deploymentSource.svelte
+++ b/src/routes/console/project-[project]/functions/function-[function]/deploymentSource.svelte
@@ -33,4 +33,6 @@
{:else if deployment.type === 'manual'}
Manual
+{:else if deployment.type === 'cli'}
+ CLI
{/if}