You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.