Skip to content

Commit

Permalink
adds exp. features list
Browse files Browse the repository at this point in the history
Signed-off-by: Hanan Younes <[email protected]>
  • Loading branch information
hyounes4560 committed Nov 12, 2024
1 parent 3f775e0 commit 4178e77
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions content/docs/for-app-developers/concepts/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ Certain features are considered `experimental` and susceptible to change in a fu

<!--more-->

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

Check warning on line 10 in content/docs/for-app-developers/concepts/experimental-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/docs/for-app-developers/concepts/experimental-features.md", "range": {"start": {"line": 10, "column": 18}}}, "severity": "WARNING"}

Check warning on line 10 in content/docs/for-app-developers/concepts/experimental-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.WordList] Use 'to' instead of 'in order to'. Raw Output: {"message": "[Google.WordList] Use 'to' instead of 'in order to'.", "location": {"path": "content/docs/for-app-developers/concepts/experimental-features.md", "range": {"start": {"line": 10, "column": 62}}}, "severity": "WARNING"}

To enable these features, run `pack config experimental true`, or add `experimental = true` to the `~/.pack/config.toml` file.

For example, exporting your application to disk in `OCI` layout format is an experimental feature available on `pack` since version `v0.30.0`
For example, exporting your application to disk in `OCI` layout format is an experimental feature available on `pack` since version `v0.30.0`.

Check warning on line 14 in content/docs/for-app-developers/concepts/experimental-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.WordList] Use 'app' instead of 'application'. Raw Output: {"message": "[Google.WordList] Use 'app' instead of 'application'.", "location": {"path": "content/docs/for-app-developers/concepts/experimental-features.md", "range": {"start": {"line": 14, "column": 29}}}, "severity": "WARNING"}

The following is a list of experimental features:

* Image extensions
* Windows extensions
* Windows containers
* Windows buildpackage
* Buildpack registry
* Flattening a buildpack package

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

Check warning on line 25 in content/docs/for-app-developers/concepts/experimental-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'OCI', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'OCI', if it's unfamiliar to the audience.", "location": {"path": "content/docs/for-app-developers/concepts/experimental-features.md", "range": {"start": {"line": 25, "column": 94}}}, "severity": "INFO"}

Expand Down

0 comments on commit 4178e77

Please sign in to comment.