Creates a new CLI client. This client will connect via Websockets to your
custom client server instance. Once it picks up any change in the custom server's
working directory, we will repack the server, upload it to the custom
server instance and restart it. Every console.log output of your custom
server instance will be sent back to the cli_client and printed on the console.
Creates a new CLI client. This client will connect via Websockets to your custom client server instance. Once it picks up any change in the custom server's working directory, we will repack the server, upload it to the custom server instance and restart it. Every console.log output of your custom server instance will be sent back to the cli_client and printed on the console.
For configuration options see CliClientArgs