capitan
capitan copied to clipboard
Scale command doesn't clean up properly
❯capitan scale app 3
Already running capitan_app_blue_1
Already running capitan_app_blue_2
Already running capitan_app_blue_3
❯capitan scale app 2
Already running capitan_app_blue_1
Already running capitan_app_blue_2
It should remove the extra container in the above case. Probably caused by new method for checking the state.