Skip to content

Commit

Permalink
improvement(core): print project name with init log (#6756)
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored Jan 10, 2025
1 parent 943d684 commit 67123d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67123d1

Please sign in to comment.