defenseunicorns / uds-cli

GNU Affero General Public License v3.0
26 stars 11 forks source link

Refactor "dev deploy" and "deploy" flags #900

Open UncleGedd opened 2 months ago

UncleGedd commented 2 months ago

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