fablo
fablo copied to clipboard
confirmation prompt for down, prune and recreate commands
fixes: #324
I have added the confirmation prompt for critical commands like down, prune recreate also added the --silent
flag which will bypass this prompt.
I think I pushed the wrong branch, but I have corrected it.
@dzikowski do checkout these commands
It looks legit. Could you also fix tests? It includes e2e-network tests and snapshots probably.
yeah I have ran this command npm run test:e2e-update
to update snapshots but nothing changed.
It fails on e2e-network/docker/test-01-simple.sh
script. You can execute it locally and check. I guess this is missing --silent
flag in the sh test file.