We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044a172 commit d4539eeCopy full SHA for d4539ee
readme.md
@@ -87,6 +87,12 @@ Swap `{feature}` with the name of the feature you'd like to rollout to 100% of y
87
88

89
90
+### Percentage
91
+
92
+`php artisan rollout:percentage {feature} {percentage}`
93
94
+Swap `{feature}` with the name of the feature you'd like to rollout, and `{percentage}` with the percentage of users to rollout the feature to.
95
96
### Remove User
97
98
`php artisan rollout:remove-user {feature} {user}`
0 commit comments