Skip to content

Add env:watch command

Choose a tag to compare

@garethmidwood garethmidwood released this 31 Aug 21:02
· 11 commits to master since this release
1b567c7

Previously, when running an environment (cdev env:start) you would be an 'active' viewer, ctrl+c would kill the environments.

Now you're an observer, when you ctrl+c out of a running environment the environment itself will continue to run.

In order to reconnect to a running environment to view the logs you can now run cdev env:watch for docker environments.