mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: mark ps:default command as deprecated
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user