sfdx-jayree 4.8.36 → 4.8.38
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 +19 -0
- package/README.md +15 -15
- package/oclif.lock +549 -449
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [4.8.38](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.37...v4.8.38) (2023-11-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.34 to 3.1.35 ([#1079](https://github.com/jayree/sfdx-jayree-plugin/issues/1079)) ([74a846e](https://github.com/jayree/sfdx-jayree-plugin/commit/74a846e782309468d7b90e5733bd9df8c9589e87))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.28 to 1.3.29 ([#1080](https://github.com/jayree/sfdx-jayree-plugin/issues/1080)) ([676e3d7](https://github.com/jayree/sfdx-jayree-plugin/commit/676e3d75cac486a503b9a12cca9de0c6e2663b19))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.24 to 1.3.25 ([#1086](https://github.com/jayree/sfdx-jayree-plugin/issues/1086)) ([5d6a8cd](https://github.com/jayree/sfdx-jayree-plugin/commit/5d6a8cdff73789625c29075a8db7c1d65dda046a))
|
|
9
|
+
|
|
10
|
+
## [4.8.37](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.36...v4.8.37) (2023-10-27)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.33 to 3.1.34 ([#1068](https://github.com/jayree/sfdx-jayree-plugin/issues/1068)) ([92b4374](https://github.com/jayree/sfdx-jayree-plugin/commit/92b4374fb63e94603dfeec6a5e2e7f351a0cb24b))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.16 to 1.2.17 ([#1074](https://github.com/jayree/sfdx-jayree-plugin/issues/1074)) ([46bfe03](https://github.com/jayree/sfdx-jayree-plugin/commit/46bfe037d395104ff706013a7c3902202271da89))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.27 to 1.3.28 ([#1075](https://github.com/jayree/sfdx-jayree-plugin/issues/1075)) ([d007b50](https://github.com/jayree/sfdx-jayree-plugin/commit/d007b50928d70756d634a00bf791a56aafd7a448))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.22 to 1.3.24 ([#1061](https://github.com/jayree/sfdx-jayree-plugin/issues/1061)) ([4602393](https://github.com/jayree/sfdx-jayree-plugin/commit/460239306e4107495f3b5dd165919ae51a122852))
|
|
19
|
+
|
|
1
20
|
## [4.8.36](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.35...v4.8.36) (2023-10-20)
|
|
2
21
|
|
|
3
22
|
|
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.17/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.35/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.35/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.35/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.17/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.17/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.17/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.17/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.17/src/commands/jayree/org/stream.ts)_
|
|
335
335
|
|
|
336
336
|
### `sfdx jayree:project:compare:snapshot`
|
|
337
337
|
|
|
@@ -351,7 +351,7 @@ ALIASES
|
|
|
351
351
|
$ sfdx jayree:source:snapshot:compare
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
354
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/compare/snapshot.ts)_
|
|
355
355
|
|
|
356
356
|
### `sfdx jayree:project:fix`
|
|
357
357
|
|
|
@@ -372,7 +372,7 @@ ALIASES
|
|
|
372
372
|
$ sfdx jayree:source:fix
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
375
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/fix.ts)_
|
|
376
376
|
|
|
377
377
|
### `sfdx jayree:project:generate:snapshot`
|
|
378
378
|
|
|
@@ -392,7 +392,7 @@ ALIASES
|
|
|
392
392
|
$ sfdx jayree:source:snapshot:generate
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
395
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/generate/snapshot.ts)_
|
|
396
396
|
|
|
397
397
|
### `sfdx jayree:project:list:tracking`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
422
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/list/tracking.ts)_
|
|
423
423
|
|
|
424
424
|
### `sfdx jayree:project:store:tracking:get`
|
|
425
425
|
|
|
@@ -443,7 +443,7 @@ EXAMPLES
|
|
|
443
443
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
446
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/store/tracking/get.ts)_
|
|
447
447
|
|
|
448
448
|
### `sfdx jayree:project:store:tracking:set`
|
|
449
449
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.
|
|
473
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.25/src/commands/jayree/project/store/tracking/set.ts)_
|
|
474
474
|
<!-- commandsstop -->
|
|
475
475
|
|
|
476
476
|
## Hooks
|