##// END OF EJS Templates
rccontrol: version bump
super-admin -
Show More
@@ -457,7 +457,7 b' rccontrol_stack_usage() {'
457
457
458 # :command.usage_examples
458 # :command.usage_examples
459 printf "Examples:\n"
459 printf "Examples:\n"
460 printf " - ./rccontrol stack router up # run router stack with output to\n console\n - ./rccontrol stack router up --detach # run router stack detached\n - ./rccontrol stack router down # stop whole router stack\n - ./rccontrol stack router ps # check status of router stack\n \n # run router stack with your overrides compose file\n - ./rccontrol stack router -f docker-overrides.yaml up -d\n \n # Upgrade whole metrics stack\n - ./rccontrol stack metrics up --force-recreate --build --detach\n"
460 printf " - ./rccontrol stack router up # run router stack with output to\n stdout\n - ./rccontrol stack router up --detach # run router stack detached\n - ./rccontrol stack router down # stop whole router stack\n - ./rccontrol stack router ps # check status of router stack\n \n # scale a single stack service[s] to more replicas (horizontally)\n - ./rccontrol stack rhodecode up --detach --no-recreate --scale rhodecode=2\n --scale vcsserver=2\n \n # run router stack with your overrides compose file\n - ./rccontrol stack router -f docker-overrides.yaml up -d\n \n # Upgrade whole metrics stack\n - ./rccontrol stack metrics up --force-recreate --build --detach\n"
461 echo
461 echo
462
462
463 fi
463 fi
@@ -3793,7 +3793,7 b' rccontrol__completions_parse_requirements() {'
3793
3793
3794 # :command.initialize
3794 # :command.initialize
3795 initialize() {
3795 initialize() {
3796 version="4.28.0.rel2022.12.12.3"
3796 version="4.28.0.rel2022.12.13.1"
3797 long_usage=''
3797 long_usage=''
3798 set -e
3798 set -e
3799
3799
General Comments 0
You need to be logged in to leave comments. Login now