Running graylog-project run dev fails with the message:
couldn't run script ./bin/dev.sh: fork/exec ./bin/dev.sh: no such file or directory
This happens because the scripts that the cli tool is trying to run are missing. The cli can't call runner/bin/dev.sh because it isn't there. We need to add the runner/ folder to this project.
Running
graylog-project run dev
fails with the message:This happens because the scripts that the cli tool is trying to run are missing. The cli can't call runner/bin/dev.sh because it isn't there. We need to add the
runner/
folder to this project.