Module autopulse::service::targets::command

source ·
Expand description

Command - Command target

This target is used to run a command to process a file

§Example

targets:
  list:
    type: command
    raw: "echo $FILE_PATH >> list.log"

or

targets:
  list:
    type: command
    path: "/path/to/script.sh"

See Command for all options

Structs§