sfdx-jayree 4.8.0 → 4.8.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 +17 -0
- package/README.md +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [4.8.2](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.1...v4.8.2) (2023-05-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.0.16 to 3.0.19 ([#779](https://github.com/jayree/sfdx-jayree-plugin/issues/779)) ([7f091f2](https://github.com/jayree/sfdx-jayree-plugin/commit/7f091f275fbd31a14a0c06b530e243778aed6591))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.0.3 to 1.0.4 ([#787](https://github.com/jayree/sfdx-jayree-plugin/issues/787)) ([8df2ae4](https://github.com/jayree/sfdx-jayree-plugin/commit/8df2ae4ec4f9c8a9a92c195a881fc1b927db708b))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.1 to 1.3.2 ([#786](https://github.com/jayree/sfdx-jayree-plugin/issues/786)) ([5cb63f5](https://github.com/jayree/sfdx-jayree-plugin/commit/5cb63f5f5b19d3c442b66084da10b7faceeda4bf))
|
|
9
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.2.3 to 1.2.4 ([#784](https://github.com/jayree/sfdx-jayree-plugin/issues/784)) ([2560b47](https://github.com/jayree/sfdx-jayree-plugin/commit/2560b471c9a317f504ac018a96dcc29747c9abe8))
|
|
10
|
+
|
|
11
|
+
## [4.8.1](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.0...v4.8.1) (2023-05-16)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **deps:** bump vm2 from 3.9.17 to 3.9.18 ([#778](https://github.com/jayree/sfdx-jayree-plugin/issues/778)) ([04391c6](https://github.com/jayree/sfdx-jayree-plugin/commit/04391c6c9058aa417215dbcf173e2e26007ecca2))
|
|
17
|
+
|
|
1
18
|
# [4.8.0](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.7.3...v4.8.0) (2023-05-14)
|
|
2
19
|
|
|
3
20
|
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ EXAMPLES
|
|
|
57
57
|
...
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.
|
|
60
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.2/src/commands/jayree/flowtestcoverage.ts)_
|
|
61
61
|
|
|
62
62
|
### `sfdx jayree:manifest:cleanup`
|
|
63
63
|
|
|
@@ -85,7 +85,7 @@ EXAMPLES
|
|
|
85
85
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
88
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.19/src/commands/jayree/manifest/cleanup.ts)_
|
|
89
89
|
|
|
90
90
|
### `sfdx jayree:manifest:generate`
|
|
91
91
|
|
|
@@ -121,7 +121,7 @@ EXAMPLES
|
|
|
121
121
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
124
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.19/src/commands/jayree/manifest/generate.ts)_
|
|
125
125
|
|
|
126
126
|
### `sfdx jayree:manifest:git:diff`
|
|
127
127
|
|
|
@@ -203,7 +203,7 @@ FLAG DESCRIPTIONS
|
|
|
203
203
|
The location can be an absolute path or relative to the current working directory.
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
206
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.19/src/commands/jayree/manifest/git/diff.ts)_
|
|
207
207
|
|
|
208
208
|
### `sfdx jayree:manifest:legacy:git:diff`
|
|
209
209
|
|
|
@@ -281,7 +281,7 @@ FLAG DESCRIPTIONS
|
|
|
281
281
|
The location can be an absolute path or relative to the current working directory.
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.
|
|
284
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.0.19/src/commands/jayree/manifest/legacy/git/diff.ts)_
|
|
285
285
|
|
|
286
286
|
### `sfdx jayree:org:configure`
|
|
287
287
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
317
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.4/src/commands/jayree/org/configure/index.ts)_
|
|
318
318
|
|
|
319
319
|
### `sfdx jayree:org:configure:country`
|
|
320
320
|
|
|
@@ -337,7 +337,7 @@ DESCRIPTION
|
|
|
337
337
|
update country integration values in the State/Country Picklists
|
|
338
338
|
```
|
|
339
339
|
|
|
340
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
340
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.4/src/commands/jayree/org/configure/country.ts)_
|
|
341
341
|
|
|
342
342
|
### `sfdx jayree:org:configure:state`
|
|
343
343
|
|
|
@@ -365,7 +365,7 @@ DESCRIPTION
|
|
|
365
365
|
import (create/update) states into the State/Country Picklists
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.
|
|
368
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.0.4/src/commands/jayree/org/configure/state.ts)_
|
|
369
369
|
|
|
370
370
|
### `sfdx jayree:org:settings`
|
|
371
371
|
|
|
@@ -389,7 +389,7 @@ EXAMPLES
|
|
|
389
389
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
390
390
|
```
|
|
391
391
|
|
|
392
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.
|
|
392
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.2/src/commands/jayree/org/settings.ts)_
|
|
393
393
|
|
|
394
394
|
### `sfdx jayree:org:streaming`
|
|
395
395
|
|
|
@@ -412,7 +412,7 @@ EXAMPLES
|
|
|
412
412
|
...
|
|
413
413
|
```
|
|
414
414
|
|
|
415
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.
|
|
415
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.8.2/src/commands/jayree/org/streaming.ts)_
|
|
416
416
|
|
|
417
417
|
### `sfdx jayree:project:fix`
|
|
418
418
|
|
|
@@ -433,7 +433,7 @@ ALIASES
|
|
|
433
433
|
$ sfdx jayree:source:fix
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
436
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/project/fix.ts)_
|
|
437
437
|
|
|
438
438
|
### `sfdx jayree:source:snapshot:compare`
|
|
439
439
|
|
|
@@ -450,7 +450,7 @@ GLOBAL FLAGS
|
|
|
450
450
|
--json Format output as json.
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
453
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/source/snapshot/compare.ts)_
|
|
454
454
|
|
|
455
455
|
### `sfdx jayree:source:snapshot:generate`
|
|
456
456
|
|
|
@@ -467,7 +467,7 @@ GLOBAL FLAGS
|
|
|
467
467
|
--json Format output as json.
|
|
468
468
|
```
|
|
469
469
|
|
|
470
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
470
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/source/snapshot/generate.ts)_
|
|
471
471
|
|
|
472
472
|
### `sfdx jayree:source:tracking:list`
|
|
473
473
|
|
|
@@ -491,7 +491,7 @@ EXAMPLES
|
|
|
491
491
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
492
492
|
```
|
|
493
493
|
|
|
494
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
494
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/source/tracking/list.ts)_
|
|
495
495
|
|
|
496
496
|
### `sfdx jayree:source:tracking:store:get`
|
|
497
497
|
|
|
@@ -512,7 +512,7 @@ EXAMPLES
|
|
|
512
512
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
513
513
|
```
|
|
514
514
|
|
|
515
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
515
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/source/tracking/store/get.ts)_
|
|
516
516
|
|
|
517
517
|
### `sfdx jayree:source:tracking:store:set`
|
|
518
518
|
|
|
@@ -536,7 +536,7 @@ EXAMPLES
|
|
|
536
536
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.
|
|
539
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.2.4/src/commands/jayree/source/tracking/store/set.ts)_
|
|
540
540
|
<!-- commandsstop -->
|
|
541
541
|
|
|
542
542
|
## Hooks
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.2",
|
|
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
9
|
"@jayree/changelog": "^1.1.1",
|
|
10
|
-
"@jayree/sfdx-plugin-manifest": "^3.0.
|
|
11
|
-
"@jayree/sfdx-plugin-org": "^1.0.
|
|
12
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
13
|
-
"@jayree/sfdx-plugin-source": "^1.2.
|
|
10
|
+
"@jayree/sfdx-plugin-manifest": "^3.0.19",
|
|
11
|
+
"@jayree/sfdx-plugin-org": "^1.0.4",
|
|
12
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.2",
|
|
13
|
+
"@jayree/sfdx-plugin-source": "^1.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^2.4.3",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^8.4.0",
|
|
16
16
|
"debug": "^4.3.4",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"@types/fs-extra": "^11.0.1",
|
|
32
32
|
"@types/jsforce": "^1.11.0",
|
|
33
33
|
"@types/mkdirp": "^1.0.2",
|
|
34
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
35
|
-
"@typescript-eslint/parser": "^5.59.
|
|
34
|
+
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
35
|
+
"@typescript-eslint/parser": "^5.59.6",
|
|
36
36
|
"c8": "^7.13.0",
|
|
37
37
|
"chai": "^4.3.7",
|
|
38
38
|
"eslint": "^8.40.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
43
43
|
"eslint-plugin-header": "^3.1.1",
|
|
44
44
|
"eslint-plugin-import": "^2.27.5",
|
|
45
|
-
"eslint-plugin-jsdoc": "^44.2.
|
|
45
|
+
"eslint-plugin-jsdoc": "^44.2.4",
|
|
46
46
|
"eslint-plugin-prettier": "^4.2.1",
|
|
47
47
|
"eslint-plugin-sf-plugin": "^1.15.3",
|
|
48
48
|
"husky": "^8.0.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prettier": "^2.8.8",
|
|
57
57
|
"pretty-quick": "^3.1.3",
|
|
58
58
|
"shx": "^0.3.4",
|
|
59
|
-
"sinon": "^15.0
|
|
59
|
+
"sinon": "^15.1.0",
|
|
60
60
|
"ts-node": "^10.9.1",
|
|
61
61
|
"typescript": "^5.0.4",
|
|
62
62
|
"wireit": "^0.9.5"
|