diff --git a/packages/health-check/cli/disable b/packages/health-check/cli/disable index 0f267250..e6105112 100755 --- a/packages/health-check/cli/disable +++ b/packages/health-check/cli/disable @@ -1,3 +1,5 @@ #!/bin/ash +echo "DEPRECATED: 'cli/disable' command is deprecated, use 'cli disable' instead" + /usr/app/bin/cli disable $@ diff --git a/packages/health-check/cli/enable b/packages/health-check/cli/enable index 09483295..d362b267 100755 --- a/packages/health-check/cli/enable +++ b/packages/health-check/cli/enable @@ -1,3 +1,5 @@ #!/bin/ash +echo "DEPRECATED: 'cli/enable' command is deprecated, use 'cli enable' instead" + /usr/app/bin/cli enable $@ diff --git a/packages/health-check/cli/run b/packages/health-check/cli/run index 7e38e14d..d76e29d8 100755 --- a/packages/health-check/cli/run +++ b/packages/health-check/cli/run @@ -1,3 +1,5 @@ #!/bin/ash +echo "DEPRECATED: 'cli/run' command is deprecated, use 'cli run' instead" + /usr/app/bin/cli run $0