Issue by timsuchanek
_Tuesday Sep 05, 2017 at 18:37 GMT_
_Originally opened as https://github.com/graphcool/cli/issues/153_
Makes multi env development easier.
This is especially needed for CI environments, where you don't have a "home" folder.
The CLI searches up from the current working directory and looks for the "next" .graphcool file.
This allows having a streamlined process.
When we understand the processes better, we later can put this information alternatively into environment variables, but they are rather limited.
@timsuchanek This is great, and will definitely open up possibilities for CI :tada:
Most helpful comment
This is especially needed for CI environments, where you don't have a "home" folder.
The CLI searches up from the current working directory and looks for the "next"
.graphcoolfile.This allows having a streamlined process.
When we understand the processes better, we later can put this information alternatively into environment variables, but they are rather limited.