Workspace 
Workspace is a tool to orchestrate and bring consistency to your project environments.
Documentation
Getting Started
Requirements
PHP-7.2+sodiumphp extension installed and activated in php.ini if it's not enabled by defaultdocker 17.04.0+docker-compose (compose file version 3.1+)
Installation
Download the ws file from the Latest Release make executable and move to a location in your PATH, eg.
chmod +x ws && sudo mv ws /usr/local/bin/ws
Confirm you can run the ws command, e.g.
ws --help
Creating a workspace
# TODO