You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run below packDeploy command in my pipeline, it by default picksup the Attachment Migration and other folders which is present under the path where vlocity installation is done. (Path - C:\Users<username>\AppData\Roaming\npm\node_modules\vlocity\DataPackSettings\latest\DataRaptor)
When I run below packDeploy command in my pipeline, it by default picksup the Attachment Migration and other folders which is present under the path where vlocity installation is done. (Path - C:\Users<username>\AppData\Roaming\npm\node_modules\vlocity\DataPackSettings\latest\DataRaptor)
Command:
vlocity -sfdx.username 'username' -job Vlocity-Job.yaml packDeploy --force
Vlocity-Job.yaml
projectPath: ./vlocity
expansionPath: DataRaptor
From pipeline log
Adding to File >> DataRaptor/Attachment Migration - Attachment-Migration
Adding to File >> DataRaptor/Calculation Matrix Migration - Calculation-Matrix-Migration
Adding to File >> DataRaptor/Calculation Procedure Migration - Calculation-Procedure-Migration
Adding to File >> DataRaptor/Catalog Migration - Catalog-Migration
Query: Why its not reading from my yaml file and picks up the from the default DataRaptor folder?
The text was updated successfully, but these errors were encountered: