Securely Passing Parameters via the Command Line
In addition to passing arguments via the Command Line, you can also provide parameters via the standard input stream using the --ask-extra-args-as-json
parameter. This approach is preferred when you want to pass sensitive data, such as user credentials, to the pcoip-client
process. The --ask-extra-args-as-json
parameter accepts arguments as JSON strings, thereby ensuring that user data is prevented from being recorded in the shell history.
To launch the client, using the --ask-extra-args-as-json
parameter: