agrc / forklift

:tractor::package::sparkles: Slinging data all over the place :tractor::package::sparkles:
MIT License
28 stars 3 forks source link

Add optional pallet arg to gift-wrap command #307

Closed stdavis closed 5 years ago

stdavis commented 5 years ago

When a pallet throws errors during lift, none of its crates are shipped even if they successfully updated their data. This is intended behavior. The issue is that after the pallet is fixed, there is a potential of missing the shipping of crates that were previously successfully updated. We should add an optional argument to the gift-wrap command that will gift wrap all of the data associated with a specific pallet. This command could be run after fixing a pallet to ensure that no data updates will be missed.