io
daemon io [@command-file] [parameters]
Attach to a daemon and forward the standard out and standard error to this process.
This command can be used to connect to a daemon and view the output of it. This is mainly for debugging purposes.
@command-file
File path prefixed with '@' to directly include arguments from the specified file. Each argument is on its separate line. They are directly inserted in place of the @command-file argument. The argument can appear anywhere on the command line. Escaping is not supported for arguments in the command file. The file path may be absolute or relative.
E.g: @path/to/arguments.txt
-address
The address of the daemon to connect to. If the daemon is not running at the given address, or doesn't accept client connections then an exception will be thrown.