robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

`robotpy deploy` will erase manually installed packages #103

Open virtuald opened 7 months ago

virtuald commented 7 months ago

If the user specifies --no-deploy or they decline the sync, then they'll never run into this. But for users that want to use a manual workflow, this will be a problem since there isn't a manual deploy process that doesn't do a sync. Thinking about two alternatives:

... I'm sorta attracted to the second option because I'd rather not have configuration options. Maybe call it robotpy installer only-deploy or robotpy installer deploy-only? Sorta like with git having plumbing and porcelain commands.