devbox icon indicating copy to clipboard operation
devbox copied to clipboard

Add a friendlier way to update a project configuration

Open GregMefford opened this issue 6 years ago • 1 comments

Currently, if you are hosting a devbox project configuration template on GitHub, for example, you'd need to pull in new changes like this:

devbox stop -p my_project
rm -rf ~/.config/devbox/my_project
devbox new my_project --git [email protected]:my_project/devbox-config
devbox start -p my_project

It would be nice if the project remembered where it came from and could pull updates from GitHub, or at least had a simpler/more intuitive series of commands to run when you want to replace the project config with an updated one.

GregMefford avatar Jul 25 '18 20:07 GregMefford

Agreed! Thanks for creating this issue.

scrogson avatar Jul 25 '18 20:07 scrogson