-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
3.0.0.Alpha1
-
None
The inProcess CLI execution should be removed (brings some complexity). It doesn't bring added value compared to forking a CLI process.
Forking a CLI process should be the only way to execute CLI socmmands and scripts.
So we should:
- Remove the inprocess execution
- Fork in all cases.
- Keep and deprecate the fork parameter, display a warning if fork == false;
- is blocked by
-
WFMP-138 Integrate galleon provisioning
- Resolved