When you are running packdeploy and the specified job file has an empty manifest the tool seems to deploy every single file listed in the project path.
vlocity -job manifest/vlocity.yaml -sfdx.username myusername@something.com
projectPath: ./vlocity
autoRetryErrors: true
ignoreLWCActivationOS: true
ignoreLWCActivationCards: true
maxDepth: 0
manifest:
The interesting thing is that if you have a misconfigured yaml file the build tool will complain, but not when you have no manifest items:
Vlocity Build v1.17.6 Error >> Invalid Manifest JSON: -DataRaptor/aDataRaptor Invalid Manifest JSON:-DataRaptor/aDataRaptor No number after minus sign in JSON at position 1
projectPath: ./vlocity
autoRetryErrors: true
ignoreLWCActivationOS: true
ignoreLWCActivationCards: true
maxDepth: 0
manifest:
-DataRaptor/aDataRaptor