Ability to git sync feature flags in a single project across multiple yaml files
U
Underground Giraffe
Hi team, this is ticket is part question/part feature request.
we have many feature flags stored in "Feature flags" project and we are planning to enable git sync for them.
however, we realized that 1 project can only be synced to a single yaml file, which results in a massive yaml file that can be difficult to maintain.
we are wondering if the git sync allow wild card matching to pull all yaml files within a folder (ideally separated by teams) to allow easier management.
thanks!
Log In
Canny AI
Merged in a post:
Allow feature flag git sync to sync across multiple yaml files in a directory
U
Underground Giraffe
Hi team,
currently feature flag git sync only supports syncing of all feature flags in 1 project into 1 yaml file.
the issue with this approach is with maintainability. instead of having 1 giant yaml file, allow us to split this across multiple smaller yaml files that can be easily maintained by multiple teams.