Back to Buildpacks

Experimental Features

content/docs/for-app-developers/concepts/experimental-features.md

latest1.6 KB
Original Source

+++ title="What are experimental features?" weight=8 +++

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

<!--more-->

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.