sfdx-jayree 4.8.27 → 4.8.28
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [4.8.28](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.27...v4.8.28) (2023-09-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.25 to 3.1.26 ([#996](https://github.com/jayree/sfdx-jayree-plugin/issues/996)) ([7fd4367](https://github.com/jayree/sfdx-jayree-plugin/commit/7fd43674257837561a2a488bdf523ca3c952d321))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.8 to 1.2.9 ([#1001](https://github.com/jayree/sfdx-jayree-plugin/issues/1001)) ([5891983](https://github.com/jayree/sfdx-jayree-plugin/commit/58919830fac5f9b65c60d5ee740fa58cff45e239))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.21 to 1.3.22 ([#1000](https://github.com/jayree/sfdx-jayree-plugin/issues/1000)) ([32a93fd](https://github.com/jayree/sfdx-jayree-plugin/commit/32a93fd3139017c2e4abe8f140b7596b448e8b87))
|
|
9
|
+
|
|
1
10
|
## [4.8.27](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.26...v4.8.27) (2023-09-08)
|
|
2
11
|
|
|
3
12
|
|
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ EXAMPLES
|
|
|
59
59
|
...
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
62
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/flow/get/coverage.ts)_
|
|
63
63
|
|
|
64
64
|
### `sfdx jayree:manifest:cleanup`
|
|
65
65
|
|
|
@@ -87,7 +87,7 @@ EXAMPLES
|
|
|
87
87
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
90
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.26/src/commands/jayree/manifest/cleanup.ts)_
|
|
91
91
|
|
|
92
92
|
### `sfdx jayree:manifest:generate`
|
|
93
93
|
|
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
126
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.26/src/commands/jayree/manifest/generate.ts)_
|
|
127
127
|
|
|
128
128
|
### `sfdx jayree:manifest:git:diff`
|
|
129
129
|
|
|
@@ -205,7 +205,7 @@ FLAG DESCRIPTIONS
|
|
|
205
205
|
The location can be an absolute path or relative to the current working directory.
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
|
208
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.26/src/commands/jayree/manifest/git/diff.ts)_
|
|
209
209
|
|
|
210
210
|
### `sfdx jayree:org:configure`
|
|
211
211
|
|
|
@@ -232,7 +232,7 @@ EXAMPLES
|
|
|
232
232
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
235
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/org/configure/index.ts)_
|
|
236
236
|
|
|
237
237
|
### `sfdx jayree:org:configure:country`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ GLOBAL FLAGS
|
|
|
250
250
|
--json Format output as json.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
253
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/org/configure/country.ts)_
|
|
254
254
|
|
|
255
255
|
### `sfdx jayree:org:configure:state`
|
|
256
256
|
|
|
@@ -273,7 +273,7 @@ GLOBAL FLAGS
|
|
|
273
273
|
--json Format output as json.
|
|
274
274
|
```
|
|
275
275
|
|
|
276
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
276
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/org/configure/state.ts)_
|
|
277
277
|
|
|
278
278
|
### `sfdx jayree:org:get:settings`
|
|
279
279
|
|
|
@@ -301,7 +301,7 @@ EXAMPLES
|
|
|
301
301
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
304
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/org/get/settings.ts)_
|
|
305
305
|
|
|
306
306
|
### `sfdx jayree:org:stream`
|
|
307
307
|
|
|
@@ -331,7 +331,7 @@ EXAMPLES
|
|
|
331
331
|
...
|
|
332
332
|
```
|
|
333
333
|
|
|
334
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.
|
|
334
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.9/src/commands/jayree/org/stream.ts)_
|
|
335
335
|
|
|
336
336
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
337
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
|
|
4
|
-
"version": "4.8.
|
|
4
|
+
"version": "4.8.28",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jayree/sfdx-plugin-manifest": "^3.1.
|
|
10
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
11
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
9
|
+
"@jayree/sfdx-plugin-manifest": "^3.1.26",
|
|
10
|
+
"@jayree/sfdx-plugin-org": "^1.2.9",
|
|
11
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.22",
|
|
12
12
|
"@jayree/sfdx-plugin-source": "^1.3.18"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-help": "^5.2.19",
|
|
16
16
|
"@salesforce/dev-config": "^4.0.1",
|
|
17
|
-
"@salesforce/dev-scripts": "^5.
|
|
17
|
+
"@salesforce/dev-scripts": "^5.10.0",
|
|
18
18
|
"@salesforce/prettier-config": "^0.0.3",
|
|
19
19
|
"@salesforce/ts-sinon": "^1.4.15",
|
|
20
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
21
|
-
"@typescript-eslint/parser": "^6.
|
|
20
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
21
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
22
22
|
"c8": "^8.0.1",
|
|
23
23
|
"chai": "^4.3.8",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.49.0",
|
|
25
25
|
"eslint-config-prettier": "^9.0.0",
|
|
26
26
|
"eslint-config-salesforce": "^2.0.2",
|
|
27
27
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
28
28
|
"eslint-plugin-header": "^3.1.1",
|
|
29
29
|
"eslint-plugin-import": "^2.28.1",
|
|
30
|
-
"eslint-plugin-jsdoc": "^46.
|
|
30
|
+
"eslint-plugin-jsdoc": "^46.8.0",
|
|
31
31
|
"eslint-plugin-prettier": "^5.0.0",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.16.5",
|
|
33
33
|
"husky": "^8.0.3",
|
|
34
34
|
"mocha": "^10.2.0",
|
|
35
35
|
"nock": "^13.3.3",
|
|
36
36
|
"nyc": "^15.1.0",
|
|
37
|
-
"oclif": "^3.
|
|
37
|
+
"oclif": "^3.16.0",
|
|
38
38
|
"patch-package": "^8.0.0",
|
|
39
39
|
"pinst": "^3.0.0",
|
|
40
40
|
"prettier": "^3.0.3",
|
|
41
41
|
"pretty-quick": "^3.1.3",
|
|
42
42
|
"shx": "^0.3.4",
|
|
43
|
-
"sinon": "^
|
|
43
|
+
"sinon": "^16.0.0",
|
|
44
44
|
"ts-node": "^10.9.1",
|
|
45
45
|
"typescript": "^5.2.2",
|
|
46
|
-
"wireit": "^0.
|
|
46
|
+
"wireit": "^0.14.0"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=16.0.0"
|