moderntribe / square1-global-docker

SquareOne Global Docker is a command line application that provides a local development environment for projects based on the SquareOne Framework.
GNU General Public License v2.0
7 stars 1 forks source link

Feedback on commands when container not running #89

Closed crstauf closed 2 years ago

crstauf commented 3 years ago

Describe the bug Ran into a situation where I was running so composer require ... and was receiving back only "Done.". Turned out that the container wasn't running, so nothing was being done. A message to request the user to start up the container, or prompt to start the container would be less confusing to someone with minimal package manager experience.

To Reproduce

  1. so composer require ... without starting the container

Expected behavior Expected a message about the container needing to be running.

Actual behavior Received back "Done".

System Configuration: