# Vlocity Build Job File Template Use this as a baseline and keep only settings you need to override. ```yaml projectPath: . expansionPath: vlocity # Optional: narrow export scope queries: - OmniScript - IntegrationProcedure - DataRaptor - FlexCard # Optional: deterministic targeted scope # manifest: # - Product2/ # - OmniScript/__ # Optional runtime controls autoUpdateSettings: true defaultMaxParallel: 1 supportHeadersOnly: true gitCheck: false ``` ## Common command patterns ```bash # Export vlocity -sfdx.username -job .yaml packExport # Deploy vlocity -sfdx.username -job .yaml packDeploy # Retry vlocity -sfdx.username -job .yaml packRetry # Continue interrupted vlocity -sfdx.username -job .yaml packContinue ```