@jayree/sfdx-plugin-legacy 1.1.62 → 1.1.64
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 +15 -0
- package/README.md +14 -92
- package/oclif.manifest.json +198 -468
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.1.64](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.63...v1.1.64) (2023-11-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump inquirer and @types/inquirer ([#745](https://github.com/jayree/sfdx-plugin-legacy/issues/745)) ([b5b24d8](https://github.com/jayree/sfdx-plugin-legacy/commit/b5b24d8163dfebc72ed0ebd2cd232c967aa9082a))
|
|
7
|
+
* **deps:** bump puppeteer from 21.4.1 to 21.5.1 ([#747](https://github.com/jayree/sfdx-plugin-legacy/issues/747)) ([e0637d4](https://github.com/jayree/sfdx-plugin-legacy/commit/e0637d491f4f306e016c87ab287792d6484382b5))
|
|
8
|
+
|
|
9
|
+
## [1.1.63](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.62...v1.1.63) (2023-10-27)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** bump puppeteer from 21.3.8 to 21.4.1 ([#725](https://github.com/jayree/sfdx-plugin-legacy/issues/725)) ([e684cc4](https://github.com/jayree/sfdx-plugin-legacy/commit/e684cc4e0ee43acc2d9e994fcfd581e46e1512f7))
|
|
15
|
+
|
|
1
16
|
## [1.1.62](https://github.com/jayree/sfdx-plugin-legacy/compare/v1.1.61...v1.1.62) (2023-10-13)
|
|
2
17
|
|
|
3
18
|
|
package/README.md
CHANGED
|
@@ -31,28 +31,7 @@ deploy incomming change set to an org (beta)
|
|
|
31
31
|
|
|
32
32
|
```
|
|
33
33
|
USAGE
|
|
34
|
-
$ sfdx jayree:automation:changeset:deploy
|
|
35
|
-
<string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
36
|
-
|
|
37
|
-
FLAGS
|
|
38
|
-
-c, --checkonly validate deploy but don’t save to
|
|
39
|
-
the org (default:false)
|
|
40
|
-
-l, --testlevel=<option> deployment testing level
|
|
41
|
-
(Default,RunSpecifiedTests,RunLocalT
|
|
42
|
-
ests,RunAllTestsInOrg)
|
|
43
|
-
<options: Default|RunSpecifiedTests|
|
|
44
|
-
RunLocalTests|RunAllTestsInOrg>
|
|
45
|
-
-r, --runtests=<value> tests to run if --testlevel
|
|
46
|
-
RunSpecifiedTests
|
|
47
|
-
-s, --changeset=<value> name of changeset to deploy
|
|
48
|
-
-u, --targetusername=<value> username or alias for the target
|
|
49
|
-
org; overrides default target org
|
|
50
|
-
--apiversion=<value> override the api version used for
|
|
51
|
-
api requests made by this command
|
|
52
|
-
--json format output as json
|
|
53
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
54
|
-
this command invocation
|
|
55
|
-
--nodialog don't show the dialog wizard
|
|
34
|
+
$ sfdx jayree:automation:changeset:deploy
|
|
56
35
|
|
|
57
36
|
DESCRIPTION
|
|
58
37
|
deploy incomming change set to an org (beta)
|
|
@@ -71,7 +50,7 @@ EXAMPLES
|
|
|
71
50
|
❯ ChangeSet1
|
|
72
51
|
```
|
|
73
52
|
|
|
74
|
-
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
53
|
+
_See code: [src/commands/jayree/automation/changeset/deploy.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
75
54
|
|
|
76
55
|
### `sfdx jayree:automation:changeset:list`
|
|
77
56
|
|
|
@@ -79,23 +58,13 @@ list incomming change sets of an org (beta)
|
|
|
79
58
|
|
|
80
59
|
```
|
|
81
60
|
USAGE
|
|
82
|
-
$ sfdx jayree:automation:changeset:list
|
|
83
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
84
|
-
|
|
85
|
-
FLAGS
|
|
86
|
-
-u, --targetusername=<value> username or alias for the target
|
|
87
|
-
org; overrides default target org
|
|
88
|
-
--apiversion=<value> override the api version used for
|
|
89
|
-
api requests made by this command
|
|
90
|
-
--json format output as json
|
|
91
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
92
|
-
this command invocation
|
|
61
|
+
$ sfdx jayree:automation:changeset:list
|
|
93
62
|
|
|
94
63
|
DESCRIPTION
|
|
95
64
|
list incomming change sets of an org (beta)
|
|
96
65
|
```
|
|
97
66
|
|
|
98
|
-
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
67
|
+
_See code: [src/commands/jayree/automation/changeset/list.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/automation/changeset/list.ts)_
|
|
99
68
|
|
|
100
69
|
### `sfdx jayree:automation:ltngsync:status`
|
|
101
70
|
|
|
@@ -103,24 +72,7 @@ check the Lightning Sync User Sync Status and reset sync if needed (beta)
|
|
|
103
72
|
|
|
104
73
|
```
|
|
105
74
|
USAGE
|
|
106
|
-
$ sfdx jayree:automation:ltngsync:status
|
|
107
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
108
|
-
|
|
109
|
-
FLAGS
|
|
110
|
-
-o, --officeuser=<value> (required) 'name' (firstname
|
|
111
|
-
lastname) of the SF user
|
|
112
|
-
-s, --statusonly get Lightning Sync status of the SF
|
|
113
|
-
user, only
|
|
114
|
-
-u, --targetusername=<value> username or alias for the target
|
|
115
|
-
org; overrides default target org
|
|
116
|
-
-w, --wait=<value> wait time for command to wait for
|
|
117
|
-
status change in minutes (default:
|
|
118
|
-
infinitely)
|
|
119
|
-
--apiversion=<value> override the api version used for
|
|
120
|
-
api requests made by this command
|
|
121
|
-
--json format output as json
|
|
122
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
123
|
-
this command invocation
|
|
75
|
+
$ sfdx jayree:automation:ltngsync:status
|
|
124
76
|
|
|
125
77
|
DESCRIPTION
|
|
126
78
|
check the Lightning Sync User Sync Status and reset sync if needed (beta)
|
|
@@ -133,7 +85,7 @@ EXAMPLES
|
|
|
133
85
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
134
86
|
```
|
|
135
87
|
|
|
136
|
-
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
88
|
+
_See code: [src/commands/jayree/automation/ltngsync/status.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
137
89
|
|
|
138
90
|
### `sfdx jayree:packagedescription:create`
|
|
139
91
|
|
|
@@ -141,15 +93,7 @@ creates an empty package with the description
|
|
|
141
93
|
|
|
142
94
|
```
|
|
143
95
|
USAGE
|
|
144
|
-
$ sfdx jayree:packagedescription:create
|
|
145
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
146
|
-
|
|
147
|
-
FLAGS
|
|
148
|
-
-d, --description=<value> (required) new description value
|
|
149
|
-
-f, --file=<value> (required) file to create
|
|
150
|
-
--json format output as json
|
|
151
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
152
|
-
this command invocation
|
|
96
|
+
$ sfdx jayree:packagedescription:create [FILE]
|
|
153
97
|
|
|
154
98
|
DESCRIPTION
|
|
155
99
|
creates an empty package with the description
|
|
@@ -158,7 +102,7 @@ EXAMPLES
|
|
|
158
102
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
159
103
|
```
|
|
160
104
|
|
|
161
|
-
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
105
|
+
_See code: [src/commands/jayree/packagedescription/create.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/packagedescription/create.ts)_
|
|
162
106
|
|
|
163
107
|
### `sfdx jayree:packagedescription:get`
|
|
164
108
|
|
|
@@ -166,14 +110,7 @@ get the description within a package
|
|
|
166
110
|
|
|
167
111
|
```
|
|
168
112
|
USAGE
|
|
169
|
-
$ sfdx jayree:packagedescription:get
|
|
170
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
171
|
-
|
|
172
|
-
FLAGS
|
|
173
|
-
-f, --file=<value> (required) file to read
|
|
174
|
-
--json format output as json
|
|
175
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
176
|
-
this command invocation
|
|
113
|
+
$ sfdx jayree:packagedescription:get [FILE]
|
|
177
114
|
|
|
178
115
|
DESCRIPTION
|
|
179
116
|
get the description within a package
|
|
@@ -183,7 +120,7 @@ EXAMPLES
|
|
|
183
120
|
Description of Package FILENAME
|
|
184
121
|
```
|
|
185
122
|
|
|
186
|
-
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
123
|
+
_See code: [src/commands/jayree/packagedescription/get.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/packagedescription/get.ts)_
|
|
187
124
|
|
|
188
125
|
### `sfdx jayree:packagedescription:remove`
|
|
189
126
|
|
|
@@ -191,14 +128,7 @@ remove the description within a package
|
|
|
191
128
|
|
|
192
129
|
```
|
|
193
130
|
USAGE
|
|
194
|
-
$ sfdx jayree:packagedescription:remove
|
|
195
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
196
|
-
|
|
197
|
-
FLAGS
|
|
198
|
-
-f, --file=<value> (required) file to read
|
|
199
|
-
--json format output as json
|
|
200
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
201
|
-
this command invocation
|
|
131
|
+
$ sfdx jayree:packagedescription:remove [FILE]
|
|
202
132
|
|
|
203
133
|
DESCRIPTION
|
|
204
134
|
remove the description within a package
|
|
@@ -207,7 +137,7 @@ EXAMPLES
|
|
|
207
137
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
208
138
|
```
|
|
209
139
|
|
|
210
|
-
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
140
|
+
_See code: [src/commands/jayree/packagedescription/remove.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/packagedescription/remove.ts)_
|
|
211
141
|
|
|
212
142
|
### `sfdx jayree:packagedescription:set`
|
|
213
143
|
|
|
@@ -215,15 +145,7 @@ set the description within a package
|
|
|
215
145
|
|
|
216
146
|
```
|
|
217
147
|
USAGE
|
|
218
|
-
$ sfdx jayree:packagedescription:set
|
|
219
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
220
|
-
|
|
221
|
-
FLAGS
|
|
222
|
-
-d, --description=<value> (required) new description value
|
|
223
|
-
-f, --file=<value> (required) file to read
|
|
224
|
-
--json format output as json
|
|
225
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
226
|
-
this command invocation
|
|
148
|
+
$ sfdx jayree:packagedescription:set [FILE]
|
|
227
149
|
|
|
228
150
|
DESCRIPTION
|
|
229
151
|
set the description within a package
|
|
@@ -232,5 +154,5 @@ EXAMPLES
|
|
|
232
154
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
233
155
|
```
|
|
234
156
|
|
|
235
|
-
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.
|
|
157
|
+
_See code: [src/commands/jayree/packagedescription/set.ts](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.1.64/src/commands/jayree/packagedescription/set.ts)_
|
|
236
158
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,73 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.62",
|
|
3
2
|
"commands": {
|
|
4
3
|
"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
4
|
"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
5
|
"args": {
|
|
67
6
|
"file": {
|
|
68
7
|
"name": "file"
|
|
69
8
|
}
|
|
70
9
|
},
|
|
10
|
+
"description": "creates an empty package with the description",
|
|
11
|
+
"examples": [
|
|
12
|
+
"$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'\n "
|
|
13
|
+
],
|
|
14
|
+
"flags": {},
|
|
15
|
+
"hasDynamicHelp": false,
|
|
16
|
+
"hiddenAliases": [],
|
|
17
|
+
"id": "jayree:packagedescription:create",
|
|
18
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
19
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
20
|
+
"pluginType": "core",
|
|
21
|
+
"strict": true,
|
|
22
|
+
"parse": true,
|
|
23
|
+
"parserOptions": {},
|
|
24
|
+
"supportsUsername": false,
|
|
25
|
+
"requiresUsername": false,
|
|
26
|
+
"supportsDevhubUsername": false,
|
|
27
|
+
"requiresDevhubUsername": false,
|
|
28
|
+
"requiresProject": false,
|
|
29
|
+
"result": {},
|
|
30
|
+
"varargs": false,
|
|
71
31
|
"flagsConfig": {
|
|
72
32
|
"file": {
|
|
73
33
|
"kind": "string",
|
|
@@ -91,66 +51,43 @@
|
|
|
91
51
|
"type": "option"
|
|
92
52
|
}
|
|
93
53
|
},
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
|
|
54
|
+
"isESM": true,
|
|
55
|
+
"relativePath": [
|
|
56
|
+
"lib",
|
|
57
|
+
"commands",
|
|
58
|
+
"jayree",
|
|
59
|
+
"packagedescription",
|
|
60
|
+
"create.js"
|
|
61
|
+
]
|
|
97
62
|
},
|
|
98
63
|
"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
64
|
"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
65
|
"args": {
|
|
150
66
|
"file": {
|
|
151
67
|
"name": "file"
|
|
152
68
|
}
|
|
153
69
|
},
|
|
70
|
+
"description": "get the description within a package",
|
|
71
|
+
"examples": [
|
|
72
|
+
"$ sfdx jayree:packagedescription:get --file FILENAME\nDescription of Package FILENAME\n "
|
|
73
|
+
],
|
|
74
|
+
"flags": {},
|
|
75
|
+
"hasDynamicHelp": false,
|
|
76
|
+
"hiddenAliases": [],
|
|
77
|
+
"id": "jayree:packagedescription:get",
|
|
78
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
79
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
80
|
+
"pluginType": "core",
|
|
81
|
+
"strict": true,
|
|
82
|
+
"parse": true,
|
|
83
|
+
"parserOptions": {},
|
|
84
|
+
"supportsUsername": false,
|
|
85
|
+
"requiresUsername": false,
|
|
86
|
+
"supportsDevhubUsername": false,
|
|
87
|
+
"requiresDevhubUsername": false,
|
|
88
|
+
"requiresProject": false,
|
|
89
|
+
"result": {},
|
|
90
|
+
"varargs": false,
|
|
154
91
|
"flagsConfig": {
|
|
155
92
|
"file": {
|
|
156
93
|
"kind": "string",
|
|
@@ -162,66 +99,43 @@
|
|
|
162
99
|
"type": "option"
|
|
163
100
|
}
|
|
164
101
|
},
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
|
|
102
|
+
"isESM": true,
|
|
103
|
+
"relativePath": [
|
|
104
|
+
"lib",
|
|
105
|
+
"commands",
|
|
106
|
+
"jayree",
|
|
107
|
+
"packagedescription",
|
|
108
|
+
"get.js"
|
|
109
|
+
]
|
|
168
110
|
},
|
|
169
111
|
"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
112
|
"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
113
|
"args": {
|
|
221
114
|
"file": {
|
|
222
115
|
"name": "file"
|
|
223
116
|
}
|
|
224
117
|
},
|
|
118
|
+
"description": "remove the description within a package",
|
|
119
|
+
"examples": [
|
|
120
|
+
"$ sfdx jayree:packagedescription:remove --file FILENAME\n "
|
|
121
|
+
],
|
|
122
|
+
"flags": {},
|
|
123
|
+
"hasDynamicHelp": false,
|
|
124
|
+
"hiddenAliases": [],
|
|
125
|
+
"id": "jayree:packagedescription:remove",
|
|
126
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
127
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
128
|
+
"pluginType": "core",
|
|
129
|
+
"strict": true,
|
|
130
|
+
"parse": true,
|
|
131
|
+
"parserOptions": {},
|
|
132
|
+
"supportsUsername": false,
|
|
133
|
+
"requiresUsername": false,
|
|
134
|
+
"supportsDevhubUsername": false,
|
|
135
|
+
"requiresDevhubUsername": false,
|
|
136
|
+
"requiresProject": false,
|
|
137
|
+
"result": {},
|
|
138
|
+
"varargs": false,
|
|
225
139
|
"flagsConfig": {
|
|
226
140
|
"file": {
|
|
227
141
|
"kind": "string",
|
|
@@ -233,77 +147,43 @@
|
|
|
233
147
|
"type": "option"
|
|
234
148
|
}
|
|
235
149
|
},
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
|
|
150
|
+
"isESM": true,
|
|
151
|
+
"relativePath": [
|
|
152
|
+
"lib",
|
|
153
|
+
"commands",
|
|
154
|
+
"jayree",
|
|
155
|
+
"packagedescription",
|
|
156
|
+
"remove.js"
|
|
157
|
+
]
|
|
239
158
|
},
|
|
240
159
|
"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
160
|
"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
161
|
"args": {
|
|
303
162
|
"file": {
|
|
304
163
|
"name": "file"
|
|
305
164
|
}
|
|
306
165
|
},
|
|
166
|
+
"description": "set the description within a package",
|
|
167
|
+
"examples": [
|
|
168
|
+
"$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'\n "
|
|
169
|
+
],
|
|
170
|
+
"flags": {},
|
|
171
|
+
"hasDynamicHelp": false,
|
|
172
|
+
"hiddenAliases": [],
|
|
173
|
+
"id": "jayree:packagedescription:set",
|
|
174
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
175
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
176
|
+
"pluginType": "core",
|
|
177
|
+
"strict": true,
|
|
178
|
+
"parse": true,
|
|
179
|
+
"parserOptions": {},
|
|
180
|
+
"supportsUsername": false,
|
|
181
|
+
"requiresUsername": false,
|
|
182
|
+
"supportsDevhubUsername": false,
|
|
183
|
+
"requiresDevhubUsername": false,
|
|
184
|
+
"requiresProject": false,
|
|
185
|
+
"result": {},
|
|
186
|
+
"varargs": false,
|
|
307
187
|
"flagsConfig": {
|
|
308
188
|
"file": {
|
|
309
189
|
"kind": "string",
|
|
@@ -327,119 +207,40 @@
|
|
|
327
207
|
"type": "option"
|
|
328
208
|
}
|
|
329
209
|
},
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
210
|
+
"isESM": true,
|
|
211
|
+
"relativePath": [
|
|
212
|
+
"lib",
|
|
213
|
+
"commands",
|
|
214
|
+
"jayree",
|
|
215
|
+
"packagedescription",
|
|
216
|
+
"set.js"
|
|
217
|
+
]
|
|
333
218
|
},
|
|
334
219
|
"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
220
|
"aliases": [],
|
|
221
|
+
"args": {},
|
|
222
|
+
"description": "deploy incomming change set to an org (beta)",
|
|
343
223
|
"examples": [
|
|
344
224
|
"$ sfdx jayree:automation:changeset:deploy -s ChangeSet -l RunLocalTests --nodialog\nDeploying Change Set 'ChangeSet'...\n\n=== Status\nStatus: Pending\njobid: 0Xxx100000xx1x1\n",
|
|
345
225
|
"$ sfdx jayree:automation:changeset:deploy\n? Change Sets Awaiting Deployment (Use arrow keys)\n ChangeSet3\n ChangeSet2\n❯ ChangeSet1\n"
|
|
346
226
|
],
|
|
347
|
-
"flags": {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
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": {},
|
|
227
|
+
"flags": {},
|
|
228
|
+
"hasDynamicHelp": false,
|
|
229
|
+
"hiddenAliases": [],
|
|
230
|
+
"id": "jayree:automation:changeset:deploy",
|
|
231
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
232
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
233
|
+
"pluginType": "core",
|
|
234
|
+
"strict": true,
|
|
235
|
+
"parse": true,
|
|
236
|
+
"parserOptions": {},
|
|
237
|
+
"supportsUsername": false,
|
|
238
|
+
"requiresUsername": true,
|
|
239
|
+
"supportsDevhubUsername": false,
|
|
240
|
+
"requiresDevhubUsername": false,
|
|
241
|
+
"requiresProject": false,
|
|
242
|
+
"result": {},
|
|
243
|
+
"varargs": false,
|
|
443
244
|
"flagsConfig": {
|
|
444
245
|
"changeset": {
|
|
445
246
|
"kind": "string",
|
|
@@ -496,149 +297,71 @@
|
|
|
496
297
|
"type": "boolean"
|
|
497
298
|
}
|
|
498
299
|
},
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
|
|
300
|
+
"isESM": true,
|
|
301
|
+
"relativePath": [
|
|
302
|
+
"lib",
|
|
303
|
+
"commands",
|
|
304
|
+
"jayree",
|
|
305
|
+
"automation",
|
|
306
|
+
"changeset",
|
|
307
|
+
"deploy.js"
|
|
308
|
+
]
|
|
502
309
|
},
|
|
503
310
|
"jayree:automation:changeset:list": {
|
|
504
|
-
"
|
|
311
|
+
"aliases": [],
|
|
312
|
+
"args": {},
|
|
505
313
|
"description": "list incomming change sets of an org (beta)",
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"
|
|
314
|
+
"flags": {},
|
|
315
|
+
"hasDynamicHelp": false,
|
|
316
|
+
"hiddenAliases": [],
|
|
317
|
+
"id": "jayree:automation:changeset:list",
|
|
509
318
|
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
319
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
510
320
|
"pluginType": "core",
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
|
|
514
|
-
|
|
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": {},
|
|
321
|
+
"strict": true,
|
|
322
|
+
"parse": true,
|
|
323
|
+
"parserOptions": {},
|
|
324
|
+
"supportsUsername": false,
|
|
557
325
|
"requiresUsername": true,
|
|
558
326
|
"supportsDevhubUsername": false,
|
|
559
|
-
"
|
|
327
|
+
"requiresDevhubUsername": false,
|
|
328
|
+
"requiresProject": false,
|
|
329
|
+
"result": {},
|
|
330
|
+
"varargs": false,
|
|
331
|
+
"isESM": true,
|
|
332
|
+
"relativePath": [
|
|
333
|
+
"lib",
|
|
334
|
+
"commands",
|
|
335
|
+
"jayree",
|
|
336
|
+
"automation",
|
|
337
|
+
"changeset",
|
|
338
|
+
"list.js"
|
|
339
|
+
]
|
|
560
340
|
},
|
|
561
341
|
"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
342
|
"aliases": [],
|
|
343
|
+
"args": {},
|
|
344
|
+
"description": "check the Lightning Sync User Sync Status and reset sync if needed (beta)",
|
|
570
345
|
"examples": [
|
|
571
346
|
"$ 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
347
|
],
|
|
573
|
-
"flags": {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
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": {},
|
|
348
|
+
"flags": {},
|
|
349
|
+
"hasDynamicHelp": false,
|
|
350
|
+
"hiddenAliases": [],
|
|
351
|
+
"id": "jayree:automation:ltngsync:status",
|
|
352
|
+
"pluginAlias": "@jayree/sfdx-plugin-legacy",
|
|
353
|
+
"pluginName": "@jayree/sfdx-plugin-legacy",
|
|
354
|
+
"pluginType": "core",
|
|
355
|
+
"strict": true,
|
|
356
|
+
"parse": true,
|
|
357
|
+
"parserOptions": {},
|
|
358
|
+
"supportsUsername": false,
|
|
359
|
+
"requiresUsername": true,
|
|
360
|
+
"supportsDevhubUsername": false,
|
|
361
|
+
"requiresDevhubUsername": false,
|
|
362
|
+
"requiresProject": false,
|
|
363
|
+
"result": {},
|
|
364
|
+
"varargs": false,
|
|
642
365
|
"flagsConfig": {
|
|
643
366
|
"officeuser": {
|
|
644
367
|
"kind": "string",
|
|
@@ -667,9 +390,16 @@
|
|
|
667
390
|
"type": "option"
|
|
668
391
|
}
|
|
669
392
|
},
|
|
670
|
-
"
|
|
671
|
-
"
|
|
672
|
-
|
|
393
|
+
"isESM": true,
|
|
394
|
+
"relativePath": [
|
|
395
|
+
"lib",
|
|
396
|
+
"commands",
|
|
397
|
+
"jayree",
|
|
398
|
+
"automation",
|
|
399
|
+
"ltngsync",
|
|
400
|
+
"status.js"
|
|
401
|
+
]
|
|
673
402
|
}
|
|
674
|
-
}
|
|
403
|
+
},
|
|
404
|
+
"version": "1.1.64"
|
|
675
405
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.64",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"bugs": "https://github.com/jayree/sfdx-plugin-legacy/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -12,52 +12,52 @@
|
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
13
|
"fast-xml-parser": "^4.3.2",
|
|
14
14
|
"fs-extra": "^11.1.1",
|
|
15
|
-
"inquirer": "^9.2.
|
|
16
|
-
"puppeteer": "^21.
|
|
15
|
+
"inquirer": "^9.2.12",
|
|
16
|
+
"puppeteer": "^21.5.1",
|
|
17
17
|
"tslib": "^2.6.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@commitlint/cli": "^
|
|
21
|
-
"@commitlint/config-conventional": "^
|
|
20
|
+
"@commitlint/cli": "^18.2.0",
|
|
21
|
+
"@commitlint/config-conventional": "^18.1.0",
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
23
|
-
"@oclif/plugin-help": "^6.0.
|
|
24
|
-
"@salesforce/dev-config": "^4.0
|
|
23
|
+
"@oclif/plugin-help": "^6.0.5",
|
|
24
|
+
"@salesforce/dev-config": "^4.1.0",
|
|
25
25
|
"@salesforce/dev-scripts": "3.1.0",
|
|
26
26
|
"@salesforce/prettier-config": "^0.0.3",
|
|
27
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
28
|
-
"@types/adm-zip": "^0.5.
|
|
29
|
-
"@types/chai": "^4.3.
|
|
30
|
-
"@types/fs-extra": "^11.0.
|
|
31
|
-
"@types/inquirer": "^9.0.
|
|
32
|
-
"@types/mocha": "^10.0.
|
|
33
|
-
"@types/node": "^20.
|
|
34
|
-
"@types/sinon": "^
|
|
27
|
+
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
|
+
"@types/adm-zip": "^0.5.4",
|
|
29
|
+
"@types/chai": "^4.3.10",
|
|
30
|
+
"@types/fs-extra": "^11.0.4",
|
|
31
|
+
"@types/inquirer": "^9.0.7",
|
|
32
|
+
"@types/mocha": "^10.0.3",
|
|
33
|
+
"@types/node": "^20.9.0",
|
|
34
|
+
"@types/sinon": "^17.0.1",
|
|
35
35
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
36
36
|
"@typescript-eslint/parser": "^5.62.0",
|
|
37
37
|
"chai": "^4.3.10",
|
|
38
38
|
"codecov": "^3.8.3",
|
|
39
39
|
"deepmerge": "^4.3.1",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.53.0",
|
|
41
41
|
"eslint-config-prettier": "^9.0.0",
|
|
42
42
|
"eslint-config-salesforce": "^2.0.2",
|
|
43
|
-
"eslint-config-salesforce-typescript": "^
|
|
43
|
+
"eslint-config-salesforce-typescript": "^3.0.2",
|
|
44
44
|
"eslint-plugin-header": "^3.1.1",
|
|
45
|
-
"eslint-plugin-import": "^2.
|
|
46
|
-
"eslint-plugin-jsdoc": "^46.
|
|
45
|
+
"eslint-plugin-import": "^2.29.0",
|
|
46
|
+
"eslint-plugin-jsdoc": "^46.9.0",
|
|
47
47
|
"eslint-plugin-prettier": "^5.0.1",
|
|
48
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
48
|
+
"eslint-plugin-sf-plugin": "^1.16.14",
|
|
49
49
|
"husky": "^8.0.3",
|
|
50
50
|
"is-ci": "^3.0.1",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
|
-
"nock": "^13.3.
|
|
52
|
+
"nock": "^13.3.8",
|
|
53
53
|
"nyc": "^15.1.0",
|
|
54
|
-
"oclif": "^
|
|
54
|
+
"oclif": "^4.0.3",
|
|
55
55
|
"patch-package": "^7.0.2",
|
|
56
56
|
"pinst": "^3.0.0",
|
|
57
57
|
"prettier": "^3.0.3",
|
|
58
58
|
"pretty-quick": "^3.1.3",
|
|
59
59
|
"shx": "^0.3.4",
|
|
60
|
-
"sinon": "^
|
|
60
|
+
"sinon": "^17.0.1",
|
|
61
61
|
"source-map-support": "^0.5.21",
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
63
|
"typescript": "^5.2.2"
|