Move ​Move

yaml
type: "io.kestra.plugin.fs.local.move"
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
Default false