flxbl-io / sfp

A build system for modular development in Salesforce
https://docs.flxbl.io/sfp/
MIT License
27 stars 13 forks source link

Inconsistency between code and schema (Stage Enum) #38

Closed NathanielNizard closed 1 month ago

NathanielNizard commented 6 months ago

Describe the bug Inconsistency for Stage enum main/packages/sfpowerscripts-cli/resources/schemas/sfdx-project.schema.json Stage definition(l. 472) doesn't match with : packages/sfpowerscripts-cli/src/impl/Stage.ts (no release symbol)

To Reproduce Check repo

Expected behavior The enum should match with schema definition

Screenshots

Platform Details (please complete the following information):

Additional context

azlam-abdulsalam commented 6 months ago

Thanks @NathanielNizard, will be looking into this

dieffrei commented 1 month ago

As mentioned in #98 we can not just add the missing values since ignoreOnStage functionality doesn't support them.