defenseunicorns / defenseunicorns/uds-cli
Refactor "dev deploy" and "deploy" flags
Open
tech-debt
- Dominant language
- Go
- Stars
- 54
- Forks
- 21
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 45
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.