breser/git2consul

Blacklist or whitelist for files within a repo?

russroy opened this issue · 1 comments

Would it be possible to have git2consul consult a user-supplied blacklist or whitelist of repo files to be explicitly excluded or included for import into KV? Or perhaps a named subtree within the repo (ie. recursively include all files rooted here)?

As it is, it's kind of a pain to maintain a separate repo for an app's config mgmt data apart from other project related files.

My bad. A closer look at README shows "source_root" option which does exactly as I was requesting.