You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 flagThe text was updated successfully, but these errors were encountered: