sfdx-jayree 4.3.12 → 4.3.15
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 +26 -0
- package/README.md +23 -234
- package/lib/src/commands/jayree/org/configure/country.d.ts +2 -4
- package/lib/src/commands/jayree/org/configure/country.js +1 -4
- package/lib/src/commands/jayree/org/configure/country.js.map +1 -1
- package/lib/src/commands/jayree/org/configure/state.d.ts +2 -4
- package/lib/src/commands/jayree/org/configure/state.js +1 -9
- package/lib/src/commands/jayree/org/configure/state.js.map +1 -1
- package/lib/src/commands/jayree/org/settings.d.ts +2 -4
- package/lib/src/commands/jayree/org/settings.js +1 -4
- package/lib/src/commands/jayree/org/settings.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +26 -49
- package/lib/src/commands/jayree/automation/changeset/deploy.d.ts +0 -23
- package/lib/src/commands/jayree/automation/changeset/deploy.js +0 -397
- package/lib/src/commands/jayree/automation/changeset/deploy.js.map +0 -1
- package/lib/src/commands/jayree/automation/changeset/list.d.ts +0 -11
- package/lib/src/commands/jayree/automation/changeset/list.js +0 -98
- package/lib/src/commands/jayree/automation/changeset/list.js.map +0 -1
- package/lib/src/commands/jayree/automation/ltngsync/status.d.ts +0 -22
- package/lib/src/commands/jayree/automation/ltngsync/status.js +0 -239
- package/lib/src/commands/jayree/automation/ltngsync/status.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/create.d.ts +0 -17
- package/lib/src/commands/jayree/packagedescription/create.js +0 -62
- package/lib/src/commands/jayree/packagedescription/create.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/get.d.ts +0 -16
- package/lib/src/commands/jayree/packagedescription/get.js +0 -57
- package/lib/src/commands/jayree/packagedescription/get.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/remove.d.ts +0 -16
- package/lib/src/commands/jayree/packagedescription/remove.js +0 -82
- package/lib/src/commands/jayree/packagedescription/remove.js.map +0 -1
- package/lib/src/commands/jayree/packagedescription/set.d.ts +0 -17
- package/lib/src/commands/jayree/packagedescription/set.js +0 -76
- package/lib/src/commands/jayree/packagedescription/set.js.map +0 -1
- package/messages/createpackagedescription.json +0 -5
- package/messages/deploychangeset.json +0 -8
- package/messages/getpackagedescription.json +0 -4
- package/messages/gitdiff.js +0 -7
- package/messages/listchangeset.json +0 -3
- package/messages/ltngsyncstatus.json +0 -6
- package/messages/manifestcleanup.json +0 -5
- package/messages/packagexml.json +0 -10
- package/messages/removepackagedescription.json +0 -4
- package/messages/scratchorgrevision.json +0 -8
- package/messages/setpackagedescription.json +0 -5
- package/messages/sourceretrieveall.js +0 -7
- package/messages/sourceretrievefull.js +0 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## [4.3.15](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.14...v4.3.15) (2022-06-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update dependencies ([3b206f0](https://github.com/jayree/sfdx-jayree-plugin/commit/3b206f04501faa02dd29a54e98773aad378c7232))
|
|
7
|
+
|
|
8
|
+
## [4.3.14](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.13...v4.3.14) (2022-06-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** bump @oclif/core from 1.9.0 to 1.9.3 ([f37e253](https://github.com/jayree/sfdx-jayree-plugin/commit/f37e2535e3de31a5310b4430206382d386f2d9f5))
|
|
14
|
+
* **deps:** bump @salesforce/command from 5.1.3 to 5.2.0 ([dfd628e](https://github.com/jayree/sfdx-jayree-plugin/commit/dfd628e6a18c13cb96c11368e4b20f45aa9d049b))
|
|
15
|
+
* **deps:** bump @salesforce/core from 3.19.2 to 3.21.1 ([2eb2cd6](https://github.com/jayree/sfdx-jayree-plugin/commit/2eb2cd67a3d25e5624846e2cbf6acfbf47c30112))
|
|
16
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 6.0.2 to 6.0.4 ([a93e56c](https://github.com/jayree/sfdx-jayree-plugin/commit/a93e56cb90ea0a0a00ad04dba0ff5cc8f828067f))
|
|
17
|
+
* **deps:** bump marked from 4.0.16 to 4.0.17 ([61d71a6](https://github.com/jayree/sfdx-jayree-plugin/commit/61d71a6de0db473c93bb4284dbaf01be6f6f9d05))
|
|
18
|
+
* **deps:** bump puppeteer from 14.2.1 to 14.4.0 ([ad6b672](https://github.com/jayree/sfdx-jayree-plugin/commit/ad6b672ac8ecee1332c17da69ec699c31fdd8140))
|
|
19
|
+
|
|
20
|
+
## [4.3.13](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.12...v4.3.13) (2022-06-05)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* update dependencies ([2f2f06f](https://github.com/jayree/sfdx-jayree-plugin/commit/2f2f06fd1f45ad53450e5f36531afa42912480e3))
|
|
26
|
+
|
|
1
27
|
## [4.3.12](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.3.11...v4.3.12) (2022-05-29)
|
|
2
28
|
|
|
3
29
|
|
package/README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# sfdx-jayree
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.
|
|
4
4
|
|
|
5
5
|
[](https://developer.salesforce.com/tools/sfdxcli)
|
|
6
6
|
[](https://npmjs.org/package/sfdx-jayree)
|
|
7
|
-
[](https://ci.appveyor.com/project/jayree/sfdx-jayree-plugin/branch/main)
|
|
9
|
-
[](https://codecov.io/gh/jayree/sfdx-jayree-plugin)
|
|
7
|
+
[](https://github.com/jayree/sfdx-jayree-plugin/actions/workflows/release.yml)
|
|
10
8
|
[](https://npmjs.org/package/sfdx-jayree)
|
|
11
9
|
[](https://github.com/jayree/sfdx-jayree-plugin/blob/main/package.json)
|
|
12
10
|
[](https://gitter.im/sfdx-jayree-plugin/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
|
@@ -26,7 +24,7 @@ $ sfdx plugins:install sfdx-jayree
|
|
|
26
24
|
$ sfdx jayree:[COMMAND]
|
|
27
25
|
running command...
|
|
28
26
|
$ sfdx plugins
|
|
29
|
-
sfdx-jayree 4.3.
|
|
27
|
+
sfdx-jayree 4.3.15
|
|
30
28
|
$ sfdx help jayree:[COMMAND]
|
|
31
29
|
USAGE
|
|
32
30
|
$ sfdx jayree:COMMAND
|
|
@@ -39,12 +37,7 @@ USAGE
|
|
|
39
37
|
<!-- commands -->
|
|
40
38
|
* [`sfdx jayree:automation:changeset:deploy`](#sfdx-jayreeautomationchangesetdeploy)
|
|
41
39
|
* [`sfdx jayree:automation:changeset:list`](#sfdx-jayreeautomationchangesetlist)
|
|
42
|
-
* [`sfdx jayree:automation:country:update`](#sfdx-jayreeautomationcountryupdate)
|
|
43
40
|
* [`sfdx jayree:automation:ltngsync:status`](#sfdx-jayreeautomationltngsyncstatus)
|
|
44
|
-
* [`sfdx jayree:automation:state:import`](#sfdx-jayreeautomationstateimport)
|
|
45
|
-
* [`sfdx jayree:automation:statecountry:create`](#sfdx-jayreeautomationstatecountrycreate)
|
|
46
|
-
* [`sfdx jayree:automation:statecountry:import`](#sfdx-jayreeautomationstatecountryimport)
|
|
47
|
-
* [`sfdx jayree:automation:statecountry:update`](#sfdx-jayreeautomationstatecountryupdate)
|
|
48
41
|
* [`sfdx jayree:flowtestcoverage`](#sfdx-jayreeflowtestcoverage)
|
|
49
42
|
* [`sfdx jayree:manifest:cleanup`](#sfdx-jayreemanifestcleanup)
|
|
50
43
|
* [`sfdx jayree:manifest:generate`](#sfdx-jayreemanifestgenerate)
|
|
@@ -58,7 +51,6 @@ USAGE
|
|
|
58
51
|
* [`sfdx jayree:packagedescription:get`](#sfdx-jayreepackagedescriptionget)
|
|
59
52
|
* [`sfdx jayree:packagedescription:remove`](#sfdx-jayreepackagedescriptionremove)
|
|
60
53
|
* [`sfdx jayree:packagedescription:set`](#sfdx-jayreepackagedescriptionset)
|
|
61
|
-
* [`sfdx jayree:scratchorg:settings`](#sfdx-jayreescratchorgsettings)
|
|
62
54
|
* [`sfdx jayree:source:fix`](#sfdx-jayreesourcefix)
|
|
63
55
|
* [`sfdx jayree:source:tracking:list`](#sfdx-jayreesourcetrackinglist)
|
|
64
56
|
* [`sfdx jayree:source:tracking:store:get`](#sfdx-jayreesourcetrackingstoreget)
|
|
@@ -110,7 +102,7 @@ EXAMPLES
|
|
|
110
102
|
❯ ChangeSet1
|
|
111
103
|
```
|
|
112
104
|
|
|
113
|
-
_See code: [
|
|
105
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/automation/changeset/deploy.ts)_
|
|
114
106
|
|
|
115
107
|
### `sfdx jayree:automation:changeset:list`
|
|
116
108
|
|
|
@@ -134,32 +126,7 @@ DESCRIPTION
|
|
|
134
126
|
list incomming change sets of an org (beta)
|
|
135
127
|
```
|
|
136
128
|
|
|
137
|
-
_See code: [
|
|
138
|
-
|
|
139
|
-
### `sfdx jayree:automation:country:update`
|
|
140
|
-
|
|
141
|
-
update country integration values in the State/Country Picklists
|
|
142
|
-
|
|
143
|
-
```
|
|
144
|
-
USAGE
|
|
145
|
-
$ sfdx jayree:automation:country:update [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
146
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
147
|
-
|
|
148
|
-
FLAGS
|
|
149
|
-
-u, --targetusername=<value> username or alias for the target
|
|
150
|
-
org; overrides default target org
|
|
151
|
-
--apiversion=<value> override the api version used for
|
|
152
|
-
api requests made by this command
|
|
153
|
-
--json format output as json
|
|
154
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
155
|
-
this command invocation
|
|
156
|
-
|
|
157
|
-
DESCRIPTION
|
|
158
|
-
update country integration values in the State/Country Picklists
|
|
159
|
-
|
|
160
|
-
ALIASES
|
|
161
|
-
$ sfdx jayree:automation:country:update
|
|
162
|
-
```
|
|
129
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/automation/changeset/list.ts)_
|
|
163
130
|
|
|
164
131
|
### `sfdx jayree:automation:ltngsync:status`
|
|
165
132
|
|
|
@@ -197,139 +164,7 @@ EXAMPLES
|
|
|
197
164
|
userContacts/userEvents: Exchange to Salesforce sync status... Initial sync completed/Initial sync completed
|
|
198
165
|
```
|
|
199
166
|
|
|
200
|
-
_See code: [
|
|
201
|
-
|
|
202
|
-
### `sfdx jayree:automation:state:import`
|
|
203
|
-
|
|
204
|
-
import (create/update) states into the State/Country Picklists
|
|
205
|
-
|
|
206
|
-
```
|
|
207
|
-
USAGE
|
|
208
|
-
$ sfdx jayree:automation:state:import [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
209
|
-
<integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
210
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
211
|
-
|
|
212
|
-
FLAGS
|
|
213
|
-
-u, --targetusername=<value> username or alias for the target
|
|
214
|
-
org; overrides default target org
|
|
215
|
-
--apiversion=<value> override the api version used for
|
|
216
|
-
api requests made by this command
|
|
217
|
-
--category=<value> Subdivision category
|
|
218
|
-
--concurrent=<value> [default: 1] ccc
|
|
219
|
-
--countrycode=<value> Alpha-2 code
|
|
220
|
-
--json format output as json
|
|
221
|
-
--language=<value> Language code
|
|
222
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
223
|
-
this command invocation
|
|
224
|
-
|
|
225
|
-
DESCRIPTION
|
|
226
|
-
import (create/update) states into the State/Country Picklists
|
|
227
|
-
|
|
228
|
-
ALIASES
|
|
229
|
-
$ sfdx jayree:automation:statecountry:import
|
|
230
|
-
$ sfdx jayree:automation:statecountry:create
|
|
231
|
-
$ sfdx jayree:automation:statecountry:update
|
|
232
|
-
$ sfdx jayree:automation:state:import
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
### `sfdx jayree:automation:statecountry:create`
|
|
236
|
-
|
|
237
|
-
import (create/update) states into the State/Country Picklists
|
|
238
|
-
|
|
239
|
-
```
|
|
240
|
-
USAGE
|
|
241
|
-
$ sfdx jayree:automation:statecountry:create [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
242
|
-
<integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
243
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
244
|
-
|
|
245
|
-
FLAGS
|
|
246
|
-
-u, --targetusername=<value> username or alias for the target
|
|
247
|
-
org; overrides default target org
|
|
248
|
-
--apiversion=<value> override the api version used for
|
|
249
|
-
api requests made by this command
|
|
250
|
-
--category=<value> Subdivision category
|
|
251
|
-
--concurrent=<value> [default: 1] ccc
|
|
252
|
-
--countrycode=<value> Alpha-2 code
|
|
253
|
-
--json format output as json
|
|
254
|
-
--language=<value> Language code
|
|
255
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
256
|
-
this command invocation
|
|
257
|
-
|
|
258
|
-
DESCRIPTION
|
|
259
|
-
import (create/update) states into the State/Country Picklists
|
|
260
|
-
|
|
261
|
-
ALIASES
|
|
262
|
-
$ sfdx jayree:automation:statecountry:import
|
|
263
|
-
$ sfdx jayree:automation:statecountry:create
|
|
264
|
-
$ sfdx jayree:automation:statecountry:update
|
|
265
|
-
$ sfdx jayree:automation:state:import
|
|
266
|
-
```
|
|
267
|
-
|
|
268
|
-
### `sfdx jayree:automation:statecountry:import`
|
|
269
|
-
|
|
270
|
-
import (create/update) states into the State/Country Picklists
|
|
271
|
-
|
|
272
|
-
```
|
|
273
|
-
USAGE
|
|
274
|
-
$ sfdx jayree:automation:statecountry:import [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
275
|
-
<integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
276
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
277
|
-
|
|
278
|
-
FLAGS
|
|
279
|
-
-u, --targetusername=<value> username or alias for the target
|
|
280
|
-
org; overrides default target org
|
|
281
|
-
--apiversion=<value> override the api version used for
|
|
282
|
-
api requests made by this command
|
|
283
|
-
--category=<value> Subdivision category
|
|
284
|
-
--concurrent=<value> [default: 1] ccc
|
|
285
|
-
--countrycode=<value> Alpha-2 code
|
|
286
|
-
--json format output as json
|
|
287
|
-
--language=<value> Language code
|
|
288
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
289
|
-
this command invocation
|
|
290
|
-
|
|
291
|
-
DESCRIPTION
|
|
292
|
-
import (create/update) states into the State/Country Picklists
|
|
293
|
-
|
|
294
|
-
ALIASES
|
|
295
|
-
$ sfdx jayree:automation:statecountry:import
|
|
296
|
-
$ sfdx jayree:automation:statecountry:create
|
|
297
|
-
$ sfdx jayree:automation:statecountry:update
|
|
298
|
-
$ sfdx jayree:automation:state:import
|
|
299
|
-
```
|
|
300
|
-
|
|
301
|
-
### `sfdx jayree:automation:statecountry:update`
|
|
302
|
-
|
|
303
|
-
import (create/update) states into the State/Country Picklists
|
|
304
|
-
|
|
305
|
-
```
|
|
306
|
-
USAGE
|
|
307
|
-
$ sfdx jayree:automation:statecountry:update [--countrycode <string>] [--category <string>] [--language <string>] [--concurrent
|
|
308
|
-
<integer>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
309
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
310
|
-
|
|
311
|
-
FLAGS
|
|
312
|
-
-u, --targetusername=<value> username or alias for the target
|
|
313
|
-
org; overrides default target org
|
|
314
|
-
--apiversion=<value> override the api version used for
|
|
315
|
-
api requests made by this command
|
|
316
|
-
--category=<value> Subdivision category
|
|
317
|
-
--concurrent=<value> [default: 1] ccc
|
|
318
|
-
--countrycode=<value> Alpha-2 code
|
|
319
|
-
--json format output as json
|
|
320
|
-
--language=<value> Language code
|
|
321
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
322
|
-
this command invocation
|
|
323
|
-
|
|
324
|
-
DESCRIPTION
|
|
325
|
-
import (create/update) states into the State/Country Picklists
|
|
326
|
-
|
|
327
|
-
ALIASES
|
|
328
|
-
$ sfdx jayree:automation:statecountry:import
|
|
329
|
-
$ sfdx jayree:automation:statecountry:create
|
|
330
|
-
$ sfdx jayree:automation:statecountry:update
|
|
331
|
-
$ sfdx jayree:automation:state:import
|
|
332
|
-
```
|
|
167
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/automation/ltngsync/status.ts)_
|
|
333
168
|
|
|
334
169
|
### `sfdx jayree:flowtestcoverage`
|
|
335
170
|
|
|
@@ -359,7 +194,7 @@ EXAMPLES
|
|
|
359
194
|
...
|
|
360
195
|
```
|
|
361
196
|
|
|
362
|
-
_See code: [src/src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
197
|
+
_See code: [src/src/commands/jayree/flowtestcoverage.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/flowtestcoverage.ts)_
|
|
363
198
|
|
|
364
199
|
### `sfdx jayree:manifest:cleanup`
|
|
365
200
|
|
|
@@ -389,7 +224,7 @@ EXAMPLES
|
|
|
389
224
|
$ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
|
|
390
225
|
```
|
|
391
226
|
|
|
392
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
227
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.6/src/commands/jayree/manifest/cleanup.ts)_
|
|
393
228
|
|
|
394
229
|
### `sfdx jayree:manifest:generate`
|
|
395
230
|
|
|
@@ -433,7 +268,7 @@ EXAMPLES
|
|
|
433
268
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
|
434
269
|
```
|
|
435
270
|
|
|
436
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
271
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.6/src/commands/jayree/manifest/generate.ts)_
|
|
437
272
|
|
|
438
273
|
### `sfdx jayree:manifest:git:diff`
|
|
439
274
|
|
|
@@ -493,7 +328,7 @@ EXAMPLES
|
|
|
493
328
|
uses the diff of what is unique in branchB (REF2)
|
|
494
329
|
```
|
|
495
330
|
|
|
496
|
-
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.
|
|
331
|
+
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v2.2.6/src/commands/jayree/manifest/git/diff.ts)_
|
|
497
332
|
|
|
498
333
|
### `sfdx jayree:org:configure`
|
|
499
334
|
|
|
@@ -529,7 +364,7 @@ EXAMPLES
|
|
|
529
364
|
$ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
|
|
530
365
|
```
|
|
531
366
|
|
|
532
|
-
_See code: [src/src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
367
|
+
_See code: [src/src/commands/jayree/org/configure/index.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/org/configure/index.ts)_
|
|
533
368
|
|
|
534
369
|
### `sfdx jayree:org:configure:country`
|
|
535
370
|
|
|
@@ -551,12 +386,9 @@ FLAGS
|
|
|
551
386
|
|
|
552
387
|
DESCRIPTION
|
|
553
388
|
update country integration values in the State/Country Picklists
|
|
554
|
-
|
|
555
|
-
ALIASES
|
|
556
|
-
$ sfdx jayree:automation:country:update
|
|
557
389
|
```
|
|
558
390
|
|
|
559
|
-
_See code: [src/src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
391
|
+
_See code: [src/src/commands/jayree/org/configure/country.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/org/configure/country.ts)_
|
|
560
392
|
|
|
561
393
|
### `sfdx jayree:org:configure:state`
|
|
562
394
|
|
|
@@ -583,15 +415,9 @@ FLAGS
|
|
|
583
415
|
|
|
584
416
|
DESCRIPTION
|
|
585
417
|
import (create/update) states into the State/Country Picklists
|
|
586
|
-
|
|
587
|
-
ALIASES
|
|
588
|
-
$ sfdx jayree:automation:statecountry:import
|
|
589
|
-
$ sfdx jayree:automation:statecountry:create
|
|
590
|
-
$ sfdx jayree:automation:statecountry:update
|
|
591
|
-
$ sfdx jayree:automation:state:import
|
|
592
418
|
```
|
|
593
419
|
|
|
594
|
-
_See code: [src/src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
420
|
+
_See code: [src/src/commands/jayree/org/configure/state.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/org/configure/state.ts)_
|
|
595
421
|
|
|
596
422
|
### `sfdx jayree:org:settings`
|
|
597
423
|
|
|
@@ -618,16 +444,13 @@ FLAGS
|
|
|
618
444
|
DESCRIPTION
|
|
619
445
|
write the current settings from an Org to a scratch org def file
|
|
620
446
|
|
|
621
|
-
ALIASES
|
|
622
|
-
$ sfdx jayree:scratchorg:settings
|
|
623
|
-
|
|
624
447
|
EXAMPLES
|
|
625
448
|
$ sfdx jayree:org:settings
|
|
626
449
|
$ sfdx jayree:org:settings -u me@my.org
|
|
627
450
|
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
628
451
|
```
|
|
629
452
|
|
|
630
|
-
_See code: [src/src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
453
|
+
_See code: [src/src/commands/jayree/org/settings.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/org/settings.ts)_
|
|
631
454
|
|
|
632
455
|
### `sfdx jayree:org:streaming`
|
|
633
456
|
|
|
@@ -656,7 +479,7 @@ EXAMPLES
|
|
|
656
479
|
...
|
|
657
480
|
```
|
|
658
481
|
|
|
659
|
-
_See code: [src/src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
482
|
+
_See code: [src/src/commands/jayree/org/streaming.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/org/streaming.ts)_
|
|
660
483
|
|
|
661
484
|
### `sfdx jayree:packagedescription:create`
|
|
662
485
|
|
|
@@ -681,7 +504,7 @@ EXAMPLES
|
|
|
681
504
|
$ sfdx jayree:packagedescription:create --file FILENAME --description 'DESCRIPTION'
|
|
682
505
|
```
|
|
683
506
|
|
|
684
|
-
_See code: [
|
|
507
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/packagedescription/create.ts)_
|
|
685
508
|
|
|
686
509
|
### `sfdx jayree:packagedescription:get`
|
|
687
510
|
|
|
@@ -706,7 +529,7 @@ EXAMPLES
|
|
|
706
529
|
Description of Package FILENAME
|
|
707
530
|
```
|
|
708
531
|
|
|
709
|
-
_See code: [
|
|
532
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/packagedescription/get.ts)_
|
|
710
533
|
|
|
711
534
|
### `sfdx jayree:packagedescription:remove`
|
|
712
535
|
|
|
@@ -730,7 +553,7 @@ EXAMPLES
|
|
|
730
553
|
$ sfdx jayree:packagedescription:remove --file FILENAME
|
|
731
554
|
```
|
|
732
555
|
|
|
733
|
-
_See code: [
|
|
556
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/packagedescription/remove.ts)_
|
|
734
557
|
|
|
735
558
|
### `sfdx jayree:packagedescription:set`
|
|
736
559
|
|
|
@@ -755,41 +578,7 @@ EXAMPLES
|
|
|
755
578
|
$ sfdx jayree:packagedescription:set --file FILENAME --description 'NEW DESCRIPTION'
|
|
756
579
|
```
|
|
757
580
|
|
|
758
|
-
_See code: [
|
|
759
|
-
|
|
760
|
-
### `sfdx jayree:scratchorg:settings`
|
|
761
|
-
|
|
762
|
-
write the current settings from an Org to a scratch org def file
|
|
763
|
-
|
|
764
|
-
```
|
|
765
|
-
USAGE
|
|
766
|
-
$ sfdx jayree:scratchorg:settings [-w] [-f <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel
|
|
767
|
-
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
|
|
768
|
-
|
|
769
|
-
FLAGS
|
|
770
|
-
-f, --file=<value> write to 'file' instead of
|
|
771
|
-
project-scratch-def.json
|
|
772
|
-
-u, --targetusername=<value> username or alias for the target
|
|
773
|
-
org; overrides default target org
|
|
774
|
-
-w, --writetoprojectscratchdeffile write output to
|
|
775
|
-
project-scratch-def.json file
|
|
776
|
-
--apiversion=<value> override the api version used for
|
|
777
|
-
api requests made by this command
|
|
778
|
-
--json format output as json
|
|
779
|
-
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
|
|
780
|
-
this command invocation
|
|
781
|
-
|
|
782
|
-
DESCRIPTION
|
|
783
|
-
write the current settings from an Org to a scratch org def file
|
|
784
|
-
|
|
785
|
-
ALIASES
|
|
786
|
-
$ sfdx jayree:scratchorg:settings
|
|
787
|
-
|
|
788
|
-
EXAMPLES
|
|
789
|
-
$ sfdx jayree:org:settings
|
|
790
|
-
$ sfdx jayree:org:settings -u me@my.org
|
|
791
|
-
$ sfdx jayree:org:settings -u MyTestOrg1 -w
|
|
792
|
-
```
|
|
581
|
+
_See code: [@jayree/sfdx-plugin-legacy](https://github.com/jayree/sfdx-plugin-legacy/blob/v1.0.2/src/commands/jayree/packagedescription/set.ts)_
|
|
793
582
|
|
|
794
583
|
### `sfdx jayree:source:fix`
|
|
795
584
|
|
|
@@ -818,7 +607,7 @@ DESCRIPTION
|
|
|
818
607
|
(examples will follow)
|
|
819
608
|
```
|
|
820
609
|
|
|
821
|
-
_See code: [src/src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
610
|
+
_See code: [src/src/commands/jayree/source/fix.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/source/fix.ts)_
|
|
822
611
|
|
|
823
612
|
### `sfdx jayree:source:tracking:list`
|
|
824
613
|
|
|
@@ -849,7 +638,7 @@ EXAMPLES
|
|
|
849
638
|
$ sfdx jayree:source:tracking:list -u me@my.org -r 101
|
|
850
639
|
```
|
|
851
640
|
|
|
852
|
-
_See code: [src/src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
641
|
+
_See code: [src/src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/source/tracking/list.ts)_
|
|
853
642
|
|
|
854
643
|
### `sfdx jayree:source:tracking:store:get`
|
|
855
644
|
|
|
@@ -877,7 +666,7 @@ EXAMPLES
|
|
|
877
666
|
$ sfdx jayree:source:tracking:store:get -u me@my.org
|
|
878
667
|
```
|
|
879
668
|
|
|
880
|
-
_See code: [src/src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
669
|
+
_See code: [src/src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/source/tracking/store/get.ts)_
|
|
881
670
|
|
|
882
671
|
### `sfdx jayree:source:tracking:store:set`
|
|
883
672
|
|
|
@@ -908,7 +697,7 @@ EXAMPLES
|
|
|
908
697
|
$ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
|
|
909
698
|
```
|
|
910
699
|
|
|
911
|
-
_See code: [src/src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.
|
|
700
|
+
_See code: [src/src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-jayree-plugin/blob/v4.3.15/src/src/commands/jayree/source/tracking/store/set.ts)_
|
|
912
701
|
<!-- commandsstop -->
|
|
913
702
|
|
|
914
703
|
## Hooks
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { flags } from '@salesforce/command';
|
|
1
|
+
import { flags, SfdxCommand } from '@salesforce/command';
|
|
2
2
|
import { AnyJson } from '@salesforce/ts-types';
|
|
3
|
-
|
|
4
|
-
export default class UpdateCountry extends JayreeSfdxCommand {
|
|
5
|
-
static aliases: string[];
|
|
3
|
+
export default class UpdateCountry extends SfdxCommand {
|
|
6
4
|
static description: string;
|
|
7
5
|
protected static flagsConfig: {
|
|
8
6
|
silent: flags.Discriminated<flags.Boolean<boolean>>;
|
|
@@ -40,12 +40,10 @@ const puppeteer_1 = __importDefault(require("puppeteer"));
|
|
|
40
40
|
const tabletojson_1 = require("tabletojson");
|
|
41
41
|
const config_1 = __importDefault(require("../../../../utils/config"));
|
|
42
42
|
const CSconfig = __importStar(require("../../../../../config/countrystate.json"));
|
|
43
|
-
const jayreeSfdxCommand_1 = require("../../../../jayreeSfdxCommand");
|
|
44
43
|
core_1.Messages.importMessagesDirectory(__dirname);
|
|
45
44
|
const messages = core_1.Messages.loadMessages('sfdx-jayree', 'createstatecountry');
|
|
46
|
-
class UpdateCountry extends
|
|
45
|
+
class UpdateCountry extends command_1.SfdxCommand {
|
|
47
46
|
async run() {
|
|
48
|
-
this.warnIfRunByAlias(UpdateCountry.aliases, UpdateCountry.id);
|
|
49
47
|
let spinnermessage = '';
|
|
50
48
|
const browser = await puppeteer_1.default.launch((0, config_1.default)().puppeteer);
|
|
51
49
|
const page = await browser.newPage();
|
|
@@ -153,7 +151,6 @@ class UpdateCountry extends jayreeSfdxCommand_1.JayreeSfdxCommand {
|
|
|
153
151
|
}
|
|
154
152
|
}
|
|
155
153
|
exports.default = UpdateCountry;
|
|
156
|
-
UpdateCountry.aliases = ['jayree:automation:country:update'];
|
|
157
154
|
UpdateCountry.description = messages.getMessage('commandCountryDescription');
|
|
158
155
|
UpdateCountry.flagsConfig = {
|
|
159
156
|
silent: command_1.flags.boolean({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"country.js","sourceRoot":"","sources":["../../../../../../src/commands/jayree/org/configure/country.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"country.js","sourceRoot":"","sources":["../../../../../../src/commands/jayree/org/configure/country.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;GAKG;AACH,iDAAyD;AACzD,2CAA4C;AAE5C,kDAA0B;AAC1B,sCAAoC;AACpC,0DAAkC;AAClC,6CAAyD;AACzD,sEAA8C;AAC9C,kFAAoE;AAEpE,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,aAAa,EAAE,oBAAoB,CAAC,CAAC;AAE5E,MAAqB,aAAc,SAAQ,qBAAW;IAgB7C,KAAK,CAAC,GAAG;QACd,IAAI,cAAc,GAAG,EAAE,CAAC;QAExB,MAAM,OAAO,GAAG,MAAM,mBAAS,CAAC,MAAM,CAAC,IAAA,gBAAM,GAAE,CAAC,SAAS,CAAC,CAAC;QAE3D,MAAM,IAAI,GAAG,MAAM,OAAO,CAAC,OAAO,EAAE,CAAC;QAErC,MAAM,wBAAwB,GAAG,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;YAC3D,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;YACvC,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE;gBAChD,MAAM,MAAM,GAAG,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;gBACzC,IAAI,MAAM,IAAI,IAAI,EAAE;oBAClB,OAAO,MAAM,CAAC,UAAU,CAAC,CAAC;iBAC3B;qBAAM;oBACL,OAAO,IAAI,CAAC;iBACb;YACH,CAAC,EAAE,OAAO,CAAC,CAAC;YACZ,iHAAiH;YACjH,IAAI,CAAC,eAAe,EAAE;gBACpB,OAAO,IAAI,CAAC,QAAQ,CAClB,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CAAE,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAsB,CAAC,KAAK,GAAG,GAAG,CAAC,EACzE,QAAQ,EACR,OAAO,CACR,CAAC;aACH;QACH,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,YAAK,CAAC,EAAE,CAAC,QAAQ,CAAC;YAC5B,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;YAC3B,MAAM,EAAE,uGAAuG;YAC/G,MAAM,EAAE,OAAO,CAAC,MAAM;SACvB,CAAC,CAAC;QAEH,IAAI;YACF,iDAAiD;YACjD,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM;gBAChB,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,YAAY,CAAC,sCAAsC,CAAC;gBAC9D,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,sCAAsC,CAAC,CAAC;YAEjE,MAAM,IAAI,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC;YAC7B,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;YAEtC,cAAc,GAAG,YAAY,IAAI,CAAC,WAAW,EAAE,CAAC;YAChD,iDAAiD;YACjD,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC1F,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,2BAA2B,GAAG,IAAI,CAAC,WAAW,EAAE;gBACjF,SAAS,EAAE,cAAc;aAC1B,CAAC,CAAC;YAEH,cAAc,GAAG,4BAA4B,CAAC;YAC9C,iDAAiD;YACjD,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAE1F,IAAI;gBACF,MAAM,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,GAAG,+DAA+D,EAAE;oBAClG,SAAS,EAAE,cAAc;iBAC1B,CAAC,CAAC;gBACH,MAAM,IAAI,CAAC,eAAe,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;aACxD;YAAC,OAAO,KAAK,EAAE;gBACd,MAAM,KAAK,CAAC,sCAAsC,CAAC,CAAC;aACrD;YACD,IAAI,CAAC,EAAE,CAAC,WAAW,EAAE,CAAC;YAEtB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC;YAEnF,MAAM,IAAI,GAAG,yBAAW,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YAE3C,IAAI,IAAI,GAAG,CAAC,CAAC;YAEb,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;gBACtB,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,EAAE;oBACxB,IAAI,EAAE,EAAE;iBACT,CAAC,CAAC;aACJ;YAED,IAAI,KAAK,EAAE,MAAM,KAAK,IAAI,IAAI,EAAE;gBAC9B,MAAM,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;gBACvC,MAAM,QAAQ,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;gBACvC,MAAM,WAAW,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;gBACpC,MAAM,WAAW,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;gBAEpC,IAAI,GAAG,IAAI,GAAG,CAAC,CAAC;gBAChB,iDAAiD;gBACjD,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM;oBAChB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,EAAE;wBACf,IAAI,EAAE,SAAS,GAAG,WAAW,GAAG,GAAG,GAAG,WAAW;qBAClD,CAAC;oBACJ,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBAC9B,MAAM,IAAI,CAAC,IAAI,CACb,IAAI,CAAC,WAAW,GAAG,2CAA2C,WAAW,iCAAiC,EAC1G;oBACE,SAAS,EAAE,cAAc;iBAC1B,CACF,CAAC;gBACF,MAAM,kBAAkB,GAAG,QAAQ,CAAC,UAAU,CAAC;gBAC/C,MAAM,wBAAwB,CAAC,WAAW,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;gBAE3E,MAAM,IAAI,CAAC,KAAK,CAAC,kBAAkB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC;gBAC/D,MAAM,IAAI,CAAC,iBAAiB,CAAC;oBAC3B,SAAS,EAAE,cAAc;iBAC1B,CAAC,CAAC;aACJ;SACF;QAAC,OAAO,KAAK,EAAE;YACd,IAAI,CAAC,EAAE,CAAC,WAAW,EAAE,CAAC;YACtB,GAAG,CAAC,IAAI,EAAE,CAAC;YACX,IAAI,IAAI,EAAE;gBACR,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;gBACnB,IAAI,OAAO,EAAE;oBACX,MAAM,OAAO,CAAC,KAAK,EAAE,CAAC;iBACvB;aACF;YACD,IAAI,CAAC,EAAE,CAAC,KAAK,CAAC,eAAK,CAAC,IAAI,CAAC,mDAAmD,CAAC,GAAG,eAAK,CAAC,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;YAC1G,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;SACjB;QACD,iDAAiD;QACjD,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAC1F,GAAG,CAAC,IAAI,EAAE,CAAC;QACX,IAAI,IAAI,EAAE;YACR,MAAM,IAAI,CAAC,KAAK,EAAE,CAAC;YACnB,IAAI,OAAO,EAAE;gBACX,MAAM,OAAO,CAAC,KAAK,EAAE,CAAC;aACvB;SACF;QACD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;;AA7IH,gCA8IC;AA7Ie,yBAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,2BAA2B,CAAC,CAAC;AAE5D,yBAAW,GAAG;IAC7B,MAAM,EAAE,eAAK,CAAC,OAAO,CAAC;QACpB,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;QACzD,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,IAAI;KACb,CAAC;CACH,CAAC;AAEe,8BAAgB,GAAG,IAAI,CAAC;AACxB,oCAAsB,GAAG,KAAK,CAAC;AAC/B,6BAAe,GAAG,KAAK,CAAC"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { flags } from '@salesforce/command';
|
|
1
|
+
import { flags, SfdxCommand } from '@salesforce/command';
|
|
2
2
|
import { AnyJson } from '@salesforce/ts-types';
|
|
3
|
-
|
|
4
|
-
export default class ImportState extends JayreeSfdxCommand {
|
|
5
|
-
static aliases: string[];
|
|
3
|
+
export default class ImportState extends SfdxCommand {
|
|
6
4
|
static description: string;
|
|
7
5
|
protected static flagsConfig: {
|
|
8
6
|
countrycode: flags.Discriminated<flags.String>;
|
|
@@ -39,15 +39,13 @@ const kit = __importStar(require("@salesforce/kit"));
|
|
|
39
39
|
const enquirer_1 = __importDefault(require("enquirer"));
|
|
40
40
|
const renderer_1 = require("../../../../utils/renderer");
|
|
41
41
|
const statetasks_1 = require("../../../../utils/puppeteer/statetasks");
|
|
42
|
-
const jayreeSfdxCommand_1 = require("../../../../jayreeSfdxCommand");
|
|
43
42
|
core_1.Messages.importMessagesDirectory(__dirname);
|
|
44
43
|
const messages = core_1.Messages.loadMessages('sfdx-jayree', 'createstatecountry');
|
|
45
44
|
const logger = new listr2_1.Logger({ useIcons: false });
|
|
46
45
|
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
|
47
46
|
const debug = require('debug')('jayree:x:y');
|
|
48
|
-
class ImportState extends
|
|
47
|
+
class ImportState extends command_1.SfdxCommand {
|
|
49
48
|
async run() {
|
|
50
|
-
this.warnIfRunByAlias(ImportState.aliases, ImportState.id);
|
|
51
49
|
await this.org.refreshAuth();
|
|
52
50
|
const isContentTypeJSON = kit.env.getString('SFDX_CONTENT_TYPE', '').toUpperCase() === 'JSON';
|
|
53
51
|
this.isOutputEnabled = !(process.argv.find((arg) => arg === '--json') || isContentTypeJSON);
|
|
@@ -248,12 +246,6 @@ class ImportState extends jayreeSfdxCommand_1.JayreeSfdxCommand {
|
|
|
248
246
|
}
|
|
249
247
|
}
|
|
250
248
|
exports.default = ImportState;
|
|
251
|
-
ImportState.aliases = [
|
|
252
|
-
'jayree:automation:statecountry:import',
|
|
253
|
-
'jayree:automation:statecountry:create',
|
|
254
|
-
'jayree:automation:statecountry:update',
|
|
255
|
-
'jayree:automation:state:import',
|
|
256
|
-
];
|
|
257
249
|
ImportState.description = messages.getMessage('commandStateDescription');
|
|
258
250
|
ImportState.flagsConfig = {
|
|
259
251
|
countrycode: command_1.flags.string({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../../src/commands/jayree/org/configure/state.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../../src/commands/jayree/org/configure/state.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { flags } from '@salesforce/command';
|
|
1
|
+
import { flags, SfdxCommand } from '@salesforce/command';
|
|
2
2
|
import { AnyJson } from '@salesforce/ts-types';
|
|
3
|
-
|
|
4
|
-
export default class ScratchOrgSettings extends JayreeSfdxCommand {
|
|
5
|
-
static aliases: string[];
|
|
3
|
+
export default class ScratchOrgSettings extends SfdxCommand {
|
|
6
4
|
static description: string;
|
|
7
5
|
static examples: string[];
|
|
8
6
|
protected static flagsConfig: {
|