Provide an option to change "CNB_PLATFORM_EXPERIMENTAL_FEATURES" setting #947
Labels
status/blocked
Issue or PR that is blocked. See comments.
type/enhancement
Issue that requests a new feature or improvement.
Description
As per buildpacks/rfcs#115, we'll likely want to provide a mechanism to change the ability to tweak the
CNB_PLATFORM_EXPERIMENTAL_FEATURES
setting.Proposed solution
A few options:
--experimental={warn|silent|error}
)config.toml
to globally set valueexperimental=true
inconfig.toml
to equal "silent" otherwise "error"Additional context
We should make sure it's clear, if we separate them, that there is a distinction between pack and lifecycle experimental features.
The text was updated successfully, but these errors were encountered: