mr.developer
mr.developer copied to clipboard
Option to checkout a deactivated project
If I'm wanting to inspect a project to see how it works rather than actually change anything I often end up doing
bin/develop checkout my.project bin/develop deactivate my.project
It would nice if I could simply do
bin/develop checkout -d my.project