-domain_home parameter is mandatory for deployApps.sh even when using online mode. Per the documentation, > In WLST online mode, simply replace the -domain_home argument with the information on how to connect to the WebLogic Server Administration Server But when I try the command without -domain_home, the script throws error > ####<Feb 25, 2019 4:41:40 PM> <SEVERE> <deploy> <main> <WLSDPLY-20008> <deployApps argument processing failed: deployApps invoked with missing required argument: -domain_home> Command used: `weblogic-deploy/bin/deployApps.sh -oracle_home /home/wl005/Oracle/Middleware -domain_type WLS -archive_file my_app.zip -model_file app_dep.yml -admin_url t3://localhost:7001 -admin_user wlsadmin `