What are experimental features?

Certain features are considered experimental and susceptible to change in future API versions.

This means users will need to enable the experimental mode in order to use one of these features.

If using pack, run pack config experimental true, or add experimental = true to your ~/.pack/config.toml file to enable experimental features.

If using the lifecycle directly, set the CNB_EXPERIMENTAL_MODE environment variable.

The following features are experimental for pack:

The following features are experimental for lifecycle:

For more information and to look at an example of how this might be valuable, see Export to OCI layout format on disk.