sfdx-jayree 4.8.49 → 4.8.50

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,13 @@
1
+ ## [4.8.50](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.49...v4.8.50) (2024-01-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.46 to 3.1.47 ([#1156](https://github.com/jayree/sfdx-jayree-plugin/issues/1156)) ([e6ec9bb](https://github.com/jayree/sfdx-jayree-plugin/commit/e6ec9bbe17ab7651279531180e871e018acec587))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.28 to 1.2.29 ([#1158](https://github.com/jayree/sfdx-jayree-plugin/issues/1158)) ([0bd3444](https://github.com/jayree/sfdx-jayree-plugin/commit/0bd3444dc998d21f665f60a07b2ba2c721dc8bbb))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.39 to 1.3.40 ([#1160](https://github.com/jayree/sfdx-jayree-plugin/issues/1160)) ([aaea045](https://github.com/jayree/sfdx-jayree-plugin/commit/aaea04527be1b5af9fae39f6a8a3ed815ed4518a))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.35 to 1.3.36 ([#1161](https://github.com/jayree/sfdx-jayree-plugin/issues/1161)) ([31cea36](https://github.com/jayree/sfdx-jayree-plugin/commit/31cea36b33b66b0c963bd797e6f3e03634803ac2))
10
+
1
11
  ## [4.8.49](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.48...v4.8.49) (2024-01-10)
2
12
 
3
13
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  ...
61
61
  ```
62
62
 
63
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/flow/get/coverage.ts)_
63
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/flow/get/coverage.ts)_
64
64
 
65
65
  ### `sfdx jayree:manifest:cleanup`
66
66
 
@@ -88,7 +88,7 @@ EXAMPLES
88
88
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
89
89
  ```
90
90
 
91
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.46/lib/commands/jayree/manifest/cleanup.ts)_
91
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.47/src/commands/jayree/manifest/cleanup.ts)_
92
92
 
93
93
  ### `sfdx jayree:manifest:generate`
94
94
 
@@ -125,7 +125,7 @@ EXAMPLES
125
125
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
126
126
  ```
127
127
 
128
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.46/lib/commands/jayree/manifest/generate.ts)_
128
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.47/src/commands/jayree/manifest/generate.ts)_
129
129
 
130
130
  ### `sfdx jayree:manifest:git:diff`
131
131
 
@@ -207,7 +207,7 @@ FLAG DESCRIPTIONS
207
207
  The location can be an absolute path or relative to the current working directory.
208
208
  ```
209
209
 
210
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.46/lib/commands/jayree/manifest/git/diff.ts)_
210
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.47/src/commands/jayree/manifest/git/diff.ts)_
211
211
 
212
212
  ### `sfdx jayree:org:configure`
213
213
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
236
236
  ```
237
237
 
238
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/org/configure/index.ts)_
238
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/configure/index.ts)_
239
239
 
240
240
  ### `sfdx jayree:org:configure:country`
241
241
 
@@ -254,7 +254,7 @@ GLOBAL FLAGS
254
254
  --json Format output as json.
255
255
  ```
256
256
 
257
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/org/configure/country.ts)_
257
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/configure/country.ts)_
258
258
 
259
259
  ### `sfdx jayree:org:configure:state`
260
260
 
@@ -278,7 +278,7 @@ GLOBAL FLAGS
278
278
  --json Format output as json.
279
279
  ```
280
280
 
281
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/org/configure/state.ts)_
281
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/configure/state.ts)_
282
282
 
283
283
  ### `sfdx jayree:org:get:settings`
284
284
 
@@ -307,7 +307,7 @@ EXAMPLES
307
307
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
308
308
  ```
309
309
 
310
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/org/get/settings.ts)_
310
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/get/settings.ts)_
311
311
 
312
312
  ### `sfdx jayree:org:stream`
313
313
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  ...
339
339
  ```
340
340
 
341
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/commands/jayree/org/stream.ts)_
341
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.29/src/commands/jayree/org/stream.ts)_
342
342
 
343
343
  ### `sfdx jayree:project:compare:snapshot`
344
344
 
@@ -358,7 +358,7 @@ ALIASES
358
358
  $ sfdx jayree:source:snapshot:compare
359
359
  ```
360
360
 
361
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/compare/snapshot.ts)_
361
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/compare/snapshot.ts)_
362
362
 
363
363
  ### `sfdx jayree:project:fix`
364
364
 
@@ -379,7 +379,7 @@ ALIASES
379
379
  $ sfdx jayree:source:fix
380
380
  ```
381
381
 
382
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/fix.ts)_
382
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/fix.ts)_
383
383
 
384
384
  ### `sfdx jayree:project:generate:snapshot`
385
385
 
@@ -399,7 +399,7 @@ ALIASES
399
399
  $ sfdx jayree:source:snapshot:generate
400
400
  ```
401
401
 
402
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/generate/snapshot.ts)_
402
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/generate/snapshot.ts)_
403
403
 
404
404
  ### `sfdx jayree:project:list:tracking`
405
405
 
@@ -427,7 +427,7 @@ EXAMPLES
427
427
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
428
428
  ```
429
429
 
430
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/list/tracking.ts)_
430
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/list/tracking.ts)_
431
431
 
432
432
  ### `sfdx jayree:project:store:tracking:get`
433
433
 
@@ -452,7 +452,7 @@ EXAMPLES
452
452
  $ sfdx jayree:source:tracking:store:get -u me@my.org
453
453
  ```
454
454
 
455
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/store/tracking/get.ts)_
455
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/store/tracking/get.ts)_
456
456
 
457
457
  ### `sfdx jayree:project:store:tracking:set`
458
458
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
481
481
  ```
482
482
 
483
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/commands/jayree/project/store/tracking/set.ts)_
483
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.36/src/commands/jayree/project/store/tracking/set.ts)_
484
484
  <!-- commandsstop -->
485
485
 
486
486
  ## Hooks