Move
Move Certified

Move or rename local files

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
Defaultfalse