vpctl
View vpctlvpctl 0.5.0
3 documented changes.
- Version
- 0.5.0
- Released
- Feb 23, 2026
- Product
- vpctl
vpctl changelog
Official notesvpctl 0.5.0
Added
- Feature
`infrastructure` manifest section with sizing profiles ( `small` , `medium` , `large` ) and per-component resource overrides for MongoDB, PostgreSQL, RabbitMQ, object storage, and Elasticsearch.
- Feature
`image sync --skip-existing` flag: checks if each image already exists on the target registry (via `docker manifest inspect` ) and skips it, to avoid redundant pull an push cycles.
- Feature
`image sync --cleanup` flag: removes local images ( `docker rmi` ) after each successful push, to free disk space on CI runners and local machines.