ReadFile
ReadFile reads the given file and attaches its content to a message payload.
Example:
{
"type": "ReadFile",
"options": {
"file": "/home/user/secrets.txt",
"readOnInit": false
}
}
Options:
file
absolute path to a file that read.
Type: string
Default: ""
readOnOinit
Read file content during initialization instead during execution
Type: bool
Default: false