Skip to content

Commit

Permalink
fix: Update scripts/mk/printvars.mk grep
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Heimes <[email protected]>
  • Loading branch information
avisiedo and tiran committed Sep 21, 2023
1 parent 68e7521 commit e949eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mk/printvars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ printvars: ## Print variable name and values

.PHONY: printenvcfg
printenvcfg: ## Print the environment the resulting exported environment
@env | grep -e ^DATABASE_ -e ^KAFKA_ -e ^APP_ -e ^WEB_ -e ^LOGGING_ -e ^CONFIG_PATH= | sort
@env | grep -P -e '^(APP|CONFIG_PATH|DATABASE|KAFKA|LOGGING|WEB)(_.*)?=' | sort

0 comments on commit e949eef

Please sign in to comment.