Merge pull request #4396 from nerg4l/documentation-patch-cloud-native-buildpacks-link

Invalid link to Herokuish Buildpack Deployment in Cloud Native Buildpacks
This commit is contained in:
Jose Diaz-Gonzalez
2021-02-11 07:15:49 -05:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
```
buildpacks:set-property [--global|<app>] <key> <value> # Set or clear a buildpacks property for an app
```
Cloud Native Buildpacks are an evolution over the Buildpacks technology provided by the Herokuish builder. See the [herokuish buildpacks documentation](/docs/deployment/methods/herokuish.md) for more information on how to clear buildpack build cache for an application.
Cloud Native Buildpacks are an evolution over the Buildpacks technology provided by the Herokuish builder. See the [herokuish buildpacks documentation](/docs/deployment/methods/herokuish-buildpacks.md) for more information on how to clear buildpack build cache for an application.
> Warning: This functionality uses the `pack` cli from the [Cloud Native Buildpacks](https://buildpacks.io) project to build apps. As the integration is experimental in Dokku, it is likely to change over time.