Open bedge opened 2 years ago
Any delete operation on a node which children should require a --force or prompt for confirmation.
Currently:
rm secrets/env/targetX
Deletes everything under secrets/env/targetX/* with no interaction.
secrets/env/targetX/*
That said, it is effective :)
Hi :wave:
Very valid point. Will add a --force flag for extra caution.
--force
Thanks a lot for opening this issue!
Any delete operation on a node which children should require a --force or prompt for confirmation.
Currently:
Deletes everything under
secrets/env/targetX/*
with no interaction.That said, it is effective :)