PT855: project validation from command line
We would like to customize CPs extracted from 92 images to include a step validating the project after it's copied to the target. To do so, I need to insert a step and provide a command line.
PT855 PeopleBooks (Lifecycle Management Tools > Lifecycle Managment Guide > Using Command Line Parameters > Command Line Parameters) indicates the parameter -PJV is required for validate project, and this is my first attempt:
PSIDE -CT <db type> -CS <sever name> -CD <db name> -CO <User ID> -CP <User pswd> -PJV -QUIET LF c:\temp\prj_validate.log
Do I need to provide additional parameters not to delete invalid objects, or will I get prompted?