diff --git a/Makefile b/Makefile index 6c4e9ada7..7f640c2f8 100644 --- a/Makefile +++ b/Makefile @@ -222,3 +222,8 @@ release-image-tag: ## Prints the image tag of the release image help: ## Prints the help documentation and info about each command @grep -E '^[/a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' + + + + +