We are planning to use the Run-Command line action to execute the .nolio.cmd/nolio.sh to execute the process and wanted to gather some more understanding on below mentioned questions.
The sample command we are planning to use is
/nolio.sh run-process -a 'Test Application' -e 'Environment for Two Servers Architecture' -f 'Process in SA 2' -s {<hostname>} -j "s4" -r '{<HOSTNAME>/Tomcat/time_value_delay,5,<HOSTNAME>/Tomcat/password_param,test_value}' -u <RA USER> -p <RA USER PWD>
- Can you confirm if the environment variable name in the run command line action is specific to only that process initiated?
- Can you confirm if a password variable is used in environment variable values , it will not display in any of the logs in RA?