buildpacks / docs

Web content for Cloud Native Buildpacks
https://buildpacks.io
Apache License 2.0
30 stars 162 forks source link

Flag --stacks has been deprecated #786

Open binarycleric opened 2 weeks ago

binarycleric commented 2 weeks ago

On Page: The building blocks of a Cloud Native Buildpack

❯ pack buildpack new examples/node-js \
    --api 0.10 \
    --path node-js-buildpack \
    --version 0.0.1 \
    --stacks io.buildpacks.samples.stacks.noble
Flag --stacks has been deprecated, prefer `--targets` instead: https://github.com/buildpacks/rfcs/blob/main/text/0096-remove-stacks-mixins.md
    create  buildpack.toml
    create  bin/build
    create  bin/detect
Successfully created examples/node-js

Shows Flag --stacks has been deprecated, prefer --targets instead: https://github.com/buildpacks/rfcs/blob/main/text/0096-remove-stacks-mixins.md. This should probably be updated.

AidanDelaney commented 4 days ago

Thank you. I'll update this