Force Response or "Silent Mode" for WLST Commands?
There are WLST operations for Oracle MFT 12.2.1.4 that require an interactive response.
For example, I have a script that will undeploy, deploy, enable and disable Artifacts. The operations are undeployArtifact, deployArtifact, enableArtiact and disableArtifact respectively.
These scripts cannot be run unattended because they will prompt like so…
This is particularly problematic when working with batches. (I realize bulkDeployArtifact is an option, but there is no bulk equivalent for undeploy, enable and disable.)
This seems like a recent change. Am I missing something? Is there a way to pre-define a response? It really seems to defeat the purpose of scripting something if it is going to force manual actions.