Describe what should be investigated or refactored
Both dev deploy and deploy share many of the same flags (ie. prune for example). Let's see if we can DRY up the flags for these 2 commands. Motivation being that we don't test each flag on each command, so there's an opportunity for bugs to arise if we miss a flag
Describe what should be investigated or refactored
Both
dev deploy
anddeploy
share many of the same flags (ie.prune
for example). Let's see if we can DRY up the flags for these 2 commands. Motivation being that we don't test each flag on each command, so there's an opportunity for bugs to arise if we miss a flag