sfdx-hardis 2.84.0 → 2.85.0
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 +5 -0
- package/README.md +131 -98
- package/lib/commands/hardis/org/retrieve/sources/retrofit.d.ts +15 -0
- package/lib/commands/hardis/org/retrieve/sources/retrofit.js +103 -23
- package/lib/commands/hardis/org/retrieve/sources/retrofit.js.map +1 -1
- package/lib/common/utils/deployTipsList.js +18 -0
- package/lib/common/utils/deployTipsList.js.map +1 -1
- package/lib/common/utils/index.d.ts +3 -1
- package/lib/common/utils/index.js +4 -2
- package/lib/common/utils/index.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
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.0] 2022-04-27
|
|
8
|
+
|
|
9
|
+
- Enhance sfdx hardis:org:retrieve:sources:retrofit command
|
|
10
|
+
- Ad deployment tip: Invalid field in related list
|
|
11
|
+
|
|
7
12
|
## [2.84.0] 2022-04-27
|
|
8
13
|
|
|
9
14
|
- Update deployTips: improve unknown custom field message
|