Options to run upgrade one by one and run a command after to check if everything is ok #78
Open
3 tasks done
Labels
enhancement
New feature or request
Clear and concise description of the problem
First of all thx you for the amazing tools =)
I would like to have an option to upgrade dependencies one by one and run a command after it (like npx taze --oneByOne --command npm run test).
We could also provide a command for committing just after upgrade with a custom message (like npx taze --oneByOne --commit 'chore: upgrade %n %cv to %v' where %n is the package name %cv is the current version and %v is the updated version)
I think the option --command can be globaly available (chainable with other options) since you might want to run a command juste after and upgrade and roll back if this command fail.
Option --commit should only be available with the --oneByOne option.
(feel free to change options name and send me feedback on it)
Suggested solution
If you like the idea I can try to implement it =)
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: