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
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Hi,
We are use to manage our product features with your bundle. Normally we can check if a feature is available on php, twig and Javascript time.
Our main problem is that we want to know the list of the features in twig time. We can create an extension but your bundle encapsulate very well the features array.
Thanks
The text was updated successfully, but these errors were encountered:
I believe we have a similar requirement - we don't have the profiler active in all of our environments, but we do have a requirement to see what features flags exist in an environment, and what values they're set to. (our env vars are controlled via k8s, but due to the complexity of the setup we've concluded that what we need is a way to interrogate our app to find out what IT thinks it has)
So, is there a way to access the contents of flagception.features defined in config/packages/flagception.yaml without having to call each feature flag by name?
So, is there a way to access the contents of flagception.features defined in config/packages/flagception.yaml without having to call each feature flag by name?
FWIW, what we ended up doing in the meantime was opening the flagception.yaml file with Yaml::parseFile and iterated over the features array.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
We are use to manage our product features with your bundle. Normally we can check if a feature is available on php, twig and Javascript time.
Our main problem is that we want to know the list of the features in twig time. We can create an extension but your bundle encapsulate very well the features array.
Thanks
The text was updated successfully, but these errors were encountered: