mvn clean install
mvn package
cd components/org.wso2.carbon.privacy.forgetme.tool
cd target/dist/bin
./forget-me -U <userName> [-D domainName] [-TID tenantId]
For more information please refer the help document
To debug the tool remotely do the following.
####Linux:
Execute following commands in the shell that the tool in running.
JAVA_OPTS="-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend=y"
export JAVA_OPTS
./forgetme.sh <arguments>
Use IDEs remote debugging feature to connect to port 5005.
####Windows