Perhaps a stupid newbie question: How to re-open an existing roo project and add new fields or entities without erasing existing data, e.g.:
roo.sh
project --topLevelPackage de.test.model
jpa setup --provider HIBERNATE --database MYSQL
entity jpa --class de.test.model.Person
field string --fieldName name
quit
roo.sh
field string --fieldName surname