e.g., using command line parameters, something along the lines
roxie deploy --feature-flag=+ROX_FOO,-ROX_BAR
Which would enable the feature flag ROX_FOO and disable ROX_BAR.
Or, as a drop-in replacement for the deployment scripts, support also ROX_<FEATURE_FLAG_NAME>=true/false being set in the environment.
e.g., using command line parameters, something along the lines
Which would enable the feature flag
ROX_FOOand disableROX_BAR.Or, as a drop-in replacement for the deployment scripts, support also
ROX_<FEATURE_FLAG_NAME>=true/falsebeing set in the environment.