You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a setup with multiple instances, lets say five
I want to quickly do some tests (tt start, ..., tt stop) and then want to start fresh, so I need to tt clean
after pressing tt clean I realize that I need to either discard clean procedure or remove all at once
For "discard" scenario I can press ^C and this would work, but not very intuitive
For "remove all at once" scenario only choice I've got is to click (y) multiple times
It would be great to support 2 more choices:
a (all) - apply "y" to every instance, this one, and all next
q (quit) - stop clean procedure right now
As a side effect consider additional helper choices, which approves or discards cleaning for the whole app, let's say I have multiple 3 apps, all are multi-instance clusters
Similar UX has git add -p:
(1/1) Stage this hunk [y,n,q,a,d,e,?]?
The text was updated successfully, but these errors were encountered:
RunsFor
changed the title
tt clean should support a (all) and q (quit) confirmation choices
Support tt clean a (all) and q (quit) confirmation choices
Jun 11, 2024
RunsFor
changed the title
Support tt clean a (all) and q (quit) confirmation choices
Support a (all) and q (quit) confirmation choices for tt cleanJun 11, 2024
Here is the workflow:
tt clean
tt clean
I realize that I need to either discard clean procedure or remove all at onceFor "discard" scenario I can press
^C
and this would work, but not very intuitiveFor "remove all at once" scenario only choice I've got is to click (y) multiple times
It would be great to support 2 more choices:
As a side effect consider additional helper choices, which approves or discards cleaning for the whole app, let's say I have multiple 3 apps, all are multi-instance clusters
Similar UX has
git add -p
:The text was updated successfully, but these errors were encountered: