Module 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§

Command
Command target