feat: mark ps:default command as deprecated

This commit is contained in:
Jose Diaz-Gonzalez
2017-03-12 21:29:12 -06:00
parent 4930003008
commit e78a05d6fe

View File

@@ -5,6 +5,8 @@ source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
ps_main_cmd() {
declare desc="shows running processes in all running app containers"
local cmd="ps"
dokku_log_warn "Deprecated: Please use ps:report"
[[ -z $2 ]] && dokku_log_fail "Please specify an app to run the command on"
local APP="$2"; verify_app_name "$APP"