-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: oryx feature flag #2130
docs: oryx feature flag #2130
Conversation
docs/scos/dev/front-end-development/202212.0/oryx/oryx-versioning.md
Outdated
Show resolved
Hide resolved
docs/scos/dev/front-end-development/202212.0/oryx/oryx-versioning.md
Outdated
Show resolved
Hide resolved
…ing.md Co-authored-by: tobi-or-not-tobi <tobi-or-not-tobi@users.noreply.github.com>
docs/scos/dev/front-end-development/202212.0/oryx/oryx-versioning.md
Outdated
Show resolved
Hide resolved
ORYX_FEATURE_VERSION=1.1 | ||
``` | ||
|
||
You can also use the `featureVersion` utility in your code or third-party libraries to conditionally enable features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do I understand correctly that ORYX_FEATURE_VERSION is only for code, while featureVersion is boith for code and third-party libraries?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ORYX_FEATURE_VERSION
is an evironment flag that steers featureVersion
you can use in the code
Closes HRZ-86978