Skip to content

Deployment of all vlocity components when job file has empty Manifest during packDeploy #768

@Mrgagne

Description

@Mrgagne

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions