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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ A minimalist Feature Flag engine for CFML apps
12
12
13
13
> #### ⚠️ UNPROVEN! DANGER! ⚠️
14
14
>
15
-
> While semaphore is currently considered **feature-complete** I have not yet put it into production in any of my applications. I will remove this warning once I've had success with this tool in production.
15
+
> I've only _just_put this into production in my company's product. So far so good, but it's a sample size of 1 and a test duration measured in days. (29 Jul 2021)
16
16
>
17
17
> For what it's worth, we've got good tests and they pass. Use at your own risk. 🤷♂️
18
18
@@ -142,7 +142,7 @@ This is likely to change, but for now here's what they look like:
142
142
-`filter` "Filter": You specify an attribute from the userAttributes object, and a comparison value and operator, and anyone who passes the comparison is in the active segment (flag is ON for them)
143
143
-`nobody`: Flag is OFF for all users
144
144
-`everybody`: Flag is ON for all users
145
-
- More TBD? If you have ideas, [hit me up!](/atuttle/semaphore/issues)
145
+
- More TBD? If you have ideas, [hit me up!](https://github.com/atuttle/semaphore/issues)
146
146
147
147
#### AND vs. OR
148
148
@@ -156,7 +156,7 @@ You could do that, sure. But the value proposition of feature flags is that they
156
156
157
157
(How you do that is left as an exercise for you. Once I've implemented it in my app I'll probably blog about how I did it and link to that blog post from here.)
158
158
159
-
ALSO, feature flags allow you to dynamically segment the user population. As we'll see below, I've already got support for %-based rollouts, as well as specific user-attribute and environment-attribute filtering.
159
+
ALSO, feature flags allow you to dynamically segment the user population. As seen above, I've already got support for %-based rollouts, as well as specific user-attribute and environment-attribute filtering.
0 commit comments