🧰 api: add tool "uv-upx" (kin to poetry-plugin-up)

This commit is contained in:
Jörn-Michael Miehe 2026-02-19 03:11:11 +01:00
parent d0a7daf7be
commit eb3985d6a9

View file

@ -46,10 +46,10 @@
}, },
// Use 'postCreateCommand' to run commands after the container is created. // Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "sudo /usr/local/py-utils/bin/poetry self add poetry-plugin-up", "postCreateCommand": "uv tool install uv-upx",
// Use 'postStartCommand' to run commands after the container is started. // Use 'postStartCommand' to run commands after the container is started.
"postStartCommand": "uv sync" "postStartCommand": "uv tool upgrade uv-upx && uv sync"
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],