sfdx-jayree 4.8.133 → 4.8.135

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 CHANGED
@@ -1,3 +1,23 @@
1
+ ## [4.8.135](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.134...v4.8.135) (2025-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.7.20 to 4.0.0 ([#1647](https://github.com/jayree/sfdx-jayree-plugin/issues/1647)) ([cdee9d0](https://github.com/jayree/sfdx-jayree-plugin/commit/cdee9d05befe0624be1ea700622f025fb8754b97))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.112 to 1.2.114 ([#1652](https://github.com/jayree/sfdx-jayree-plugin/issues/1652)) ([25887d1](https://github.com/jayree/sfdx-jayree-plugin/commit/25887d119009217ceda8e92bb1e2ba5a4051d062))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.114 to 1.3.115 ([#1650](https://github.com/jayree/sfdx-jayree-plugin/issues/1650)) ([60b6655](https://github.com/jayree/sfdx-jayree-plugin/commit/60b6655f1f2560420020d5d4a861e2d0ddf8f636))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.109 to 1.3.111 ([#1651](https://github.com/jayree/sfdx-jayree-plugin/issues/1651)) ([d8c6a80](https://github.com/jayree/sfdx-jayree-plugin/commit/d8c6a809e4be21f9504138388a5eefd2255fd9c3))
10
+ * **deps:** bump undici from 6.21.1 to 6.21.3 ([#1648](https://github.com/jayree/sfdx-jayree-plugin/issues/1648)) ([1aa7b0c](https://github.com/jayree/sfdx-jayree-plugin/commit/1aa7b0cf8371c80b20fff4a8ba2ada1dee2b3500))
11
+
12
+ ## [4.8.134](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.133...v4.8.134) (2025-05-09)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.111 to 1.2.112 ([#1645](https://github.com/jayree/sfdx-jayree-plugin/issues/1645)) ([1afc0a3](https://github.com/jayree/sfdx-jayree-plugin/commit/1afc0a3081f40aee911b842e7c2a56f6eb3f0d88))
18
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.113 to 1.3.114 ([#1643](https://github.com/jayree/sfdx-jayree-plugin/issues/1643)) ([b8dd834](https://github.com/jayree/sfdx-jayree-plugin/commit/b8dd8341c4adcda244d82bc5c63604ebc2e8848f))
19
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.108 to 1.3.109 ([#1646](https://github.com/jayree/sfdx-jayree-plugin/issues/1646)) ([911f063](https://github.com/jayree/sfdx-jayree-plugin/commit/911f063054351aede16fba184e5563ddf3133740))
20
+
1
21
  ## [4.8.133](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.132...v4.8.133) (2025-05-02)
2
22
 
3
23
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.3/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.3/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -162,9 +162,6 @@ DESCRIPTION
162
162
 
163
163
  You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
164
164
 
165
- ALIASES
166
- $ sfdx jayree manifest beta git diff
167
-
168
165
  EXAMPLES
169
166
  Uses the changes between two arbitrary <commit>.
170
167
 
@@ -211,7 +208,7 @@ FLAG DESCRIPTIONS
211
208
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
212
209
  ```
213
210
 
214
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.7.20/src/commands/jayree/manifest/git/diff.ts)_
211
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v4.0.3/src/commands/jayree/manifest/git/diff.ts)_
215
212
 
216
213
  ### `sfdx jayree org configure`
217
214
 
@@ -241,7 +238,7 @@ EXAMPLES
241
238
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
242
239
  ```
243
240
 
244
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/index.ts)_
241
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/org/configure/index.ts)_
245
242
 
246
243
  ### `sfdx jayree org configure country`
247
244
 
@@ -261,7 +258,7 @@ GLOBAL FLAGS
261
258
  --json Format output as json.
262
259
  ```
263
260
 
264
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/country.ts)_
261
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/org/configure/country.ts)_
265
262
 
266
263
  ### `sfdx jayree org configure state`
267
264
 
@@ -286,7 +283,7 @@ GLOBAL FLAGS
286
283
  --json Format output as json.
287
284
  ```
288
285
 
289
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/configure/state.ts)_
286
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/org/configure/state.ts)_
290
287
 
291
288
  ### `sfdx jayree org get settings`
292
289
 
@@ -316,7 +313,7 @@ EXAMPLES
316
313
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
317
314
  ```
318
315
 
319
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/get/settings.ts)_
316
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/org/get/settings.ts)_
320
317
 
321
318
  ### `sfdx jayree org stream`
322
319
 
@@ -348,7 +345,7 @@ EXAMPLES
348
345
  ...
349
346
  ```
350
347
 
351
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.111/src/commands/jayree/org/stream.ts)_
348
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.114/src/commands/jayree/org/stream.ts)_
352
349
 
353
350
  ### `sfdx jayree project compare snapshot`
354
351
 
@@ -369,7 +366,7 @@ ALIASES
369
366
  $ sfdx jayree source snapshot compare
370
367
  ```
371
368
 
372
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/compare/snapshot.ts)_
369
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/compare/snapshot.ts)_
373
370
 
374
371
  ### `sfdx jayree project fix`
375
372
 
@@ -391,7 +388,7 @@ ALIASES
391
388
  $ sfdx jayree source fix
392
389
  ```
393
390
 
394
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/fix.ts)_
391
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/fix.ts)_
395
392
 
396
393
  ### `sfdx jayree project generate snapshot`
397
394
 
@@ -412,7 +409,7 @@ ALIASES
412
409
  $ sfdx jayree source snapshot generate
413
410
  ```
414
411
 
415
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/generate/snapshot.ts)_
412
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/generate/snapshot.ts)_
416
413
 
417
414
  ### `sfdx jayree project list tracking`
418
415
 
@@ -441,7 +438,7 @@ EXAMPLES
441
438
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
442
439
  ```
443
440
 
444
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/list/tracking.ts)_
441
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/list/tracking.ts)_
445
442
 
446
443
  ### `sfdx jayree project store tracking get`
447
444
 
@@ -467,7 +464,7 @@ EXAMPLES
467
464
  $ sfdx jayree:source:tracking:store:get -u me@my.org
468
465
  ```
469
466
 
470
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/store/tracking/get.ts)_
467
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/store/tracking/get.ts)_
471
468
 
472
469
  ### `sfdx jayree project store tracking set`
473
470
 
@@ -497,7 +494,7 @@ EXAMPLES
497
494
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
498
495
  ```
499
496
 
500
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.108/src/commands/jayree/project/store/tracking/set.ts)_
497
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.111/src/commands/jayree/project/store/tracking/set.ts)_
501
498
  <!-- commandsstop -->
502
499
 
503
500
  ## Hooks