platformsh-docs
platformsh-docs copied to clipboard
CLI: build resources - replace curl command in docs
Where on docs.platform.sh should be changed?
CLI: build resources - replace curl command in docs
What exactly should be updated?
CLI: build resources - replace curl command in docs
Additional context
No response
This page needs updating: https://docs.upsun.com/manage-resources/build-resources.html
Which currently reads:
You can adjust build resources through the Upsun API to mitigate potential overuse, or influence the duration of your builds. To do so, run a command similar to the following:
upsun project:curl settings -X PATCH -d '{"build_resources": {"cpu": 4.0, "memory": 2048}}'
We can reference (and link to) the new resources:build:set command instead:
upsun resources:build:set --cpu=4.0 --memory=2048
or using the alias
upsun build-resources:set --cpu=4.0 --memory=2048
https://docs.upsun.com/administration/cli/reference.html#resourcesbuildset