[TOOLS] Add remove-file and minor corrections to nuke everything

This commit is contained in:
Diogo Peralta Cordeiro 2021-12-26 04:18:34 +00:00
parent 3e13765f62
commit 19502050e0
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,10 @@ stop-tooling: .PHONY
remove-var:
rm -rf var/*
remove-file:
rm -rf file/*
flush-redis-cache:
docker exec -it $(call translate-container-name,$(strip $(DIR))_redis_1) sh -c 'redis-cli flushall'
force-nuke-everything: remove-var flush-redis-cache database-force-nuke
force-nuke-everything: down up flush-redis-cache database-force-nuke remove-var remove-file