From 67123d158f810ef9eba65e7886269592f62ddc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Fri, 10 Jan 2025 12:54:40 +0100 Subject: [PATCH] improvement(core): print project name with init log (#6756) --- core/src/cli/cli.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/src/cli/cli.ts b/core/src/cli/cli.ts index 6560d4cd74..26d6403db7 100644 --- a/core/src/cli/cli.ts +++ b/core/src/cli/cli.ts @@ -290,7 +290,9 @@ ${renderCommands(commands)} isCommunityEdition: isGardenCommunityEdition(garden.cloudDomain), }) - gardenLog.info(`Running in environment ${styles.highlight(`${garden.environmentName}.${garden.namespace}`)}`) + gardenLog.info( + `Running in environment ${styles.highlight(`${garden.environmentName}.${garden.namespace}`)} in project ${styles.highlight(garden.projectName)}` + ) if (processRecord) { // Update the db record for the process