Skip to content

Add a friendlier way to update a project configuration #3

@GregMefford

Description

@GregMefford

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 git@github.com: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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions