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
Some testing appears to suggest that the merging of a client config in the local directory (for something like a git repo) is not currently working.
Verify this and fix it if required.
In all actuality we should walk up the filesystem looking for the first config that we find, to merge with the primary config file (or use if no primary is found)
The text was updated successfully, but these errors were encountered:
Basically, If I have a cludo.yaml in the current directory, it should be merged with my normal cludo.yaml so that a local directory can primarily override the target.
Also just noticed #103 which is related. Going to take a step back and see if I can document the expected behaviour with regards to all things config related.
Some testing appears to suggest that the merging of a client config in the local directory (for something like a git repo) is not currently working.
Verify this and fix it if required.
In all actuality we should walk up the filesystem looking for the first config that we find, to merge with the primary config file (or use if no primary is found)
The text was updated successfully, but these errors were encountered: