sfdx-jayree 4.8.46 → 4.8.48
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/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +117 -347
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [4.8.48](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.47...v4.8.48) (2024-01-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.44 to 3.1.46 ([#1152](https://github.com/jayree/sfdx-jayree-plugin/issues/1152)) ([2bf5d5e](https://github.com/jayree/sfdx-jayree-plugin/commit/2bf5d5ec514bbf97636260cfad71923abf149778))
|
|
7
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.27 to 1.2.28 ([#1150](https://github.com/jayree/sfdx-jayree-plugin/issues/1150)) ([9e1ac45](https://github.com/jayree/sfdx-jayree-plugin/commit/9e1ac4538c03fa4c46d642f9fed66834c5320247))
|
|
8
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.34 to 1.3.35 ([#1149](https://github.com/jayree/sfdx-jayree-plugin/issues/1149)) ([eeb6e6c](https://github.com/jayree/sfdx-jayree-plugin/commit/eeb6e6caa652a9dd176f9a338ec018ab7d79e6da))
|
|
9
|
+
|
|
10
|
+
## [4.8.47](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.46...v4.8.47) (2023-12-29)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** bump @jayree/sfdx-plugin-manifest from 3.1.43 to 3.1.44 ([#1142](https://github.com/jayree/sfdx-jayree-plugin/issues/1142)) ([259d0e0](https://github.com/jayree/sfdx-jayree-plugin/commit/259d0e009c99148172f1e994f5c5f4febd0ee7eb))
|
|
16
|
+
* **deps:** bump @jayree/sfdx-plugin-org from 1.2.26 to 1.2.27 ([#1145](https://github.com/jayree/sfdx-jayree-plugin/issues/1145)) ([e472636](https://github.com/jayree/sfdx-jayree-plugin/commit/e472636aee8bc5bbcf7c24f9e9198bcccd4e0e0a))
|
|
17
|
+
* **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.38 to 1.3.39 ([#1144](https://github.com/jayree/sfdx-jayree-plugin/issues/1144)) ([d3874d2](https://github.com/jayree/sfdx-jayree-plugin/commit/d3874d23660f84fa0a9521b89d900f1918e874ce))
|
|
18
|
+
* **deps:** bump @jayree/sfdx-plugin-source from 1.3.33 to 1.3.34 ([#1147](https://github.com/jayree/sfdx-jayree-plugin/issues/1147)) ([7649da9](https://github.com/jayree/sfdx-jayree-plugin/commit/7649da9b5553d37defca73e313c2392a97c7f0f5))
|
|
19
|
+
|
|
1
20
|
## [4.8.46](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.45...v4.8.46) (2023-12-22)
|
|
2
21
|
|
|
3
22
|
|
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.
|
|
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)_
|
|
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.
|
|
91
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.46/lib/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.
|
|
128
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.46/lib/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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
341
|
+
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.28/lib/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.
|
|
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)_
|
|
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.
|
|
382
|
+
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.35/lib/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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
484
484
|
<!-- commandsstop -->
|
|
485
485
|
|
|
486
486
|
## Hooks
|