sf-decomposer 5.1.0 → 5.1.1
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 +10 -0
- package/oclif.lock +42 -18
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## [5.1.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.1.0...v5.1.1) (2024-11-01)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @salesforce/source-deploy-retrieve ([aeb5d48](https://github.com/mcarvin8/sf-decomposer/commit/aeb5d486807d3b8e49c331f89d02a6787c5aad4a))
|
|
14
|
+
|
|
8
15
|
## [5.1.0](https://github.com/mcarvin8/sf-decomposer/compare/v5.0.1...v5.1.0) (2024-10-28)
|
|
9
16
|
|
|
10
17
|
|
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
<summary>Table of Contents</summary>
|
|
8
8
|
|
|
9
9
|
- [Install](#install)
|
|
10
|
+
- [Why Use This Plugin?](#why-use-this-plugin)
|
|
10
11
|
- [Commands](#commands)
|
|
11
12
|
- [`sf decomposer decompose`](#sf-decomposer-decompose)
|
|
12
13
|
- [`sf decomposer recompose`](#sf-decomposer-recompose)
|
|
@@ -48,6 +49,15 @@ The decomposed file format can be XML, JSON, or YAML. Based on testing, XML and
|
|
|
48
49
|
sf plugins install sf-decomposer@x.y.z
|
|
49
50
|
```
|
|
50
51
|
|
|
52
|
+
## Why Use this Plugin?
|
|
53
|
+
|
|
54
|
+
Why should you consider using this Salesforce CLI Plugin over Salesforce's decomposition:
|
|
55
|
+
|
|
56
|
+
- Salesforce's decomposition betas are evaluated for each metadata type before they are considered. My plugin already supports the vast majority of Salesforce metadata types available from the Metadata API.
|
|
57
|
+
- Salesforce's decomposition is all or nothing for each metadata type. Meaning, if you want to decompose workflows, all of your workflows will need to be decomposed to work with Salesforce's approach. My plugin allows you to selectively decompose for each metadata type.
|
|
58
|
+
- See [Ignore Files when Decomposing](#ignore-files-when-decomposing)
|
|
59
|
+
- Some metadata types may only be partially decomposed by Salesforce such as permission sets based on what designs are picked. My plugin will allow for total decomposition. So if a user wants to fully decompose permission sets, they can use this plugin.
|
|
60
|
+
|
|
51
61
|
## Commands
|
|
52
62
|
|
|
53
63
|
The `sf-decomposer` supports 2 commands:
|
package/oclif.lock
CHANGED
|
@@ -1376,10 +1376,10 @@
|
|
|
1376
1376
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1377
1377
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1378
1378
|
|
|
1379
|
-
"@jsforce/jsforce-node@^3.
|
|
1380
|
-
version "3.
|
|
1381
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1382
|
-
integrity sha512-
|
|
1379
|
+
"@jsforce/jsforce-node@^3.6.1":
|
|
1380
|
+
version "3.6.2"
|
|
1381
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
|
|
1382
|
+
integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
|
|
1383
1383
|
dependencies:
|
|
1384
1384
|
"@sindresorhus/is" "^4"
|
|
1385
1385
|
base64url "^3.0.1"
|
|
@@ -1390,7 +1390,6 @@
|
|
|
1390
1390
|
https-proxy-agent "^5.0.0"
|
|
1391
1391
|
multistream "^3.1.0"
|
|
1392
1392
|
node-fetch "^2.6.1"
|
|
1393
|
-
strip-ansi "^6.0.0"
|
|
1394
1393
|
xml2js "^0.6.2"
|
|
1395
1394
|
|
|
1396
1395
|
"@nodelib/fs.scandir@2.1.5":
|
|
@@ -1501,12 +1500,12 @@
|
|
|
1501
1500
|
strip-ansi "6.0.1"
|
|
1502
1501
|
ts-retry-promise "^0.8.1"
|
|
1503
1502
|
|
|
1504
|
-
"@salesforce/core@^8.1.1", "@salesforce/core@^8.2.1", "@salesforce/core@^8.2.3", "@salesforce/core@^8.6.
|
|
1505
|
-
version "8.6.
|
|
1506
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.
|
|
1507
|
-
integrity sha512-
|
|
1503
|
+
"@salesforce/core@^8.1.1", "@salesforce/core@^8.2.1", "@salesforce/core@^8.2.3", "@salesforce/core@^8.6.2":
|
|
1504
|
+
version "8.6.4"
|
|
1505
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a"
|
|
1506
|
+
integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww==
|
|
1508
1507
|
dependencies:
|
|
1509
|
-
"@jsforce/jsforce-node" "^3.
|
|
1508
|
+
"@jsforce/jsforce-node" "^3.6.1"
|
|
1510
1509
|
"@salesforce/kit" "^3.2.2"
|
|
1511
1510
|
"@salesforce/schemas" "^1.9.0"
|
|
1512
1511
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1597,12 +1596,12 @@
|
|
|
1597
1596
|
string-width "^7.2.0"
|
|
1598
1597
|
terminal-link "^3.0.0"
|
|
1599
1598
|
|
|
1600
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
1601
|
-
version "12.
|
|
1602
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1603
|
-
integrity sha512-
|
|
1599
|
+
"@salesforce/source-deploy-retrieve@^12.10.0":
|
|
1600
|
+
version "12.10.0"
|
|
1601
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.0.tgz#406b596bf73b3c4aa733ef2302b88c3b4f7367b2"
|
|
1602
|
+
integrity sha512-06/yhu2HcaFnAV5Wyrt/flDBvGGVWgl2G/XZxTguLjwD35jc3fRLv2qk121eq+FLdKpeLo/WXjicA7UX/dXkeQ==
|
|
1604
1603
|
dependencies:
|
|
1605
|
-
"@salesforce/core" "^8.6.
|
|
1604
|
+
"@salesforce/core" "^8.6.2"
|
|
1606
1605
|
"@salesforce/kit" "^3.2.2"
|
|
1607
1606
|
"@salesforce/ts-types" "^2.0.12"
|
|
1608
1607
|
fast-levenshtein "^3.0.0"
|
|
@@ -7086,7 +7085,16 @@ streamroller@^3.1.5:
|
|
|
7086
7085
|
debug "^4.3.4"
|
|
7087
7086
|
fs-extra "^8.1.0"
|
|
7088
7087
|
|
|
7089
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
7088
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7089
|
+
version "4.2.3"
|
|
7090
|
+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
7091
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7092
|
+
dependencies:
|
|
7093
|
+
emoji-regex "^8.0.0"
|
|
7094
|
+
is-fullwidth-code-point "^3.0.0"
|
|
7095
|
+
strip-ansi "^6.0.1"
|
|
7096
|
+
|
|
7097
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7090
7098
|
version "4.2.3"
|
|
7091
7099
|
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
7092
7100
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7154,7 +7162,14 @@ string_decoder@^1.3.0:
|
|
|
7154
7162
|
dependencies:
|
|
7155
7163
|
safe-buffer "~5.2.0"
|
|
7156
7164
|
|
|
7157
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
7165
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7166
|
+
version "6.0.1"
|
|
7167
|
+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
7168
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7169
|
+
dependencies:
|
|
7170
|
+
ansi-regex "^5.0.1"
|
|
7171
|
+
|
|
7172
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7158
7173
|
version "6.0.1"
|
|
7159
7174
|
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
7160
7175
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7724,7 +7739,7 @@ workerpool@^6.5.1:
|
|
|
7724
7739
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
7725
7740
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
7726
7741
|
|
|
7727
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7742
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7728
7743
|
version "7.0.0"
|
|
7729
7744
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
7730
7745
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7742,6 +7757,15 @@ wrap-ansi@^6.2.0:
|
|
|
7742
7757
|
string-width "^4.1.0"
|
|
7743
7758
|
strip-ansi "^6.0.0"
|
|
7744
7759
|
|
|
7760
|
+
wrap-ansi@^7.0.0:
|
|
7761
|
+
version "7.0.0"
|
|
7762
|
+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
7763
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7764
|
+
dependencies:
|
|
7765
|
+
ansi-styles "^4.0.0"
|
|
7766
|
+
string-width "^4.1.0"
|
|
7767
|
+
strip-ansi "^6.0.0"
|
|
7768
|
+
|
|
7745
7769
|
wrap-ansi@^8.1.0:
|
|
7746
7770
|
version "8.1.0"
|
|
7747
7771
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-decomposer",
|
|
3
3
|
"description": "Decomposes Salesforce metadata into more manageable files.",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.2.1",
|
|
8
8
|
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
9
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
9
|
+
"@salesforce/source-deploy-retrieve": "^12.10.0",
|
|
10
10
|
"fs-extra": "^11.2.0",
|
|
11
11
|
"xml-disassembler": "^1.3.2",
|
|
12
12
|
"xml2json-disassembler": "^1.1.1",
|