From 3234d464c1377ecbd39c50428db207f99178f52f 2022-12-15 13:10:23 From: RhodeCode Admin Date: 2022-12-15 13:10:23 Subject: [PATCH] rccontrol: added status sorting --- diff --git a/scripts/rccontrol/rccontrol b/scripts/rccontrol/rccontrol index 2a3ee26..5431474 100755 --- a/scripts/rccontrol/rccontrol +++ b/scripts/rccontrol/rccontrol @@ -2035,7 +2035,7 @@ rccontrol_stack_status_command() { fi if [[ $SIMPLE ]]; then - docker ps --filter=name=rc_cluster + docker ps --filter=name=rc_cluster --format "table {{.ID}}\t{{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}" | (read -r; printf "%s\n" "$REPLY"; sort -k 2 ) else ps_cmd=$(docker ps --filter=name=rc_cluster --format="{{.ID}}") @@ -3896,7 +3896,7 @@ rccontrol__completions_parse_requirements() { # :command.initialize initialize() { - version="4.28.0.rel2022.12.15.1" + version="4.28.0.rel2022.12.15.2" long_usage='' set -e