Hi,
Found this repo via thom8/faas-composer#4 and it is great for our CI!
My main goal was to improve the update performance by disabling the actual files download, and as for today it was improved by ~90% (~11 minutes to ~1 minute!!) by using composer install and composer update:lock, but I'm wondering if there's a way to run composer update:lock without first running composer install and somehow still make it recognize the new command.
Thanks.