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
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:
Add options to pyproject.toml to say "don't manage the packages on the rio"
Add a robotpy installer deploy which only deploys the code, and doesn't do all of the fancy things that the robotpy deploy command does
... 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.
The text was updated successfully, but these errors were encountered:
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:pyproject.toml
to say "don't manage the packages on the rio"robotpy installer deploy
which only deploys the code, and doesn't do all of the fancy things that therobotpy deploy
command does... I'm sorta attracted to the second option because I'd rather not have configuration options. Maybe call it
robotpy installer only-deploy
orrobotpy installer deploy-only
? Sorta like with git having plumbing and porcelain commands.The text was updated successfully, but these errors were encountered: