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}