Version 0.15.0
Major release upgrading the backend dependencies and further improving deployment of Metadata. Also adds support for SFDX formatted source files as well as exporting metadata using the command pallet.
- Support for local override configuration in a
.vlocode
configuration-file; this file allows you to store overrides that will be preferred over user and workspace configuration and can easily be versioned in git. Any workspace/user level configuration for Vlocode can be overwritten using this file such as the export directory for Vlocity metadata as well as setting a custom YAML file to ensure the export format for Vlocity metadata is correct. Sample of a.vlocode
configuration-file:{ "customJobOptionsYaml": "./vlocity/dataPacksJobs/default.yaml", "projectPath": "./vlocity/src", "salesforce": { "apiVersion": "48.0" } }
- Add support deployment of mixed SFDX/classic metadata
- Add support export of Salesforce Metadata using the command pallet
- Add support open-in-salesforce for All salesforce metadata objects
- Improve Vlocity deployment using Direct deployment mode supporting more datapack types
- Improve Salesforce deployment
- Upgrade Vlocity build tools dependency
- Upgrade SFDX and Salesforce ALM dependencies
- Refactor configuration Framework
- Support exporting of generic SObjects from Vlocode
- Several small improvements and enhancement to improve overall user experience
- Upgrade build stack to webpack 5.0