abstractFlo/atlas

Symlink in WSL2 breaks Atlas CLI

RobDeFlop opened this issue · 2 comments

Steps to reproduce:

  1. change your ATLAS_BUILD_OUTPUT to a location inside a WSL2
  2. build your files with
  3. symlink for example docker-compose.yml inside the WSL (with ln -s /path/to/folder/on/windows/docker-compose.yml)
  4. build again -> Atlas CLI just outputs the help text

Maybe someone can reproduce this as well.

Possible solutions:

  • Maybe add a configuration file where you can declare what files should be copied to the ATLAS_BUILD_OUTPUT path

Currently depends on Win 11. On Win 10 it works as expected

Currently this is no more needed. The symlink was an quick fix for PHPStorm, they was not able to resolve the files correctly from wsl. With the latest update, wsl inside phpstorm works as expected.