flagsmith
flagsmith copied to clipboard
Build upon the feature import export tool to automate Flagsmith on Flagsmith
As discussed in the original Flagsmith on Flagsmith ticket what we need is a easy way to generate exports of our Flagsmith feature flags for Flagsmith.
- [x] Find out the best way to isolate this process. Is it pinned on SaaS to the environment id?
- [x] Have a stable process to generate Flagsmith feature flags. Does it run as a daily job? How do we filter the feature exports?
- [x] Where does these exports live? Should there be a non-authenticated frontend path?
We will need to tag the features involved for this.
Task runner pulls in tag id and environment id from settings either upload to S3 or make a new endpoint.
This still needs an update to the environment variables in the core repository with the correct environment and tag ids.
As discussed Matt, I've assigned this to you now. From what I can tell we're close to getting this working from a technical perspective. We already have the task to generate the feature exports for others to use in setting this up I think we just need to work this in our docs, no?