yaml
type: "io.kestra.plugin.fs.local.move"
Examples
yaml
id: "move"
type: "io.kestra.plugin.fs.local.move"
id: move_file
namespace: company.team
tasks:
- id: move
type: io.kestra.plugin.fs.local.Move
from: /input/data.csv
to: /archive/data.csv
overwrite: true
Properties
from *Requiredstring
to *Requiredstring
overwrite booleanstring
Default
false