-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Conversation
This changes `--dev` to imply `--tmp` when no explicit `--base-path` is provided.
this is a breaking change to developers. |
@xlc I will scan the devhub for any issues this may cause - anything else that should be done you think to ensure this is accounted for? I could imagine that some automated testing/CI might rely on the dev DB to remain between runs. I am not aware of any like this offhand though. |
I am good as long as this is included in the release notes and we have docs about how to persistent data if people want to. I personally rely on this behavior because otherwise there could be lot of setup required to test some functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also add a note to --dev
about the new behavior
bot merge |
Waiting for commit status. |
This changes
--dev
to imply--tmp
when no explicit--base-path
is provided.