@jayree/sfdx-plugin-legacy 1.1.20 → 1.1.21
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 +10 -0
- package/README.md +8 -8
- package/oclif.manifest.json +675 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [1.1.21](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.20...v1.1.21) (2023-01-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump @oclif/core from 1.24.0 to 1.25.0 ([#271](https://github.com/jayree/sfdx-plugin-legacy/issues/271)) ([ac2657a](https://github.com/jayree/sfdx-plugin-legacy/commit/ac2657a6ae0079c41cb60dc8abf42d067fc5ae36))
|
|
7
|
+
* **deps:** bump @salesforce/command from 5.2.40 to 5.2.41 ([#267](https://github.com/jayree/sfdx-plugin-legacy/issues/267)) ([f9d7907](https://github.com/jayree/sfdx-plugin-legacy/commit/f9d790733aaff85bfc4ab6fc211398bf987c72e7))
|
|
8
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 7.7.0 to 7.7.3 ([#263](https://github.com/jayree/sfdx-plugin-legacy/issues/263)) ([bf4764d](https://github.com/jayree/sfdx-plugin-legacy/commit/bf4764df055dabe4c62ffe6d4a87f9c49ea990d7))
|
|
9
|
+
* **deps:** bump marked from 4.2.5 to 4.2.12 ([#274](https://github.com/jayree/sfdx-plugin-legacy/issues/274)) ([c2bf869](https://github.com/jayree/sfdx-plugin-legacy/commit/c2bf869380c7478419cb908672681413cd19197c))
|
|
10
|
+
|
|
1
11
|
## [1.1.20](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.19...v1.1.20) (2023-01-13)
|
|
2
12
|
|
|
3
13
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ sfdx plugins:install @jayree/sfdx-plugin-legacy
|
|
|
21
21
|
$ sfdx jayree:[COMMAND]
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx plugins
|
|
24
|
-
@jayree/sfdx-plugin-legacy 1.1.
|
|
24
|
+
@jayree/sfdx-plugin-legacy 1.1.21
|
|
25
25
|
$ sfdx help jayree:[COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx jayree:COMMAND
|
|
@@ -86,7 +86,7 @@ EXAMPLES
|
|
|
86
86
|
❯ ChangeSet1
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
89
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
90
90
|
|
|
91
91
|
### `sfdx jayree:automation:changeset:list`
|
|
92
92
|
|
|
@@ -110,7 +110,7 @@ DESCRIPTION
|
|
|
110
110
|
list incomming change sets of an org (beta)
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
113
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/automation/changeset/list.ts)_
|
|
114
114
|
|
|
115
115
|
### `sfdx jayree:automation:ltngsync:status`
|
|
116
116
|
|
|
@@ -148,7 +148,7 @@ EXAMPLES
|
|
|
148
148
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
151
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
152
152
|
|
|
153
153
|
### `sfdx jayree:packagedescription:create`
|
|
154
154
|
|
|
@@ -173,7 +173,7 @@ EXAMPLES
|
|
|
173
173
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
176
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/packagedescription/create.ts)_
|
|
177
177
|
|
|
178
178
|
### `sfdx jayree:packagedescription:get`
|
|
179
179
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
Description of Package FILENAME
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
201
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/packagedescription/get.ts)_
|
|
202
202
|
|
|
203
203
|
### `sfdx jayree:packagedescription:remove`
|
|
204
204
|
|
|
@@ -222,7 +222,7 @@ EXAMPLES
|
|
|
222
222
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
225
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/packagedescription/remove.ts)_
|
|
226
226
|
|
|
227
227
|
### `sfdx jayree:packagedescription:set`
|
|
228
228
|
|
|
@@ -247,5 +247,5 @@ EXAMPLES
|
|
|
247
247
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
250
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.21/src/commands/jayree/packagedescription/set.ts)_
|
|
251
251
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1,675 @@
|
|
|
1
|
-
{"version":"1.1.20","commands":{"jayree:packagedescription:create":{"id":"jayree:packagedescription:create","description":"creates an empty package with the description","strict":true,"usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true,"multiple":false,"dependsOn":["file"]}},"args":[{"name":"file"}],"flagsConfig":{"file":{"kind":"string","char":"f","description":"file to create","required":true,"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"new description value","dependsOn":["file"],"required":true,"input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":false},"jayree:packagedescription:get":{"id":"jayree:packagedescription:get","description":"get the description within a package","strict":true,"usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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,"multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"file":{"kind":"string","char":"f","description":"file to read","required":true,"input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":false},"jayree:packagedescription:remove":{"id":"jayree:packagedescription:remove","description":"remove the description within a package","strict":true,"usage":"<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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,"multiple":false}},"args":[{"name":"file"}],"flagsConfig":{"file":{"kind":"string","char":"f","description":"file to read","required":true,"input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":false},"jayree:packagedescription:set":{"id":"jayree:packagedescription:set","description":"set the description within a package","strict":true,"usage":"<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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,"multiple":false},"description":{"name":"description","type":"option","char":"d","description":"new description value","required":true,"multiple":false,"dependsOn":["file"]}},"args":[{"name":"file"}],"flagsConfig":{"file":{"kind":"string","char":"f","description":"file to read","required":true,"input":[],"multiple":false,"type":"option"},"description":{"kind":"string","char":"d","description":"new description value","dependsOn":["file"],"required":true,"input":[],"multiple":false,"type":"option"}},"requiresUsername":false,"supportsDevhubUsername":false,"requiresProject":false},"jayree:automation:changeset:deploy":{"id":"jayree:automation:changeset:deploy","description":"deploy incomming change set to an org (beta)","strict":true,"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":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"changeset":{"name":"changeset","type":"option","char":"s","description":"name of changeset to deploy","required":false,"multiple":false},"runtests":{"name":"runtests","type":"option","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false,"multiple":false,"dependsOn":["testlevel"]},"testlevel":{"name":"testlevel","type":"option","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"multiple":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,"dependsOn":["changeset"]}},"args":[],"flagsConfig":{"changeset":{"kind":"string","char":"s","description":"name of changeset to deploy","required":false,"input":[],"multiple":false,"type":"option"},"runtests":{"kind":"string","char":"r","description":"tests to run if --testlevel RunSpecifiedTests","required":false,"dependsOn":["testlevel"],"input":[],"multiple":false,"type":"option"},"testlevel":{"kind":"string","char":"l","description":"deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)","required":false,"options":["Default","RunSpecifiedTests","RunLocalTests","RunAllTestsInOrg"],"input":[],"multiple":false,"type":"option"},"checkonly":{"kind":"boolean","char":"c","description":"validate deploy but don’t save to the org (default:false)","required":false,"allowNo":false,"type":"boolean"},"nodialog":{"kind":"boolean","description":"don't show the dialog wizard","required":false,"dependsOn":["changeset"],"allowNo":false,"type":"boolean"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:automation:changeset:list":{"id":"jayree:automation:changeset:list","description":"list incomming change sets of an org (beta)","strict":true,"usage":"<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false}},"args":[],"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false},"jayree:automation:ltngsync:status":{"id":"jayree:automation:ltngsync:status","description":"check the Lightning Sync User Sync Status and reset sync if needed (beta)","strict":true,"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":"@jayree/sfdx-plugin-legacy","pluginAlias":"@jayree/sfdx-plugin-legacy","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)","multiple":false,"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","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"officeuser":{"name":"officeuser","type":"option","char":"o","description":"'name' (firstname lastname) of the SF user","required":true,"multiple":false},"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,"multiple":false}},"args":[],"flagsConfig":{"officeuser":{"kind":"string","char":"o","description":"'name' (firstname lastname) of the SF user","required":true,"input":[],"multiple":false,"type":"option"},"statusonly":{"kind":"boolean","char":"s","description":"get Lightning Sync status of the SF user, only","required":false,"allowNo":false,"type":"boolean"},"wait":{"kind":"integer","char":"w","description":"wait time for command to wait for status change in minutes (default: infinitely)","required":false,"input":[],"multiple":false,"type":"option"}},"requiresUsername":true,"supportsDevhubUsername":false,"requiresProject":false}}}
|
|
1
|
+
{
|
|
2
|
+
"version": "1.1.21",
|
|
3
|
+
"commands": {
|
|
4
|
+
"jayree:packagedescription:create": {
|
|
5
|
+
"id": "jayree:packagedescription:create",
|
|
6
|
+
"description": "creates an empty package with the description",
|
|
7
|
+
"strict": true,
|
|
8
|
+
"usage": "<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
9
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
10
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
11
|
+
"pluginType": "core",
|
|
12
|
+
"aliases": [],
|
|
13
|
+
"examples": [
|
|
14
|
+
"$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "
|
|
15
|
+
],
|
|
16
|
+
"flags": {
|
|
17
|
+
"json": {
|
|
18
|
+
"name": "json",
|
|
19
|
+
"type": "boolean",
|
|
20
|
+
"description": "format output as json",
|
|
21
|
+
"allowNo": false
|
|
22
|
+
},
|
|
23
|
+
"loglevel": {
|
|
24
|
+
"name": "loglevel",
|
|
25
|
+
"type": "option",
|
|
26
|
+
"description": "logging level for this command invocation",
|
|
27
|
+
"required": false,
|
|
28
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
29
|
+
"multiple": false,
|
|
30
|
+
"options": [
|
|
31
|
+
"trace",
|
|
32
|
+
"debug",
|
|
33
|
+
"info",
|
|
34
|
+
"warn",
|
|
35
|
+
"error",
|
|
36
|
+
"fatal",
|
|
37
|
+
"TRACE",
|
|
38
|
+
"DEBUG",
|
|
39
|
+
"INFO",
|
|
40
|
+
"WARN",
|
|
41
|
+
"ERROR",
|
|
42
|
+
"FATAL"
|
|
43
|
+
],
|
|
44
|
+
"default": "warn"
|
|
45
|
+
},
|
|
46
|
+
"file": {
|
|
47
|
+
"name": "file",
|
|
48
|
+
"type": "option",
|
|
49
|
+
"char": "f",
|
|
50
|
+
"description": "file to create",
|
|
51
|
+
"required": true,
|
|
52
|
+
"multiple": false
|
|
53
|
+
},
|
|
54
|
+
"description": {
|
|
55
|
+
"name": "description",
|
|
56
|
+
"type": "option",
|
|
57
|
+
"char": "d",
|
|
58
|
+
"description": "new description value",
|
|
59
|
+
"required": true,
|
|
60
|
+
"multiple": false,
|
|
61
|
+
"dependsOn": [
|
|
62
|
+
"file"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"args": {
|
|
67
|
+
"file": {
|
|
68
|
+
"name": "file"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"flagsConfig": {
|
|
72
|
+
"file": {
|
|
73
|
+
"kind": "string",
|
|
74
|
+
"char": "f",
|
|
75
|
+
"description": "file to create",
|
|
76
|
+
"required": true,
|
|
77
|
+
"input": [],
|
|
78
|
+
"multiple": false,
|
|
79
|
+
"type": "option"
|
|
80
|
+
},
|
|
81
|
+
"description": {
|
|
82
|
+
"kind": "string",
|
|
83
|
+
"char": "d",
|
|
84
|
+
"description": "new description value",
|
|
85
|
+
"dependsOn": [
|
|
86
|
+
"file"
|
|
87
|
+
],
|
|
88
|
+
"required": true,
|
|
89
|
+
"input": [],
|
|
90
|
+
"multiple": false,
|
|
91
|
+
"type": "option"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"requiresUsername": false,
|
|
95
|
+
"supportsDevhubUsername": false,
|
|
96
|
+
"requiresProject": false
|
|
97
|
+
},
|
|
98
|
+
"jayree:packagedescription:get": {
|
|
99
|
+
"id": "jayree:packagedescription:get",
|
|
100
|
+
"description": "get the description within a package",
|
|
101
|
+
"strict": true,
|
|
102
|
+
"usage": "<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
103
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
104
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
105
|
+
"pluginType": "core",
|
|
106
|
+
"aliases": [],
|
|
107
|
+
"examples": [
|
|
108
|
+
"$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "
|
|
109
|
+
],
|
|
110
|
+
"flags": {
|
|
111
|
+
"json": {
|
|
112
|
+
"name": "json",
|
|
113
|
+
"type": "boolean",
|
|
114
|
+
"description": "format output as json",
|
|
115
|
+
"allowNo": false
|
|
116
|
+
},
|
|
117
|
+
"loglevel": {
|
|
118
|
+
"name": "loglevel",
|
|
119
|
+
"type": "option",
|
|
120
|
+
"description": "logging level for this command invocation",
|
|
121
|
+
"required": false,
|
|
122
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
123
|
+
"multiple": false,
|
|
124
|
+
"options": [
|
|
125
|
+
"trace",
|
|
126
|
+
"debug",
|
|
127
|
+
"info",
|
|
128
|
+
"warn",
|
|
129
|
+
"error",
|
|
130
|
+
"fatal",
|
|
131
|
+
"TRACE",
|
|
132
|
+
"DEBUG",
|
|
133
|
+
"INFO",
|
|
134
|
+
"WARN",
|
|
135
|
+
"ERROR",
|
|
136
|
+
"FATAL"
|
|
137
|
+
],
|
|
138
|
+
"default": "warn"
|
|
139
|
+
},
|
|
140
|
+
"file": {
|
|
141
|
+
"name": "file",
|
|
142
|
+
"type": "option",
|
|
143
|
+
"char": "f",
|
|
144
|
+
"description": "file to read",
|
|
145
|
+
"required": true,
|
|
146
|
+
"multiple": false
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"args": {
|
|
150
|
+
"file": {
|
|
151
|
+
"name": "file"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"flagsConfig": {
|
|
155
|
+
"file": {
|
|
156
|
+
"kind": "string",
|
|
157
|
+
"char": "f",
|
|
158
|
+
"description": "file to read",
|
|
159
|
+
"required": true,
|
|
160
|
+
"input": [],
|
|
161
|
+
"multiple": false,
|
|
162
|
+
"type": "option"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"requiresUsername": false,
|
|
166
|
+
"supportsDevhubUsername": false,
|
|
167
|
+
"requiresProject": false
|
|
168
|
+
},
|
|
169
|
+
"jayree:packagedescription:remove": {
|
|
170
|
+
"id": "jayree:packagedescription:remove",
|
|
171
|
+
"description": "remove the description within a package",
|
|
172
|
+
"strict": true,
|
|
173
|
+
"usage": "<%= command.id %> -f <string> [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
174
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
175
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
176
|
+
"pluginType": "core",
|
|
177
|
+
"aliases": [],
|
|
178
|
+
"examples": [
|
|
179
|
+
"$ sfdx jayree:packagedescription:remove --file FILENAME\n "
|
|
180
|
+
],
|
|
181
|
+
"flags": {
|
|
182
|
+
"json": {
|
|
183
|
+
"name": "json",
|
|
184
|
+
"type": "boolean",
|
|
185
|
+
"description": "format output as json",
|
|
186
|
+
"allowNo": false
|
|
187
|
+
},
|
|
188
|
+
"loglevel": {
|
|
189
|
+
"name": "loglevel",
|
|
190
|
+
"type": "option",
|
|
191
|
+
"description": "logging level for this command invocation",
|
|
192
|
+
"required": false,
|
|
193
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
194
|
+
"multiple": false,
|
|
195
|
+
"options": [
|
|
196
|
+
"trace",
|
|
197
|
+
"debug",
|
|
198
|
+
"info",
|
|
199
|
+
"warn",
|
|
200
|
+
"error",
|
|
201
|
+
"fatal",
|
|
202
|
+
"TRACE",
|
|
203
|
+
"DEBUG",
|
|
204
|
+
"INFO",
|
|
205
|
+
"WARN",
|
|
206
|
+
"ERROR",
|
|
207
|
+
"FATAL"
|
|
208
|
+
],
|
|
209
|
+
"default": "warn"
|
|
210
|
+
},
|
|
211
|
+
"file": {
|
|
212
|
+
"name": "file",
|
|
213
|
+
"type": "option",
|
|
214
|
+
"char": "f",
|
|
215
|
+
"description": "file to read",
|
|
216
|
+
"required": true,
|
|
217
|
+
"multiple": false
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"args": {
|
|
221
|
+
"file": {
|
|
222
|
+
"name": "file"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"flagsConfig": {
|
|
226
|
+
"file": {
|
|
227
|
+
"kind": "string",
|
|
228
|
+
"char": "f",
|
|
229
|
+
"description": "file to read",
|
|
230
|
+
"required": true,
|
|
231
|
+
"input": [],
|
|
232
|
+
"multiple": false,
|
|
233
|
+
"type": "option"
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
"requiresUsername": false,
|
|
237
|
+
"supportsDevhubUsername": false,
|
|
238
|
+
"requiresProject": false
|
|
239
|
+
},
|
|
240
|
+
"jayree:packagedescription:set": {
|
|
241
|
+
"id": "jayree:packagedescription:set",
|
|
242
|
+
"description": "set the description within a package",
|
|
243
|
+
"strict": true,
|
|
244
|
+
"usage": "<%= command.id %> (-d <string> -f <string>) [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
245
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
246
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
247
|
+
"pluginType": "core",
|
|
248
|
+
"aliases": [],
|
|
249
|
+
"examples": [
|
|
250
|
+
"$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "
|
|
251
|
+
],
|
|
252
|
+
"flags": {
|
|
253
|
+
"json": {
|
|
254
|
+
"name": "json",
|
|
255
|
+
"type": "boolean",
|
|
256
|
+
"description": "format output as json",
|
|
257
|
+
"allowNo": false
|
|
258
|
+
},
|
|
259
|
+
"loglevel": {
|
|
260
|
+
"name": "loglevel",
|
|
261
|
+
"type": "option",
|
|
262
|
+
"description": "logging level for this command invocation",
|
|
263
|
+
"required": false,
|
|
264
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
265
|
+
"multiple": false,
|
|
266
|
+
"options": [
|
|
267
|
+
"trace",
|
|
268
|
+
"debug",
|
|
269
|
+
"info",
|
|
270
|
+
"warn",
|
|
271
|
+
"error",
|
|
272
|
+
"fatal",
|
|
273
|
+
"TRACE",
|
|
274
|
+
"DEBUG",
|
|
275
|
+
"INFO",
|
|
276
|
+
"WARN",
|
|
277
|
+
"ERROR",
|
|
278
|
+
"FATAL"
|
|
279
|
+
],
|
|
280
|
+
"default": "warn"
|
|
281
|
+
},
|
|
282
|
+
"file": {
|
|
283
|
+
"name": "file",
|
|
284
|
+
"type": "option",
|
|
285
|
+
"char": "f",
|
|
286
|
+
"description": "file to read",
|
|
287
|
+
"required": true,
|
|
288
|
+
"multiple": false
|
|
289
|
+
},
|
|
290
|
+
"description": {
|
|
291
|
+
"name": "description",
|
|
292
|
+
"type": "option",
|
|
293
|
+
"char": "d",
|
|
294
|
+
"description": "new description value",
|
|
295
|
+
"required": true,
|
|
296
|
+
"multiple": false,
|
|
297
|
+
"dependsOn": [
|
|
298
|
+
"file"
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"args": {
|
|
303
|
+
"file": {
|
|
304
|
+
"name": "file"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"flagsConfig": {
|
|
308
|
+
"file": {
|
|
309
|
+
"kind": "string",
|
|
310
|
+
"char": "f",
|
|
311
|
+
"description": "file to read",
|
|
312
|
+
"required": true,
|
|
313
|
+
"input": [],
|
|
314
|
+
"multiple": false,
|
|
315
|
+
"type": "option"
|
|
316
|
+
},
|
|
317
|
+
"description": {
|
|
318
|
+
"kind": "string",
|
|
319
|
+
"char": "d",
|
|
320
|
+
"description": "new description value",
|
|
321
|
+
"dependsOn": [
|
|
322
|
+
"file"
|
|
323
|
+
],
|
|
324
|
+
"required": true,
|
|
325
|
+
"input": [],
|
|
326
|
+
"multiple": false,
|
|
327
|
+
"type": "option"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"requiresUsername": false,
|
|
331
|
+
"supportsDevhubUsername": false,
|
|
332
|
+
"requiresProject": false
|
|
333
|
+
},
|
|
334
|
+
"jayree:automation:changeset:deploy": {
|
|
335
|
+
"id": "jayree:automation:changeset:deploy",
|
|
336
|
+
"description": "deploy incomming change set to an org (beta)",
|
|
337
|
+
"strict": true,
|
|
338
|
+
"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]",
|
|
339
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
340
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
341
|
+
"pluginType": "core",
|
|
342
|
+
"aliases": [],
|
|
343
|
+
"examples": [
|
|
344
|
+
"$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
|
|
345
|
+
"$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
|
|
346
|
+
],
|
|
347
|
+
"flags": {
|
|
348
|
+
"json": {
|
|
349
|
+
"name": "json",
|
|
350
|
+
"type": "boolean",
|
|
351
|
+
"description": "format output as json",
|
|
352
|
+
"allowNo": false
|
|
353
|
+
},
|
|
354
|
+
"loglevel": {
|
|
355
|
+
"name": "loglevel",
|
|
356
|
+
"type": "option",
|
|
357
|
+
"description": "logging level for this command invocation",
|
|
358
|
+
"required": false,
|
|
359
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
360
|
+
"multiple": false,
|
|
361
|
+
"options": [
|
|
362
|
+
"trace",
|
|
363
|
+
"debug",
|
|
364
|
+
"info",
|
|
365
|
+
"warn",
|
|
366
|
+
"error",
|
|
367
|
+
"fatal",
|
|
368
|
+
"TRACE",
|
|
369
|
+
"DEBUG",
|
|
370
|
+
"INFO",
|
|
371
|
+
"WARN",
|
|
372
|
+
"ERROR",
|
|
373
|
+
"FATAL"
|
|
374
|
+
],
|
|
375
|
+
"default": "warn"
|
|
376
|
+
},
|
|
377
|
+
"targetusername": {
|
|
378
|
+
"name": "targetusername",
|
|
379
|
+
"type": "option",
|
|
380
|
+
"char": "u",
|
|
381
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
382
|
+
"multiple": false
|
|
383
|
+
},
|
|
384
|
+
"apiversion": {
|
|
385
|
+
"name": "apiversion",
|
|
386
|
+
"type": "option",
|
|
387
|
+
"description": "override the api version used for api requests made by this command",
|
|
388
|
+
"multiple": false
|
|
389
|
+
},
|
|
390
|
+
"changeset": {
|
|
391
|
+
"name": "changeset",
|
|
392
|
+
"type": "option",
|
|
393
|
+
"char": "s",
|
|
394
|
+
"description": "name of changeset to deploy",
|
|
395
|
+
"required": false,
|
|
396
|
+
"multiple": false
|
|
397
|
+
},
|
|
398
|
+
"runtests": {
|
|
399
|
+
"name": "runtests",
|
|
400
|
+
"type": "option",
|
|
401
|
+
"char": "r",
|
|
402
|
+
"description": "tests to run if --testlevel RunSpecifiedTests",
|
|
403
|
+
"required": false,
|
|
404
|
+
"multiple": false,
|
|
405
|
+
"dependsOn": [
|
|
406
|
+
"testlevel"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
409
|
+
"testlevel": {
|
|
410
|
+
"name": "testlevel",
|
|
411
|
+
"type": "option",
|
|
412
|
+
"char": "l",
|
|
413
|
+
"description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
|
|
414
|
+
"required": false,
|
|
415
|
+
"multiple": false,
|
|
416
|
+
"options": [
|
|
417
|
+
"Default",
|
|
418
|
+
"RunSpecifiedTests",
|
|
419
|
+
"RunLocalTests",
|
|
420
|
+
"RunAllTestsInOrg"
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"checkonly": {
|
|
424
|
+
"name": "checkonly",
|
|
425
|
+
"type": "boolean",
|
|
426
|
+
"char": "c",
|
|
427
|
+
"description": "validate deploy but don’t save to the org (default:false)",
|
|
428
|
+
"required": false,
|
|
429
|
+
"allowNo": false
|
|
430
|
+
},
|
|
431
|
+
"nodialog": {
|
|
432
|
+
"name": "nodialog",
|
|
433
|
+
"type": "boolean",
|
|
434
|
+
"description": "don't show the dialog wizard",
|
|
435
|
+
"required": false,
|
|
436
|
+
"allowNo": false,
|
|
437
|
+
"dependsOn": [
|
|
438
|
+
"changeset"
|
|
439
|
+
]
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"args": {},
|
|
443
|
+
"flagsConfig": {
|
|
444
|
+
"changeset": {
|
|
445
|
+
"kind": "string",
|
|
446
|
+
"char": "s",
|
|
447
|
+
"description": "name of changeset to deploy",
|
|
448
|
+
"required": false,
|
|
449
|
+
"input": [],
|
|
450
|
+
"multiple": false,
|
|
451
|
+
"type": "option"
|
|
452
|
+
},
|
|
453
|
+
"runtests": {
|
|
454
|
+
"kind": "string",
|
|
455
|
+
"char": "r",
|
|
456
|
+
"description": "tests to run if --testlevel RunSpecifiedTests",
|
|
457
|
+
"required": false,
|
|
458
|
+
"dependsOn": [
|
|
459
|
+
"testlevel"
|
|
460
|
+
],
|
|
461
|
+
"input": [],
|
|
462
|
+
"multiple": false,
|
|
463
|
+
"type": "option"
|
|
464
|
+
},
|
|
465
|
+
"testlevel": {
|
|
466
|
+
"kind": "string",
|
|
467
|
+
"char": "l",
|
|
468
|
+
"description": "deployment testing level (Default,RunSpecifiedTests,RunLocalTests,RunAllTestsInOrg)",
|
|
469
|
+
"required": false,
|
|
470
|
+
"options": [
|
|
471
|
+
"Default",
|
|
472
|
+
"RunSpecifiedTests",
|
|
473
|
+
"RunLocalTests",
|
|
474
|
+
"RunAllTestsInOrg"
|
|
475
|
+
],
|
|
476
|
+
"input": [],
|
|
477
|
+
"multiple": false,
|
|
478
|
+
"type": "option"
|
|
479
|
+
},
|
|
480
|
+
"checkonly": {
|
|
481
|
+
"kind": "boolean",
|
|
482
|
+
"char": "c",
|
|
483
|
+
"description": "validate deploy but don’t save to the org (default:false)",
|
|
484
|
+
"required": false,
|
|
485
|
+
"allowNo": false,
|
|
486
|
+
"type": "boolean"
|
|
487
|
+
},
|
|
488
|
+
"nodialog": {
|
|
489
|
+
"kind": "boolean",
|
|
490
|
+
"description": "don't show the dialog wizard",
|
|
491
|
+
"required": false,
|
|
492
|
+
"dependsOn": [
|
|
493
|
+
"changeset"
|
|
494
|
+
],
|
|
495
|
+
"allowNo": false,
|
|
496
|
+
"type": "boolean"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"requiresUsername": true,
|
|
500
|
+
"supportsDevhubUsername": false,
|
|
501
|
+
"requiresProject": false
|
|
502
|
+
},
|
|
503
|
+
"jayree:automation:changeset:list": {
|
|
504
|
+
"id": "jayree:automation:changeset:list",
|
|
505
|
+
"description": "list incomming change sets of an org (beta)",
|
|
506
|
+
"strict": true,
|
|
507
|
+
"usage": "<%= command.id %> [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]",
|
|
508
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
509
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
510
|
+
"pluginType": "core",
|
|
511
|
+
"aliases": [],
|
|
512
|
+
"flags": {
|
|
513
|
+
"json": {
|
|
514
|
+
"name": "json",
|
|
515
|
+
"type": "boolean",
|
|
516
|
+
"description": "format output as json",
|
|
517
|
+
"allowNo": false
|
|
518
|
+
},
|
|
519
|
+
"loglevel": {
|
|
520
|
+
"name": "loglevel",
|
|
521
|
+
"type": "option",
|
|
522
|
+
"description": "logging level for this command invocation",
|
|
523
|
+
"required": false,
|
|
524
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
525
|
+
"multiple": false,
|
|
526
|
+
"options": [
|
|
527
|
+
"trace",
|
|
528
|
+
"debug",
|
|
529
|
+
"info",
|
|
530
|
+
"warn",
|
|
531
|
+
"error",
|
|
532
|
+
"fatal",
|
|
533
|
+
"TRACE",
|
|
534
|
+
"DEBUG",
|
|
535
|
+
"INFO",
|
|
536
|
+
"WARN",
|
|
537
|
+
"ERROR",
|
|
538
|
+
"FATAL"
|
|
539
|
+
],
|
|
540
|
+
"default": "warn"
|
|
541
|
+
},
|
|
542
|
+
"targetusername": {
|
|
543
|
+
"name": "targetusername",
|
|
544
|
+
"type": "option",
|
|
545
|
+
"char": "u",
|
|
546
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
547
|
+
"multiple": false
|
|
548
|
+
},
|
|
549
|
+
"apiversion": {
|
|
550
|
+
"name": "apiversion",
|
|
551
|
+
"type": "option",
|
|
552
|
+
"description": "override the api version used for api requests made by this command",
|
|
553
|
+
"multiple": false
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
"args": {},
|
|
557
|
+
"requiresUsername": true,
|
|
558
|
+
"supportsDevhubUsername": false,
|
|
559
|
+
"requiresProject": false
|
|
560
|
+
},
|
|
561
|
+
"jayree:automation:ltngsync:status": {
|
|
562
|
+
"id": "jayree:automation:ltngsync:status",
|
|
563
|
+
"description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
|
|
564
|
+
"strict": true,
|
|
565
|
+
"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]",
|
|
566
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
567
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
568
|
+
"pluginType": "core",
|
|
569
|
+
"aliases": [],
|
|
570
|
+
"examples": [
|
|
571
|
+
"$ 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"
|
|
572
|
+
],
|
|
573
|
+
"flags": {
|
|
574
|
+
"json": {
|
|
575
|
+
"name": "json",
|
|
576
|
+
"type": "boolean",
|
|
577
|
+
"description": "format output as json",
|
|
578
|
+
"allowNo": false
|
|
579
|
+
},
|
|
580
|
+
"loglevel": {
|
|
581
|
+
"name": "loglevel",
|
|
582
|
+
"type": "option",
|
|
583
|
+
"description": "logging level for this command invocation",
|
|
584
|
+
"required": false,
|
|
585
|
+
"helpValue": "(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)",
|
|
586
|
+
"multiple": false,
|
|
587
|
+
"options": [
|
|
588
|
+
"trace",
|
|
589
|
+
"debug",
|
|
590
|
+
"info",
|
|
591
|
+
"warn",
|
|
592
|
+
"error",
|
|
593
|
+
"fatal",
|
|
594
|
+
"TRACE",
|
|
595
|
+
"DEBUG",
|
|
596
|
+
"INFO",
|
|
597
|
+
"WARN",
|
|
598
|
+
"ERROR",
|
|
599
|
+
"FATAL"
|
|
600
|
+
],
|
|
601
|
+
"default": "warn"
|
|
602
|
+
},
|
|
603
|
+
"targetusername": {
|
|
604
|
+
"name": "targetusername",
|
|
605
|
+
"type": "option",
|
|
606
|
+
"char": "u",
|
|
607
|
+
"description": "username or alias for the target org; overrides default target org",
|
|
608
|
+
"multiple": false
|
|
609
|
+
},
|
|
610
|
+
"apiversion": {
|
|
611
|
+
"name": "apiversion",
|
|
612
|
+
"type": "option",
|
|
613
|
+
"description": "override the api version used for api requests made by this command",
|
|
614
|
+
"multiple": false
|
|
615
|
+
},
|
|
616
|
+
"officeuser": {
|
|
617
|
+
"name": "officeuser",
|
|
618
|
+
"type": "option",
|
|
619
|
+
"char": "o",
|
|
620
|
+
"description": "'name' (firstname lastname) of the SF user",
|
|
621
|
+
"required": true,
|
|
622
|
+
"multiple": false
|
|
623
|
+
},
|
|
624
|
+
"statusonly": {
|
|
625
|
+
"name": "statusonly",
|
|
626
|
+
"type": "boolean",
|
|
627
|
+
"char": "s",
|
|
628
|
+
"description": "get Lightning Sync status of the SF user, only",
|
|
629
|
+
"required": false,
|
|
630
|
+
"allowNo": false
|
|
631
|
+
},
|
|
632
|
+
"wait": {
|
|
633
|
+
"name": "wait",
|
|
634
|
+
"type": "option",
|
|
635
|
+
"char": "w",
|
|
636
|
+
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
637
|
+
"required": false,
|
|
638
|
+
"multiple": false
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"args": {},
|
|
642
|
+
"flagsConfig": {
|
|
643
|
+
"officeuser": {
|
|
644
|
+
"kind": "string",
|
|
645
|
+
"char": "o",
|
|
646
|
+
"description": "'name' (firstname lastname) of the SF user",
|
|
647
|
+
"required": true,
|
|
648
|
+
"input": [],
|
|
649
|
+
"multiple": false,
|
|
650
|
+
"type": "option"
|
|
651
|
+
},
|
|
652
|
+
"statusonly": {
|
|
653
|
+
"kind": "boolean",
|
|
654
|
+
"char": "s",
|
|
655
|
+
"description": "get Lightning Sync status of the SF user, only",
|
|
656
|
+
"required": false,
|
|
657
|
+
"allowNo": false,
|
|
658
|
+
"type": "boolean"
|
|
659
|
+
},
|
|
660
|
+
"wait": {
|
|
661
|
+
"kind": "integer",
|
|
662
|
+
"char": "w",
|
|
663
|
+
"description": "wait time for command to wait for status change in minutes (default: infinitely)",
|
|
664
|
+
"required": false,
|
|
665
|
+
"input": [],
|
|
666
|
+
"multiple": false,
|
|
667
|
+
"type": "option"
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
"requiresUsername": true,
|
|
671
|
+
"supportsDevhubUsername": false,
|
|
672
|
+
"requiresProject": false
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jayree/sfdx-plugin-legacy",
|
|
3
3
|
"description": "A Salesforce CLI plugin containing all jayree legacy commands.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.21",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@oclif/core": "^1.
|
|
10
|
-
"@salesforce/command": "^5.2.
|
|
11
|
-
"@salesforce/source-deploy-retrieve": "^7.7.
|
|
9
|
+
"@oclif/core": "^1.25.0",
|
|
10
|
+
"@salesforce/command": "^5.2.41",
|
|
11
|
+
"@salesforce/source-deploy-retrieve": "^7.7.3",
|
|
12
12
|
"adm-zip": "^0.5.10",
|
|
13
13
|
"debug": "^4.3.4",
|
|
14
14
|
"fast-xml-parser": "^4.0.13",
|
|
15
15
|
"fs-extra": "^10.1.0",
|
|
16
16
|
"inquirer": "^9.1.4",
|
|
17
|
-
"marked": "^4.2.
|
|
17
|
+
"marked": "^4.2.12",
|
|
18
18
|
"marked-terminal": "^5.1.1",
|
|
19
19
|
"puppeteer": "^19.5.2",
|
|
20
20
|
"semver": "^7.3.8",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@commitlint/cli": "^17.4.2",
|
|
25
25
|
"@commitlint/config-conventional": "^17.4.2",
|
|
26
|
-
"@oclif/plugin-command-snapshot": "^3.
|
|
27
|
-
"@oclif/plugin-help": "^5.
|
|
26
|
+
"@oclif/plugin-command-snapshot": "^3.3.0",
|
|
27
|
+
"@oclif/plugin-help": "^5.2.0",
|
|
28
28
|
"@salesforce/dev-config": "^3.1.0",
|
|
29
29
|
"@salesforce/dev-scripts": "3.1.0",
|
|
30
30
|
"@salesforce/prettier-config": "^0.0.2",
|
|
@@ -39,29 +39,29 @@
|
|
|
39
39
|
"@types/node": "^18.11.18",
|
|
40
40
|
"@types/semver": "^7.3.13",
|
|
41
41
|
"@types/sinon": "^10.0.13",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^5.48.
|
|
43
|
-
"@typescript-eslint/parser": "^5.48.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
43
|
+
"@typescript-eslint/parser": "^5.48.2",
|
|
44
44
|
"chai": "^4.3.7",
|
|
45
45
|
"codecov": "^3.8.3",
|
|
46
46
|
"deepmerge": "^4.2.2",
|
|
47
|
-
"eslint": "^8.
|
|
47
|
+
"eslint": "^8.32.0",
|
|
48
48
|
"eslint-config-prettier": "^8.6.0",
|
|
49
49
|
"eslint-config-salesforce": "^1.1.0",
|
|
50
50
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
51
51
|
"eslint-plugin-header": "^3.1.1",
|
|
52
|
-
"eslint-plugin-import": "^2.27.
|
|
53
|
-
"eslint-plugin-jsdoc": "^39.6.
|
|
52
|
+
"eslint-plugin-import": "^2.27.5",
|
|
53
|
+
"eslint-plugin-jsdoc": "^39.6.7",
|
|
54
54
|
"eslint-plugin-prettier": "^4.2.1",
|
|
55
|
-
"eslint-plugin-sf-plugin": "^1.6.
|
|
55
|
+
"eslint-plugin-sf-plugin": "^1.6.3",
|
|
56
56
|
"husky": "^8.0.3",
|
|
57
57
|
"is-ci": "^3.0.1",
|
|
58
58
|
"mocha": "^10.2.0",
|
|
59
59
|
"nock": "^13.3.0",
|
|
60
60
|
"nyc": "^15.1.0",
|
|
61
|
-
"oclif": "^3.
|
|
61
|
+
"oclif": "^3.6.0",
|
|
62
62
|
"patch-package": "^6.5.1",
|
|
63
63
|
"pinst": "^3.0.0",
|
|
64
|
-
"prettier": "^2.8.
|
|
64
|
+
"prettier": "^2.8.3",
|
|
65
65
|
"pretty-quick": "^3.1.3",
|
|
66
66
|
"shx": "^0.3.4",
|
|
67
67
|
"sinon": "^14.0.2",
|