kevin-hanselman / dud

A lightweight CLI tool for versioning data alongside source code and building data pipelines.
https://kevin-hanselman.github.io/dud/
BSD 3-Clause "New" or "Revised" License
183 stars 8 forks source link

Add CLI for adding new data to existing stage #203

Open thorstenwagner opened 5 months ago

thorstenwagner commented 5 months ago

I wanted to add more data to a stage, but found that there is no easy solution.

So I just opened the file in vim and added the new files which seems to work nicely.

However, I could be more convenient by a command. Especially if you want to add many files to existing stage file.

Best Thorsten

kevin-hanselman commented 4 months ago

So I just opened the file in vim and added the new files which seems to work nicely.

Hi, @thorstenwagner! This is the intended way to add files to a stage or otherwise modify it. Nonetheless, I'll keep this issue open for a future feature.