sfdx-hardis 2.85.1 → 2.85.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +99 -79
- package/defaults/ci/.gitlab-ci.yml +3 -0
- package/lib/commands/hardis/mdapi/deploy.d.ts +1 -1
- package/lib/commands/hardis/mdapi/deploy.js +2 -0
- package/lib/commands/hardis/mdapi/deploy.js.map +1 -1
- package/lib/commands/hardis/misc/toml2csv.js +1 -1
- package/lib/commands/hardis/misc/toml2csv.js.map +1 -1
- package/lib/commands/hardis/org/fix/listviewmine.js +3 -1
- package/lib/commands/hardis/org/fix/listviewmine.js.map +1 -1
- package/lib/commands/hardis/source/deploy.d.ts +1 -1
- package/lib/commands/hardis/source/deploy.js +2 -0
- package/lib/commands/hardis/source/deploy.js.map +1 -1
- package/lib/commands/hardis/source/push.d.ts +1 -1
- package/lib/commands/hardis/source/push.js +2 -0
- package/lib/commands/hardis/source/push.js.map +1 -1
- package/lib/common/utils/deployTipsList.d.ts +5 -12
- package/lib/common/utils/deployTipsList.js +13 -5
- package/lib/common/utils/deployTipsList.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [2.85.2] 2022-05-02
|
|
8
|
+
|
|
9
|
+
- Fix toml2csv error log
|
|
10
|
+
- Deployment tips
|
|
11
|
+
- Allow deployment with pending Apex Jobs
|
|
12
|
+
- Update Can not find folder
|
|
13
|
+
|
|
7
14
|
## [2.85.1] 2022-04-27
|
|
8
15
|
|
|
9
16
|
- Enhance sfdx hardis:org:retrieve:sources:retrofit command + JSON schema updates
|