sfdx-hardis 2.78.2 → 2.78.4
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 +9 -0
- package/README.md +231 -82
- package/lib/commands/hardis/org/retrieve/packageconfig.js +1 -1
- package/lib/commands/hardis/org/retrieve/packageconfig.js.map +1 -1
- package/lib/commands/hardis/org/retrieve/sources/retrofit.d.ts +22 -0
- package/lib/commands/hardis/org/retrieve/sources/retrofit.js +140 -0
- package/lib/commands/hardis/org/retrieve/sources/retrofit.js.map +1 -0
- package/lib/commands/hardis/project/deploy/sources/dx.js +59 -6
- package/lib/commands/hardis/project/deploy/sources/dx.js.map +1 -1
- package/lib/commands/hardis/work/save.js +23 -3
- package/lib/commands/hardis/work/save.js.map +1 -1
- package/lib/common/utils/index.js +3 -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,9 +4,18 @@
|
|
|
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.78.4] 2022-04-09
|
|
8
|
+
|
|
9
|
+
- Update documentation
|
|
10
|
+
|
|
11
|
+
## [2.78.3] 2022-04-08
|
|
12
|
+
|
|
13
|
+
- Add a retrofit command to retrieve changes made directly in an org
|
|
14
|
+
|
|
7
15
|
## [2.78.2] 2022-04-08
|
|
8
16
|
|
|
9
17
|
- Fix legacy API command display ([#225](https://github.com/hardisgroupcom/sfdx-hardis/issues/225))
|
|
18
|
+
|
|
10
19
|
## [2.78.1] 2022-04-07
|
|
11
20
|
|
|
12
21
|
- Fix CI & remove docker image with sfdx-cli@stable as it does not exists anymore
|