Reset Gen3 objects/services in namespace. This includes deleting all deployments and dropping all databases, before recreating databases and deployments. The script will prompt you to accept dropping each database.
gen3 reset
- Update manifest with new dictionary URL, and merge change to master branch
- Run
gen3 reset
- Create a program and project, either through Windmill or directly through the API
- Populate databasses, either by submitting data through Windmill or running the data-generator
from this Github repo using the
GenTestDataCmd.R
script. Refer to the documentation for this Github repo for more information