What is Workspace? • A tool that we use and maintain at Inviqa • Primarily for building and managing Docker Compose environments • Built on Symfony • Create custom commands for your project environments • Alternative to a bash script or a Makefile • And more... @opdavies
Installation # Download from GitHub. wget https://github.com/my127/workspace/releases/download/0.1.3/ws # Make it executable. chmod +x ws # Make it accessible. mv ws /usr/local/bin @opdavies