diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 197c1b48f..713e53c37 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -56,6 +56,11 @@ function log () { echo -e "${GREEN}[INFO]" "$@" "${NC}" return ;; + warn) + shift + echo -e "${YELLOW}[WARN]" "$@" "${NC}" + return + ;; debug) shift echo -e "${YELLOW}[DEBUG]" "$@" "${NC}"