This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Release 19
Release 19 features the orchestrator:validateAgainstOrg
which enables validation against any target org, and enhancement to the orchestrator:deploy
command which may now be used on non-linear pipelines.
The sfpowerscripts Azure pipelines extension will no longer receive feature updates, as sfpowerscripts transitions to the CLI which has greater portability.
To reflect movement away from change-sets, the delta package has been removed from the CLI. In addition, the deploy source and deploy destructive manifest command have also been removed from the CLI.
New Features
- #308 New orchestrator command
validateAgainstOrg
that is similar to validate except it takes a target org instead of a scratch org pool
Enhancements
- #332 orchestrator:deploy now supports non linear pipelines
- #338 Add 'alwaysDeploy' property for deploying packages, using the orchestrator, even if they are already installed in the org
- #303 Check entire package descriptor for change in diff functionality, instead of just the package version
Bugfixes
- #302 Fix for diff functionality to identify a change in package when a component is renamed
- #339 Fix issue with package emptiness being computed using the root forceignore instead of the forceignore file associated with the stage
- #311 Fix destructive manifest deployment in source packages
- #319 Print zero coverage percent instead of blank string
Deprecated