Liferay tool is a tool to manage local environment in some tasks, such as cleaning database, cleaning git cache, tomcat folders and docker db
Clone this repo in some folder of your choice, and then create an alias to ge.sh in your ~/.bashrc
alias cf="sh ~/home/me/dev/personalProject/liferay-tool/ge.sh"
#this command perform all the cleanings and erase the database on [docker_name_database] which is on a docker cotainer
cf -c docker_name_database
This tool will only work on liferay environment and liferay's workstations