Closed flaviostutz closed 2 years ago
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
Bump, this would be much cleaner then making a bunch of deployments and then switching between them
This would be an incredibly cool feature to have - we would like to have a version selector in our app that would allow our internal users to test their git branches, by selecting that version, after it has been code pushed by our CI.
This would make debugging and testing much easier for us.
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
We use a feature flag mechanism for enabling features in our App. Sometimes we would like to target just a few users to a specific bundle version for a more controlled rollout by using the same feature flag mechanism also.
For this to be possible, we would like to send something like this in code push options:
Would this be possible?