Move
Move or rename local files
Move
Move or rename local files
yaml
type: io.kestra.plugin.fs.local.MoveExamples
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