sfdx-jayree 4.3.10 → 4.3.11
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 +7 -0
- package/README.md +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +34 -36
- package/yarn.lock +767 -648
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.3.11](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.10...v4.3.11) (2022-05-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([86eb1df](https://github.com/jayree/sfdx-jayree-plugin/commit/86eb1df4eef902492cbe7f9c0dafe211b883c524))
|
|
7
|
+
|
|
1
8
|
## [4.3.10](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.9...v4.3.10) (2022-03-03)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
26
26
|
$ sfdx jayree:COMMAND
|
|
27
27
|
running command...
|
|
28
28
|
$ sfdx plugins
|
|
29
|
-
sfdx-jayree 4.3.
|
|
29
|
+
sfdx-jayree 4.3.11
|
|
30
30
|
$ sfdx help jayree:COMMAND
|
|
31
31
|
USAGE
|
|
32
32
|
$ sfdx jayree:COMMAND
|
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
❯ ChangeSet1
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
111
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
112
112
|
|
|
113
113
|
### `sfdx jayree:automation:changeset:list`
|
|
114
114
|
|
|
@@ -132,7 +132,7 @@ OPTIONS
|
|
|
132
132
|
this command invocation
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
135
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/automation/changeset/list.ts)_
|
|
136
136
|
|
|
137
137
|
### `sfdx jayree:automation:ltngsync:status`
|
|
138
138
|
|
|
@@ -173,7 +173,7 @@ EXAMPLE
|
|
|
173
173
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
176
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
177
177
|
|
|
178
178
|
### `sfdx jayree:flowtestcoverage`
|
|
179
179
|
|
|
@@ -203,7 +203,7 @@ EXAMPLE
|
|
|
203
203
|
...
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
206
|
+
_See code: [src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/flowtestcoverage.ts)_
|
|
207
207
|
|
|
208
208
|
### `sfdx jayree:manifest:cleanup`
|
|
209
209
|
|
|
@@ -233,7 +233,7 @@ EXAMPLE
|
|
|
233
233
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
236
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.1/commands/jayree/manifest/cleanup.ts)_
|
|
237
237
|
|
|
238
238
|
### `sfdx jayree:manifest:generate`
|
|
239
239
|
|
|
@@ -286,7 +286,7 @@ EXAMPLES
|
|
|
286
286
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
287
287
|
```
|
|
288
288
|
|
|
289
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
289
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.1/commands/jayree/manifest/generate.ts)_
|
|
290
290
|
|
|
291
291
|
### `sfdx jayree:manifest:git:diff`
|
|
292
292
|
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
|
336
336
|
uses the diff of what is unique in branchB (REF2)
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
339
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.1/commands/jayree/manifest/git/diff.ts)_
|
|
340
340
|
|
|
341
341
|
### `sfdx jayree:org:configure`
|
|
342
342
|
|
|
@@ -375,7 +375,7 @@ EXAMPLE
|
|
|
375
375
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
378
|
+
_See code: [src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/org/configure/index.ts)_
|
|
379
379
|
|
|
380
380
|
### `sfdx jayree:org:configure:country`
|
|
381
381
|
|
|
@@ -402,7 +402,7 @@ ALIASES
|
|
|
402
402
|
$ sfdx jayree:automation:country:update
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
405
|
+
_See code: [src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/org/configure/country.ts)_
|
|
406
406
|
|
|
407
407
|
### `sfdx jayree:org:configure:state`
|
|
408
408
|
|
|
@@ -441,7 +441,7 @@ ALIASES
|
|
|
441
441
|
$ sfdx jayree:automation:state:import
|
|
442
442
|
```
|
|
443
443
|
|
|
444
|
-
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
444
|
+
_See code: [src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/org/configure/state.ts)_
|
|
445
445
|
|
|
446
446
|
### `sfdx jayree:org:settings`
|
|
447
447
|
|
|
@@ -479,7 +479,7 @@ EXAMPLE
|
|
|
479
479
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
482
|
+
_See code: [src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/org/settings.ts)_
|
|
483
483
|
|
|
484
484
|
### `sfdx jayree:org:streaming`
|
|
485
485
|
|
|
@@ -509,7 +509,7 @@ EXAMPLE
|
|
|
509
509
|
...
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
512
|
+
_See code: [src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/org/streaming.ts)_
|
|
513
513
|
|
|
514
514
|
### `sfdx jayree:packagedescription:create`
|
|
515
515
|
|
|
@@ -532,7 +532,7 @@ EXAMPLE
|
|
|
532
532
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
533
533
|
```
|
|
534
534
|
|
|
535
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
535
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/packagedescription/create.ts)_
|
|
536
536
|
|
|
537
537
|
### `sfdx jayree:packagedescription:get`
|
|
538
538
|
|
|
@@ -555,7 +555,7 @@ EXAMPLE
|
|
|
555
555
|
Description of Package FILENAME
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
558
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/packagedescription/get.ts)_
|
|
559
559
|
|
|
560
560
|
### `sfdx jayree:packagedescription:remove`
|
|
561
561
|
|
|
@@ -577,7 +577,7 @@ EXAMPLE
|
|
|
577
577
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
578
578
|
```
|
|
579
579
|
|
|
580
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
580
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/packagedescription/remove.ts)_
|
|
581
581
|
|
|
582
582
|
### `sfdx jayree:packagedescription:set`
|
|
583
583
|
|
|
@@ -600,7 +600,7 @@ EXAMPLE
|
|
|
600
600
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
601
601
|
```
|
|
602
602
|
|
|
603
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
603
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/packagedescription/set.ts)_
|
|
604
604
|
|
|
605
605
|
### `sfdx jayree:source:fix`
|
|
606
606
|
|
|
@@ -632,7 +632,7 @@ DESCRIPTION
|
|
|
632
632
|
(examples will follow)
|
|
633
633
|
```
|
|
634
634
|
|
|
635
|
-
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
635
|
+
_See code: [src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/source/fix.ts)_
|
|
636
636
|
|
|
637
637
|
### `sfdx jayree:source:tracking:list`
|
|
638
638
|
|
|
@@ -664,7 +664,7 @@ EXAMPLE
|
|
|
664
664
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
665
665
|
```
|
|
666
666
|
|
|
667
|
-
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
667
|
+
_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/source/tracking/list.ts)_
|
|
668
668
|
|
|
669
669
|
### `sfdx jayree:source:tracking:store:get`
|
|
670
670
|
|
|
@@ -692,7 +692,7 @@ EXAMPLE
|
|
|
692
692
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
695
|
+
_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/source/tracking/store/get.ts)_
|
|
696
696
|
|
|
697
697
|
### `sfdx jayree:source:tracking:store:set`
|
|
698
698
|
|
|
@@ -724,7 +724,7 @@ EXAMPLE
|
|
|
724
724
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
727
|
+
_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.11/src/commands/jayree/source/tracking/store/set.ts)_
|
|
728
728
|
<!-- commandsstop -->
|
|
729
729
|
|
|
730
730
|
## Hooks
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"4.3.10","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:version":{"id":"jayree:version","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:scratchorg:settings"],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json"}},"args":[]},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true}},"args":[]},"jayree:packagedescription:create":{"id":"jayree:packagedescription:create","description":"creates an empty package with the description","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:get":{"id":"jayree:packagedescription:get","description":"get the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:remove":{"id":"jayree:packagedescription:remove","description":"remove the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:remove --file FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:set":{"id":"jayree:packagedescription:set","description":"set the description within a package","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n (examples will follow)","usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json"},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[]},"jayree:automation:changeset:deploy":{"id":"jayree:automation:changeset:deploy","description":"deploy incomming change set to an org (beta)","usage":"<%= command.id %> [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n","$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changeset":{"name":"changeset","type":"option","char":"s","description":"name of changeset to deploy","required":false},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"options":["Default","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org (default:false)","required":false,"allowNo":false},"nodialog":{"name":"nodialog","type":"boolean","description":"don't show the dialog wizard","required":false,"allowNo":false}},"args":[]},"jayree:automation:changeset:list":{"id":"jayree:automation:changeset:list","description":"list incomming change sets of an org (beta)","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:automation:ltngsync:status":{"id":"jayree:automation:ltngsync:status","description":"check the Lightning Sync User Sync Status and reset sync if needed (beta)","usage":"<%= command.id %> -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"officeuser":{"name":"officeuser","type":"option","char":"o","description":"'name' (firstname lastname) of the SF user","required":true},"statusonly":{"name":"statusonly","type":"boolean","char":"s","description":"get Lightning Sync status of the SF user, only","required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to wait for status change in minutes (default: infinitely)","required":false}},"args":[]},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:country:update"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed"},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[]},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:statecountry:import","jayree:automation:statecountry:create","jayree:automation:statecountry:update","jayree:automation:state:import"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code"},"category":{"name":"category","type":"option","description":"Subdivision category"},"language":{"name":"language","type":"option","description":"Language code"},"concurrent":{"name":"concurrent","type":"option","description":"ccc","default":1}},"args":[]},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","default":0}},"args":[]},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)"}},"args":[]}}}
|
|
1
|
+
{"version":"4.3.11","commands":{"jayree:flowtestcoverage":{"id":"jayree:flowtestcoverage","description":"check the flow test coverage of an org","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:version":{"id":"jayree:version","usage":"<%= command.id %> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","hidden":true,"aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"}},"args":[]},"jayree:org:settings":{"id":"jayree:org:settings","description":"write the current settings from an Org to a scratch org def file","usage":"<%= command.id %> [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:scratchorg:settings"],"examples":["$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"writetoprojectscratchdeffile":{"name":"writetoprojectscratchdeffile","type":"boolean","char":"w","description":"write output to project-scratch-def.json file","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"write to 'file' instead of project-scratch-def.json"}},"args":[]},"jayree:org:streaming":{"id":"jayree:org:streaming","description":"listen to streaming api and platform events","usage":"<%= command.id %> -p <string> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:streaming --topic=/event/eventName__e\n...\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"topic":{"name":"topic","type":"option","char":"p","description":"topic name","required":true}},"args":[]},"jayree:packagedescription:create":{"id":"jayree:packagedescription:create","description":"creates an empty package with the description","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to create","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:get":{"id":"jayree:packagedescription:get","description":"get the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:remove":{"id":"jayree:packagedescription:remove","description":"remove the description within a package","usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:remove --file FILENAME\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true}},"args":[{"name":"file"}]},"jayree:packagedescription:set":{"id":"jayree:packagedescription:set","description":"set the description within a package","usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"file":{"name":"file","type":"option","char":"f","description":"file to read","required":true},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true}},"args":[{"name":"file"}]},"jayree:source:fix":{"id":"jayree:source:fix","description":"fix local source files\n (examples will follow)","usage":"<%= command.id %> [-t <array>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tag":{"name":"tag","type":"option","char":"t","description":"comma-separated list of tag names listed in .sfdx-jayree.json"},"verbose":{"name":"verbose","type":"boolean","description":"log output to console","allowNo":false}},"args":[]},"jayree:automation:changeset:deploy":{"id":"jayree:automation:changeset:deploy","description":"deploy incomming change set to an org (beta)","usage":"<%= command.id %> [-r <string> -l <string>] [-c] [--nodialog -s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n","$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changeset":{"name":"changeset","type":"option","char":"s","description":"name of changeset to deploy","required":false},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"options":["Default","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"]},"checkonly":{"name":"checkonly","type":"boolean","char":"c","description":"validate deploy but don’t save to the org (default:false)","required":false,"allowNo":false},"nodialog":{"name":"nodialog","type":"boolean","description":"don't show the dialog wizard","required":false,"allowNo":false}},"args":[]},"jayree:automation:changeset:list":{"id":"jayree:automation:changeset:list","description":"list incomming change sets of an org (beta)","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:automation:ltngsync:status":{"id":"jayree:automation:ltngsync:status","description":"check the Lightning Sync User Sync Status and reset sync if needed (beta)","usage":"<%= command.id %> -o <string> [-s] [-w <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:automation:ltngsync:status -o 'Name'\nconfigSetup: User assigned to active Lightning Sync configuration... Yes\nuserContacts/userEvents: Salesforce and Exchange email addresses linked... Linked/Linked\nuserContacts/userEvents: Salesforce to Exchange sync status... Initial sync completed/Initial sync completed\nuserContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"officeuser":{"name":"officeuser","type":"option","char":"o","description":"'name' (firstname lastname) of the SF user","required":true},"statusonly":{"name":"statusonly","type":"boolean","char":"s","description":"get Lightning Sync status of the SF user, only","required":false,"allowNo":false},"wait":{"name":"wait","type":"option","char":"w","description":"wait time for command to wait for status change in minutes (default: infinitely)","required":false}},"args":[]},"jayree:org:configure:country":{"id":"jayree:org:configure:country","description":"update country integration values in the State/Country Picklists","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:country:update"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"silent":{"name":"silent","type":"boolean","description":"silent mode","hidden":true,"required":false,"allowNo":false}},"args":[]},"jayree:org:configure":{"id":"jayree:org:configure","description":"make configuration changes that are not covered by the metadata API\nSee example configuration on how to define tasks","usage":"<%= command.id %> [-t <array>] [--concurrent] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"tasks":{"name":"tasks","type":"option","char":"t","description":"list of task titles, if no tasks are specified, all tasks marked as active will be executed"},"concurrent":{"name":"concurrent","type":"boolean","description":"execute tasks in parallel","allowNo":false}},"args":[]},"jayree:org:configure:state":{"id":"jayree:org:configure:state","description":"import (create/update) states into the State/Country Picklists","usage":"<%= command.id %> [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":["jayree:automation:statecountry:import","jayree:automation:statecountry:create","jayree:automation:statecountry:update","jayree:automation:state:import"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"countrycode":{"name":"countrycode","type":"option","description":"Alpha-2 code"},"category":{"name":"category","type":"option","description":"Subdivision category"},"language":{"name":"language","type":"option","description":"Language code"},"concurrent":{"name":"concurrent","type":"option","description":"ccc","default":1}},"args":[]},"jayree:source:tracking:list":{"id":"jayree:source:tracking:list","description":"list changes in a scratch org by remote revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:list\n$ sfdx jayree:source:tracking:list -u me@my.org\n$ sfdx jayree:source:tracking:list -u me@my.org -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"start at a specific revision counter number","default":0}},"args":[]},"jayree:source:tracking:store:get":{"id":"jayree:source:tracking:store:get","description":"get stored revision counter number","usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:get\n$ sfdx jayree:source:tracking:store:get -u me@my.org"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"}},"args":[]},"jayree:source:tracking:store:set":{"id":"jayree:source:tracking:store:set","description":"store revision counter number","usage":"<%= command.id %> [-r <integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-jayree","pluginType":"core","aliases":[],"examples":["$ sfdx jayree:source:tracking:store:set\n$ sfdx jayree:source:tracking:store:set -u me@my.org\n$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"revision":{"name":"revision","type":"option","char":"r","description":"revision counter number (default: remote revision counter number)"}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,82 +1,80 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
3
|
"description": "sfdx ALM commands & more",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.11",
|
|
5
5
|
"author": "jayree <jayree.git@icloud.com>",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@jayree/sfdx-plugin-manifest": "^2.2.
|
|
8
|
+
"@jayree/sfdx-plugin-manifest": "^2.2.1",
|
|
9
9
|
"@jayree/sfdx-plugin-prettier": "^1.1.4",
|
|
10
10
|
"@oclif/config": "^1.18.3",
|
|
11
11
|
"@salesforce/command": "^4.2.2",
|
|
12
|
-
"@salesforce/kit": "^1.5.
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^5.12.
|
|
14
|
-
"@salesforce/source-tracking": "^1.
|
|
12
|
+
"@salesforce/kit": "^1.5.41",
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^5.12.13",
|
|
14
|
+
"@salesforce/source-tracking": "^1.5.0",
|
|
15
15
|
"adm-zip": "^0.5.9",
|
|
16
|
-
"chalk": "^4.1.2",
|
|
17
16
|
"cli-ux": "^5.6.7",
|
|
18
|
-
"debug": "^4.3.
|
|
17
|
+
"debug": "^4.3.4",
|
|
19
18
|
"enquirer": "^2.3.6",
|
|
20
|
-
"fast-xml-parser": "^4.0.
|
|
21
|
-
"fs-extra": "^10.0
|
|
22
|
-
"
|
|
23
|
-
"inquirer": "^8.2.0",
|
|
19
|
+
"fast-xml-parser": "^4.0.7",
|
|
20
|
+
"fs-extra": "^10.1.0",
|
|
21
|
+
"inquirer": "^8.2.4",
|
|
24
22
|
"is-docker": "^2.2.1",
|
|
25
23
|
"is-wsl": "^2.2.0",
|
|
26
|
-
"listr2": "^4.0.
|
|
27
|
-
"marked": "^4.0.
|
|
24
|
+
"listr2": "^4.0.5",
|
|
25
|
+
"marked": "^4.0.15",
|
|
28
26
|
"marked-terminal": "^4.2.0",
|
|
29
27
|
"object-path": "^0.11.8",
|
|
30
|
-
"puppeteer": "^13.
|
|
31
|
-
"semver": "^7.3.
|
|
28
|
+
"puppeteer": "^13.7.0",
|
|
29
|
+
"semver": "^7.3.7",
|
|
32
30
|
"tabletojson": "^2.0.7",
|
|
33
|
-
"tslib": "^2.
|
|
31
|
+
"tslib": "^2.4.0"
|
|
34
32
|
},
|
|
35
33
|
"devDependencies": {
|
|
36
|
-
"@commitlint/cli": "^16.2.
|
|
37
|
-
"@commitlint/config-conventional": "^16.2.
|
|
34
|
+
"@commitlint/cli": "^16.2.4",
|
|
35
|
+
"@commitlint/config-conventional": "^16.2.4",
|
|
38
36
|
"@oclif/dev-cli": "^1.26.10",
|
|
39
37
|
"@salesforce/dev-config": "^3.0.1",
|
|
40
|
-
"@salesforce/dev-scripts": "2.0.
|
|
38
|
+
"@salesforce/dev-scripts": "2.0.2",
|
|
41
39
|
"@salesforce/prettier-config": "^0.0.2",
|
|
42
40
|
"@salesforce/ts-sinon": "^1.3.21",
|
|
43
|
-
"@types/adm-zip": "^0.
|
|
44
|
-
"@types/chai": "^4.3.
|
|
41
|
+
"@types/adm-zip": "^0.5.0",
|
|
42
|
+
"@types/chai": "^4.3.1",
|
|
45
43
|
"@types/fs-extra": "^9.0.13",
|
|
46
|
-
"@types/inquirer": "^8.2.
|
|
47
|
-
"@types/jsforce": "^1.9.
|
|
48
|
-
"@types/marked": "^4.0.
|
|
44
|
+
"@types/inquirer": "^8.2.1",
|
|
45
|
+
"@types/jsforce": "^1.9.42",
|
|
46
|
+
"@types/marked": "^4.0.3",
|
|
49
47
|
"@types/marked-terminal": "^3.1.3",
|
|
50
|
-
"@types/mocha": "^9.1.
|
|
51
|
-
"@types/node": "^17.0.
|
|
48
|
+
"@types/mocha": "^9.1.1",
|
|
49
|
+
"@types/node": "^17.0.31",
|
|
52
50
|
"@types/semver": "^7.3.9",
|
|
53
51
|
"@types/sinon": "^10.0.11",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
55
|
-
"@typescript-eslint/parser": "^5.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
53
|
+
"@typescript-eslint/parser": "^5.22.0",
|
|
56
54
|
"chai": "^4.3.6",
|
|
57
55
|
"codecov": "^3.8.3",
|
|
58
56
|
"deepmerge": "^4.2.2",
|
|
59
|
-
"eslint": "^8.
|
|
57
|
+
"eslint": "^8.15.0",
|
|
60
58
|
"eslint-config-prettier": "^8.5.0",
|
|
61
59
|
"eslint-config-salesforce": "^0.1.6",
|
|
62
60
|
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
63
61
|
"eslint-plugin-header": "^3.1.1",
|
|
64
|
-
"eslint-plugin-import": "^2.
|
|
65
|
-
"eslint-plugin-jsdoc": "^
|
|
62
|
+
"eslint-plugin-import": "^2.26.0",
|
|
63
|
+
"eslint-plugin-jsdoc": "^39.2.9",
|
|
66
64
|
"eslint-plugin-prettier": "^4.0.0",
|
|
67
65
|
"husky": "^7.0.4",
|
|
68
66
|
"is-ci": "^3.0.1",
|
|
69
|
-
"mocha": "^
|
|
67
|
+
"mocha": "^10.0.0",
|
|
70
68
|
"nock": "^13.2.4",
|
|
71
69
|
"nyc": "^15.1.0",
|
|
72
70
|
"patch-package": "^6.4.7",
|
|
73
71
|
"pinst": "^3.0.0",
|
|
74
|
-
"prettier": "^2.
|
|
72
|
+
"prettier": "^2.6.2",
|
|
75
73
|
"pretty-quick": "^3.1.3",
|
|
76
|
-
"sinon": "^
|
|
74
|
+
"sinon": "^14.0.0",
|
|
77
75
|
"source-map-support": "^0.5.21",
|
|
78
|
-
"ts-node": "^10.
|
|
79
|
-
"typescript": "^4.6.
|
|
76
|
+
"ts-node": "^10.7.0",
|
|
77
|
+
"typescript": "^4.6.4"
|
|
80
78
|
},
|
|
81
79
|
"engines": {
|
|
82
80
|
"node": ">=14.17.1"
|