Add env:watch command
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.