miniogre update
to update pre-existing reproducibility artifacts
#34
Labels
enhancement
New feature or request
Why
It is useful to update the artifacts during the work session, for example, when the developer installs something manually and wants to update the artifacts before committing them.
Features
It differs from
miniogre run --no-container
because it allows the user to generate each artifact separately. For example:miniogre update --artifact requirements.txt
: updates only the requirements.txtminiogre update --artifact README.md
: updates only the requirements.txtBut the regular
miniogre update
will update all the existing artifacts.The text was updated successfully, but these errors were encountered: