Describe the problem you'd like to have solved
Currently, the CLI supports reading the .fga.yaml config file by default from:
- The home dir
- Or, under
fga/.fga.yaml in the user config dir
As a developer, I would like to have the .fga.yaml file on the root folder of my repo, so that I can easily find it and edit it without leaving the IDE and without the need to supply the --config param everytime I user the CLI.
Describe the ideal solution
If the CLI can also, on top of the directories mentioned above, read the .fga.yaml file from the working directory, that would be a nice improvement to the DevEx.