@salesforce/plugin-data-seeding 1.1.34 → 1.1.36

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/README.md CHANGED
@@ -166,7 +166,7 @@ EXAMPLES
166
166
  ./config/seed-config.json --wait 5
167
167
  ```
168
168
 
169
- _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.34/src/commands/data-seeding/generate/index.ts)_
169
+ _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.36/src/commands/data-seeding/generate/index.ts)_
170
170
 
171
171
  ## `sf data-seeding generate report`
172
172
 
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf data-seeding generate report --use-most-recent
202
202
  ```
203
203
 
204
- _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.34/src/commands/data-seeding/generate/report.ts)_
204
+ _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.36/src/commands/data-seeding/generate/report.ts)_
205
205
 
206
206
  ## `sf data-seeding migrate`
207
207
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  ./config/data-seed.json --wait 5
255
255
  ```
256
256
 
257
- _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.34/src/commands/data-seeding/migrate/index.ts)_
257
+ _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.36/src/commands/data-seeding/migrate/index.ts)_
258
258
 
259
259
  ## `sf data-seeding migrate report`
260
260
 
@@ -289,6 +289,6 @@ EXAMPLES
289
289
  $ sf data-seeding migrate report --use-most-recent
290
290
  ```
291
291
 
292
- _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.34/src/commands/data-seeding/migrate/report.ts)_
292
+ _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.36/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.34",
3
+ "version": "1.1.36",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.34",
9
+ "version": "1.1.36",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
13
  "@oclif/multi-stage-output": "^0.8.13",
14
- "@salesforce/core": "^8.11.0",
14
+ "@salesforce/core": "^8.11.4",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.12",
17
17
  "form-data": "^4.0.2",
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.2.39",
21
+ "@oclif/plugin-command-snapshot": "^5.2.40",
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.39",
23
23
  "@salesforce/dev-scripts": "^10.2.9",
24
- "@salesforce/plugin-command-reference": "^3.1.52",
24
+ "@salesforce/plugin-command-reference": "^3.1.54",
25
25
  "@types/tough-cookie": "^4.0.5",
26
- "eslint-plugin-sf-plugin": "^1.20.22",
26
+ "eslint-plugin-sf-plugin": "^1.20.24",
27
27
  "oclif": "^4.17.46",
28
28
  "ts-node": "^10.9.2",
29
29
  "tsx": "^4.19.4",
@@ -3834,9 +3834,9 @@
3834
3834
  }
3835
3835
  },
3836
3836
  "node_modules/@jsforce/jsforce-node": {
3837
- "version": "3.8.1",
3838
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3839
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3837
+ "version": "3.8.2",
3838
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
3839
+ "integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
3840
3840
  "license": "MIT",
3841
3841
  "dependencies": {
3842
3842
  "@sindresorhus/is": "^4",
@@ -4078,9 +4078,9 @@
4078
4078
  }
4079
4079
  },
4080
4080
  "node_modules/@oclif/plugin-command-snapshot": {
4081
- "version": "5.2.39",
4082
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
4083
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
4081
+ "version": "5.2.40",
4082
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
4083
+ "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
4084
4084
  "dev": true,
4085
4085
  "license": "MIT",
4086
4086
  "dependencies": {
@@ -4091,7 +4091,7 @@
4091
4091
  "lodash.difference": "^4.5.0",
4092
4092
  "lodash.get": "^4.4.2",
4093
4093
  "lodash.sortby": "^4.7.0",
4094
- "semver": "^7.7.1",
4094
+ "semver": "^7.7.2",
4095
4095
  "ts-json-schema-generator": "^1.5.1"
4096
4096
  },
4097
4097
  "engines": {
@@ -4387,12 +4387,12 @@
4387
4387
  }
4388
4388
  },
4389
4389
  "node_modules/@salesforce/core": {
4390
- "version": "8.11.0",
4391
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
4392
- "integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
4390
+ "version": "8.11.4",
4391
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
4392
+ "integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
4393
4393
  "license": "BSD-3-Clause",
4394
4394
  "dependencies": {
4395
- "@jsforce/jsforce-node": "^3.8.1",
4395
+ "@jsforce/jsforce-node": "^3.8.2",
4396
4396
  "@salesforce/kit": "^3.2.2",
4397
4397
  "@salesforce/schemas": "^1.9.0",
4398
4398
  "@salesforce/ts-types": "^2.0.10",
@@ -4404,9 +4404,9 @@
4404
4404
  "js2xmlparser": "^4.0.1",
4405
4405
  "jsonwebtoken": "9.0.2",
4406
4406
  "jszip": "3.10.1",
4407
- "pino": "^9.4.0",
4407
+ "pino": "^9.7.0",
4408
4408
  "pino-abstract-transport": "^1.2.0",
4409
- "pino-pretty": "^11.2.2",
4409
+ "pino-pretty": "^11.3.0",
4410
4410
  "proper-lockfile": "^4.1.2",
4411
4411
  "semver": "^7.6.3",
4412
4412
  "ts-retry-promise": "^0.8.1"
@@ -4437,6 +4437,41 @@
4437
4437
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4438
4438
  "license": "MIT"
4439
4439
  },
4440
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
4441
+ "version": "1.2.0",
4442
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
4443
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
4444
+ "license": "MIT",
4445
+ "dependencies": {
4446
+ "readable-stream": "^4.0.0",
4447
+ "split2": "^4.0.0"
4448
+ }
4449
+ },
4450
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
4451
+ "version": "4.4.2",
4452
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
4453
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
4454
+ "license": "MIT",
4455
+ "dependencies": {
4456
+ "abort-controller": "^3.0.0",
4457
+ "buffer": "^6.0.3",
4458
+ "events": "^3.3.0",
4459
+ "process": "^0.11.10",
4460
+ "string_decoder": "^1.3.0"
4461
+ },
4462
+ "engines": {
4463
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4464
+ }
4465
+ },
4466
+ "node_modules/@salesforce/core/node_modules/split2": {
4467
+ "version": "4.2.0",
4468
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4469
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4470
+ "license": "ISC",
4471
+ "engines": {
4472
+ "node": ">= 10.x"
4473
+ }
4474
+ },
4440
4475
  "node_modules/@salesforce/dev-config": {
4441
4476
  "version": "4.3.1",
4442
4477
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
@@ -4512,19 +4547,19 @@
4512
4547
  }
4513
4548
  },
4514
4549
  "node_modules/@salesforce/plugin-command-reference": {
4515
- "version": "3.1.52",
4516
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
4517
- "integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
4550
+ "version": "3.1.54",
4551
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4552
+ "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4518
4553
  "dev": true,
4519
4554
  "license": "Apache-2.0",
4520
4555
  "dependencies": {
4521
4556
  "@oclif/core": "^4",
4522
- "@salesforce/core": "^8.10.1",
4557
+ "@salesforce/core": "^8.11.0",
4523
4558
  "@salesforce/kit": "^3.2.3",
4524
4559
  "@salesforce/sf-plugins-core": "^11.3.12",
4525
4560
  "@salesforce/ts-types": "^2.0.11",
4526
4561
  "chalk": "^5.4.1",
4527
- "debug": "^4.4.0",
4562
+ "debug": "^4.4.1",
4528
4563
  "handlebars": "^4.7.8"
4529
4564
  },
4530
4565
  "engines": {
@@ -7379,9 +7414,9 @@
7379
7414
  }
7380
7415
  },
7381
7416
  "node_modules/debug": {
7382
- "version": "4.4.0",
7383
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
7384
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
7417
+ "version": "4.4.1",
7418
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
7419
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
7385
7420
  "license": "MIT",
7386
7421
  "dependencies": {
7387
7422
  "ms": "^2.1.3"
@@ -8323,13 +8358,13 @@
8323
8358
  }
8324
8359
  },
8325
8360
  "node_modules/eslint-plugin-sf-plugin": {
8326
- "version": "1.20.22",
8327
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
8328
- "integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
8361
+ "version": "1.20.24",
8362
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
8363
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
8329
8364
  "dev": true,
8330
8365
  "license": "BSD-3-Clause",
8331
8366
  "dependencies": {
8332
- "@salesforce/core": "^8.10.1",
8367
+ "@salesforce/core": "^8.11.1",
8333
8368
  "@typescript-eslint/utils": "^7.18.0"
8334
8369
  },
8335
8370
  "engines": {
@@ -12617,17 +12652,17 @@
12617
12652
  }
12618
12653
  },
12619
12654
  "node_modules/pino": {
12620
- "version": "9.4.0",
12621
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
12622
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
12655
+ "version": "9.7.0",
12656
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
12657
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
12623
12658
  "license": "MIT",
12624
12659
  "dependencies": {
12625
12660
  "atomic-sleep": "^1.0.0",
12626
12661
  "fast-redact": "^3.1.1",
12627
12662
  "on-exit-leak-free": "^2.1.0",
12628
- "pino-abstract-transport": "^1.2.0",
12663
+ "pino-abstract-transport": "^2.0.0",
12629
12664
  "pino-std-serializers": "^7.0.0",
12630
- "process-warning": "^4.0.0",
12665
+ "process-warning": "^5.0.0",
12631
12666
  "quick-format-unescaped": "^4.0.3",
12632
12667
  "real-require": "^0.2.0",
12633
12668
  "safe-stable-stringify": "^2.3.1",
@@ -12639,31 +12674,14 @@
12639
12674
  }
12640
12675
  },
12641
12676
  "node_modules/pino-abstract-transport": {
12642
- "version": "1.2.0",
12643
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
12644
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
12677
+ "version": "2.0.0",
12678
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
12679
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
12645
12680
  "license": "MIT",
12646
12681
  "dependencies": {
12647
- "readable-stream": "^4.0.0",
12648
12682
  "split2": "^4.0.0"
12649
12683
  }
12650
12684
  },
12651
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
12652
- "version": "4.4.2",
12653
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
12654
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
12655
- "license": "MIT",
12656
- "dependencies": {
12657
- "abort-controller": "^3.0.0",
12658
- "buffer": "^6.0.3",
12659
- "events": "^3.3.0",
12660
- "process": "^0.11.10",
12661
- "string_decoder": "^1.3.0"
12662
- },
12663
- "engines": {
12664
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12665
- }
12666
- },
12667
12685
  "node_modules/pino-abstract-transport/node_modules/split2": {
12668
12686
  "version": "4.2.0",
12669
12687
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -12674,9 +12692,9 @@
12674
12692
  }
12675
12693
  },
12676
12694
  "node_modules/pino-pretty": {
12677
- "version": "11.2.2",
12678
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
12679
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
12695
+ "version": "11.3.0",
12696
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
12697
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
12680
12698
  "license": "MIT",
12681
12699
  "dependencies": {
12682
12700
  "colorette": "^2.0.7",
@@ -12687,7 +12705,7 @@
12687
12705
  "joycon": "^3.1.1",
12688
12706
  "minimist": "^1.2.6",
12689
12707
  "on-exit-leak-free": "^2.1.0",
12690
- "pino-abstract-transport": "^1.0.0",
12708
+ "pino-abstract-transport": "^2.0.0",
12691
12709
  "pump": "^3.0.0",
12692
12710
  "readable-stream": "^4.0.0",
12693
12711
  "secure-json-parse": "^2.4.0",
@@ -12886,9 +12904,19 @@
12886
12904
  }
12887
12905
  },
12888
12906
  "node_modules/process-warning": {
12889
- "version": "4.0.0",
12890
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
12891
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
12907
+ "version": "5.0.0",
12908
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
12909
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
12910
+ "funding": [
12911
+ {
12912
+ "type": "github",
12913
+ "url": "https://github.com/sponsors/fastify"
12914
+ },
12915
+ {
12916
+ "type": "opencollective",
12917
+ "url": "https://opencollective.com/fastify"
12918
+ }
12919
+ ],
12892
12920
  "license": "MIT"
12893
12921
  },
12894
12922
  "node_modules/proper-lockfile": {
@@ -13534,9 +13562,9 @@
13534
13562
  "license": "BSD-3-Clause"
13535
13563
  },
13536
13564
  "node_modules/semver": {
13537
- "version": "7.7.1",
13538
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
13539
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
13565
+ "version": "7.7.2",
13566
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
13567
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
13540
13568
  "license": "ISC",
13541
13569
  "bin": {
13542
13570
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1676,10 +1676,10 @@
1676
1676
  "@jridgewell/resolve-uri" "^3.1.0"
1677
1677
  "@jridgewell/sourcemap-codec" "^1.4.14"
1678
1678
 
1679
- "@jsforce/jsforce-node@^3.8.1":
1680
- version "3.8.1"
1681
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
1682
- integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1679
+ "@jsforce/jsforce-node@^3.8.2":
1680
+ version "3.8.2"
1681
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
1682
+ integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
1683
1683
  dependencies:
1684
1684
  "@sindresorhus/is" "^4"
1685
1685
  base64url "^3.0.1"
@@ -1750,10 +1750,10 @@
1750
1750
  react "^18.3.1"
1751
1751
  wrap-ansi "^9.0.0"
1752
1752
 
1753
- "@oclif/plugin-command-snapshot@^5.2.39":
1754
- version "5.2.39"
1755
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1756
- integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1753
+ "@oclif/plugin-command-snapshot@^5.2.40":
1754
+ version "5.2.40"
1755
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1756
+ integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1757
1757
  dependencies:
1758
1758
  "@oclif/core" "^4"
1759
1759
  ansis "^3.17.0"
@@ -1762,7 +1762,7 @@
1762
1762
  lodash.difference "^4.5.0"
1763
1763
  lodash.get "^4.4.2"
1764
1764
  lodash.sortby "^4.7.0"
1765
- semver "^7.7.1"
1765
+ semver "^7.7.2"
1766
1766
  ts-json-schema-generator "^1.5.1"
1767
1767
 
1768
1768
  "@oclif/plugin-help@^6.2.27":
@@ -1836,12 +1836,12 @@
1836
1836
  strip-ansi "6.0.1"
1837
1837
  ts-retry-promise "^0.8.1"
1838
1838
 
1839
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
- version "8.11.0"
1841
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
1842
- integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
1839
+ "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
+ version "8.11.4"
1841
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
1842
+ integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
1843
1843
  dependencies:
1844
- "@jsforce/jsforce-node" "^3.8.1"
1844
+ "@jsforce/jsforce-node" "^3.8.2"
1845
1845
  "@salesforce/kit" "^3.2.2"
1846
1846
  "@salesforce/schemas" "^1.9.0"
1847
1847
  "@salesforce/ts-types" "^2.0.10"
@@ -1853,9 +1853,9 @@
1853
1853
  js2xmlparser "^4.0.1"
1854
1854
  jsonwebtoken "9.0.2"
1855
1855
  jszip "3.10.1"
1856
- pino "^9.4.0"
1856
+ pino "^9.7.0"
1857
1857
  pino-abstract-transport "^1.2.0"
1858
- pino-pretty "^11.2.2"
1858
+ pino-pretty "^11.3.0"
1859
1859
  proper-lockfile "^4.1.2"
1860
1860
  semver "^7.6.3"
1861
1861
  ts-retry-promise "^0.8.1"
@@ -1904,18 +1904,18 @@
1904
1904
  dependencies:
1905
1905
  "@salesforce/ts-types" "^2.0.12"
1906
1906
 
1907
- "@salesforce/plugin-command-reference@^3.1.52":
1908
- version "3.1.52"
1909
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
1910
- integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
1907
+ "@salesforce/plugin-command-reference@^3.1.54":
1908
+ version "3.1.54"
1909
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
1910
+ integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
1911
1911
  dependencies:
1912
1912
  "@oclif/core" "^4"
1913
- "@salesforce/core" "^8.10.1"
1913
+ "@salesforce/core" "^8.11.0"
1914
1914
  "@salesforce/kit" "^3.2.3"
1915
1915
  "@salesforce/sf-plugins-core" "^11.3.12"
1916
1916
  "@salesforce/ts-types" "^2.0.11"
1917
1917
  chalk "^5.4.1"
1918
- debug "^4.4.0"
1918
+ debug "^4.4.1"
1919
1919
  handlebars "^4.7.8"
1920
1920
 
1921
1921
  "@salesforce/prettier-config@^0.0.3":
@@ -3692,10 +3692,10 @@ dateformat@^4.6.3:
3692
3692
  resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
3693
3693
  integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
3694
3694
 
3695
- debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
3696
- version "4.4.0"
3697
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
3698
- integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
3695
+ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
3696
+ version "4.4.1"
3697
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3698
+ integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3699
3699
  dependencies:
3700
3700
  ms "^2.1.3"
3701
3701
 
@@ -4174,12 +4174,12 @@ eslint-plugin-jsdoc@^46.10.1:
4174
4174
  semver "^7.5.4"
4175
4175
  spdx-expression-parse "^4.0.0"
4176
4176
 
4177
- eslint-plugin-sf-plugin@^1.20.22:
4178
- version "1.20.22"
4179
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
4180
- integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
4177
+ eslint-plugin-sf-plugin@^1.20.24:
4178
+ version "1.20.24"
4179
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4180
+ integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4181
4181
  dependencies:
4182
- "@salesforce/core" "^8.10.1"
4182
+ "@salesforce/core" "^8.11.1"
4183
4183
  "@typescript-eslint/utils" "^7.18.0"
4184
4184
 
4185
4185
  eslint-plugin-unicorn@^50.0.1:
@@ -6639,7 +6639,7 @@ picomatch@^4.0.2:
6639
6639
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
6640
6640
  integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
6641
6641
 
6642
- pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6642
+ pino-abstract-transport@^1.2.0:
6643
6643
  version "1.2.0"
6644
6644
  resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
6645
6645
  integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
@@ -6647,10 +6647,17 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6647
6647
  readable-stream "^4.0.0"
6648
6648
  split2 "^4.0.0"
6649
6649
 
6650
- pino-pretty@^11.2.2:
6651
- version "11.2.2"
6652
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
6653
- integrity sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==
6650
+ pino-abstract-transport@^2.0.0:
6651
+ version "2.0.0"
6652
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
6653
+ integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
6654
+ dependencies:
6655
+ split2 "^4.0.0"
6656
+
6657
+ pino-pretty@^11.3.0:
6658
+ version "11.3.0"
6659
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
6660
+ integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
6654
6661
  dependencies:
6655
6662
  colorette "^2.0.7"
6656
6663
  dateformat "^4.6.3"
@@ -6660,7 +6667,7 @@ pino-pretty@^11.2.2:
6660
6667
  joycon "^3.1.1"
6661
6668
  minimist "^1.2.6"
6662
6669
  on-exit-leak-free "^2.1.0"
6663
- pino-abstract-transport "^1.0.0"
6670
+ pino-abstract-transport "^2.0.0"
6664
6671
  pump "^3.0.0"
6665
6672
  readable-stream "^4.0.0"
6666
6673
  secure-json-parse "^2.4.0"
@@ -6672,17 +6679,17 @@ pino-std-serializers@^7.0.0:
6672
6679
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
6673
6680
  integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
6674
6681
 
6675
- pino@^9.4.0:
6676
- version "9.4.0"
6677
- resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
6678
- integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
6682
+ pino@^9.7.0:
6683
+ version "9.7.0"
6684
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
6685
+ integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
6679
6686
  dependencies:
6680
6687
  atomic-sleep "^1.0.0"
6681
6688
  fast-redact "^3.1.1"
6682
6689
  on-exit-leak-free "^2.1.0"
6683
- pino-abstract-transport "^1.2.0"
6690
+ pino-abstract-transport "^2.0.0"
6684
6691
  pino-std-serializers "^7.0.0"
6685
- process-warning "^4.0.0"
6692
+ process-warning "^5.0.0"
6686
6693
  quick-format-unescaped "^4.0.3"
6687
6694
  real-require "^0.2.0"
6688
6695
  safe-stable-stringify "^2.3.1"
@@ -6736,10 +6743,10 @@ process-on-spawn@^1.0.0:
6736
6743
  dependencies:
6737
6744
  fromentries "^1.2.0"
6738
6745
 
6739
- process-warning@^4.0.0:
6740
- version "4.0.0"
6741
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
6742
- integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
6746
+ process-warning@^5.0.0:
6747
+ version "5.0.0"
6748
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
6749
+ integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
6743
6750
 
6744
6751
  process@^0.11.10:
6745
6752
  version "0.11.10"
@@ -7122,10 +7129,10 @@ semver@^6.0.0, semver@^6.3.1:
7122
7129
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7123
7130
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7124
7131
 
7125
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
7126
- version "7.7.1"
7127
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
7128
- integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
7132
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
7133
+ version "7.7.2"
7134
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
7135
+ integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
7129
7136
 
7130
7137
  sentence-case@^3.0.4:
7131
7138
  version "3.0.4"
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "commands": {
3
- "data-seeding:migrate": {
3
+ "data-seeding:generate": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "This command migrates selected data from a source org and loads it into a target org. The command uses a JSON configuration file that defines the characteristics of the data. For example, the configuration file might specify a number of records from one or more Salesforce objects to migrate, along with the subset of fields to include. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs a job ID along with a running status of each execution phase, such as querying the source org or loading into the target. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding migrate report\" command to view the status.",
6
+ "description": "This command uses AI to generate synthetic (or \"fake\") data that has a similar format to selected data in a source org. The command uses a JSON configuration file to define the characteristics of the synthetic data. For example, the configuration file might specify the number of records to generate for one or more Salesforce objects, along with the subset of fields to include. Once generated, the data is automatically loaded into the specified target org. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs the job ID, along with a running status of each execution phase, such as querying the source org or generating the data. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding generate report\" command to view the status.",
7
7
  "examples": [
8
- "Migrate data from the org with alias \"mySourceOrg\" to the org with alias \"myTargetOrg\"; use the specified configuration file to determine the data to migrate:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json",
9
- "Migrate data by specifying usernames for the source and target orgs, and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com --target-org target@org.com --config-file=./config/data-seed.json --async",
10
- "Migrate data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json --wait 5"
8
+ "Generate synthetic data similar to existing data in the org with alias \"mySourceOrg\" then load it into the org with alias \"myTargetOrg\"; use the specified config file to determine the format of the generated data:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/seed-config.json",
9
+ "Generate synthetic data using org usernames and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --async",
10
+ "Generate synthetic data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --wait 5"
11
11
  ],
12
12
  "flags": {
13
13
  "json": {
@@ -30,7 +30,7 @@
30
30
  "name": "target-org",
31
31
  "noCacheDefault": true,
32
32
  "required": true,
33
- "summary": "Username or alias of the target org into which the migrated data is loaded.",
33
+ "summary": "Username or alias of the target org into which the generated data will be loaded.",
34
34
  "hasDynamicHelp": true,
35
35
  "multiple": false,
36
36
  "type": "option"
@@ -40,7 +40,7 @@
40
40
  "name": "source-org",
41
41
  "noCacheDefault": true,
42
42
  "required": true,
43
- "summary": "Username or alias of the source org that contains the data to be migrated.",
43
+ "summary": "Username or alias of the source org that contains the data that AI will mimic.",
44
44
  "hasDynamicHelp": true,
45
45
  "multiple": false,
46
46
  "type": "option"
@@ -49,7 +49,7 @@
49
49
  "char": "f",
50
50
  "name": "config-file",
51
51
  "required": true,
52
- "summary": "Path to the data migration JSON configuration file.",
52
+ "summary": "Path to the data seeding JSON configuration file.",
53
53
  "hasDynamicHelp": false,
54
54
  "multiple": false,
55
55
  "type": "option"
@@ -78,34 +78,34 @@
78
78
  },
79
79
  "hasDynamicHelp": true,
80
80
  "hiddenAliases": [],
81
- "id": "data-seeding:migrate",
81
+ "id": "data-seeding:generate",
82
82
  "pluginAlias": "@salesforce/plugin-data-seeding",
83
83
  "pluginName": "@salesforce/plugin-data-seeding",
84
84
  "pluginType": "core",
85
85
  "strict": true,
86
- "summary": "Migrate data from one org to another.",
86
+ "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
87
87
  "enableJsonFlag": true,
88
88
  "isESM": true,
89
89
  "relativePath": [
90
90
  "lib",
91
91
  "commands",
92
92
  "data-seeding",
93
- "migrate",
93
+ "generate",
94
94
  "index.js"
95
95
  ],
96
96
  "aliasPermutations": [],
97
97
  "permutations": [
98
- "data-seeding:migrate",
99
- "migrate:data-seeding"
98
+ "data-seeding:generate",
99
+ "generate:data-seeding"
100
100
  ]
101
101
  },
102
- "data-seeding:migrate:report": {
102
+ "data-seeding:generate:report": {
103
103
  "aliases": [],
104
104
  "args": {},
105
- "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding migrate\" command. Run this command by either passing it the job ID returned by \"data-seeding migrate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding migrate\" command.",
105
+ "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding generate\" command. Run this command by either passing it the job ID returned by \"data-seeding generate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding generate\" command.",
106
106
  "examples": [
107
- "Display the status of a specific execution of the \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
108
- "Display the status of the most recently run \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
107
+ "Display the status of a specific execution of the \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
108
+ "Display the status of the most recently run \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
109
109
  ],
110
110
  "flags": {
111
111
  "json": {
@@ -126,7 +126,7 @@
126
126
  "job-id": {
127
127
  "char": "i",
128
128
  "name": "job-id",
129
- "summary": "ID of a specific execution of the \"data-seeding migrate\" command.",
129
+ "summary": "ID of a specific execution of the \"data-seeding generate\" command.",
130
130
  "hasDynamicHelp": false,
131
131
  "multiple": false,
132
132
  "type": "option"
@@ -134,46 +134,46 @@
134
134
  "use-most-recent": {
135
135
  "char": "r",
136
136
  "name": "use-most-recent",
137
- "summary": "View the status of the most recently run \"data-seeding migrate\" command.",
137
+ "summary": "View the status of the most recently run \"data-seeding generate\" command.",
138
138
  "allowNo": false,
139
139
  "type": "boolean"
140
140
  }
141
141
  },
142
142
  "hasDynamicHelp": false,
143
143
  "hiddenAliases": [],
144
- "id": "data-seeding:migrate:report",
144
+ "id": "data-seeding:generate:report",
145
145
  "pluginAlias": "@salesforce/plugin-data-seeding",
146
146
  "pluginName": "@salesforce/plugin-data-seeding",
147
147
  "pluginType": "core",
148
148
  "strict": true,
149
- "summary": "Display the status of a data-seeding migrate job.",
149
+ "summary": "Display the status of a data-seeding generate job.",
150
150
  "enableJsonFlag": true,
151
151
  "isESM": true,
152
152
  "relativePath": [
153
153
  "lib",
154
154
  "commands",
155
155
  "data-seeding",
156
- "migrate",
156
+ "generate",
157
157
  "report.js"
158
158
  ],
159
159
  "aliasPermutations": [],
160
160
  "permutations": [
161
- "data-seeding:migrate:report",
162
- "migrate:data-seeding:report",
163
- "migrate:report:data-seeding",
164
- "data-seeding:report:migrate",
165
- "report:data-seeding:migrate",
166
- "report:migrate:data-seeding"
161
+ "data-seeding:generate:report",
162
+ "generate:data-seeding:report",
163
+ "generate:report:data-seeding",
164
+ "data-seeding:report:generate",
165
+ "report:data-seeding:generate",
166
+ "report:generate:data-seeding"
167
167
  ]
168
168
  },
169
- "data-seeding:generate": {
169
+ "data-seeding:migrate": {
170
170
  "aliases": [],
171
171
  "args": {},
172
- "description": "This command uses AI to generate synthetic (or \"fake\") data that has a similar format to selected data in a source org. The command uses a JSON configuration file to define the characteristics of the synthetic data. For example, the configuration file might specify the number of records to generate for one or more Salesforce objects, along with the subset of fields to include. Once generated, the data is automatically loaded into the specified target org. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs the job ID, along with a running status of each execution phase, such as querying the source org or generating the data. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding generate report\" command to view the status.",
172
+ "description": "This command migrates selected data from a source org and loads it into a target org. The command uses a JSON configuration file that defines the characteristics of the data. For example, the configuration file might specify a number of records from one or more Salesforce objects to migrate, along with the subset of fields to include. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs a job ID along with a running status of each execution phase, such as querying the source org or loading into the target. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding migrate report\" command to view the status.",
173
173
  "examples": [
174
- "Generate synthetic data similar to existing data in the org with alias \"mySourceOrg\" then load it into the org with alias \"myTargetOrg\"; use the specified config file to determine the format of the generated data:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/seed-config.json",
175
- "Generate synthetic data using org usernames and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --async",
176
- "Generate synthetic data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --wait 5"
174
+ "Migrate data from the org with alias \"mySourceOrg\" to the org with alias \"myTargetOrg\"; use the specified configuration file to determine the data to migrate:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json",
175
+ "Migrate data by specifying usernames for the source and target orgs, and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com --target-org target@org.com --config-file=./config/data-seed.json --async",
176
+ "Migrate data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json --wait 5"
177
177
  ],
178
178
  "flags": {
179
179
  "json": {
@@ -196,7 +196,7 @@
196
196
  "name": "target-org",
197
197
  "noCacheDefault": true,
198
198
  "required": true,
199
- "summary": "Username or alias of the target org into which the generated data will be loaded.",
199
+ "summary": "Username or alias of the target org into which the migrated data is loaded.",
200
200
  "hasDynamicHelp": true,
201
201
  "multiple": false,
202
202
  "type": "option"
@@ -206,7 +206,7 @@
206
206
  "name": "source-org",
207
207
  "noCacheDefault": true,
208
208
  "required": true,
209
- "summary": "Username or alias of the source org that contains the data that AI will mimic.",
209
+ "summary": "Username or alias of the source org that contains the data to be migrated.",
210
210
  "hasDynamicHelp": true,
211
211
  "multiple": false,
212
212
  "type": "option"
@@ -215,7 +215,7 @@
215
215
  "char": "f",
216
216
  "name": "config-file",
217
217
  "required": true,
218
- "summary": "Path to the data seeding JSON configuration file.",
218
+ "summary": "Path to the data migration JSON configuration file.",
219
219
  "hasDynamicHelp": false,
220
220
  "multiple": false,
221
221
  "type": "option"
@@ -244,34 +244,34 @@
244
244
  },
245
245
  "hasDynamicHelp": true,
246
246
  "hiddenAliases": [],
247
- "id": "data-seeding:generate",
247
+ "id": "data-seeding:migrate",
248
248
  "pluginAlias": "@salesforce/plugin-data-seeding",
249
249
  "pluginName": "@salesforce/plugin-data-seeding",
250
250
  "pluginType": "core",
251
251
  "strict": true,
252
- "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
252
+ "summary": "Migrate data from one org to another.",
253
253
  "enableJsonFlag": true,
254
254
  "isESM": true,
255
255
  "relativePath": [
256
256
  "lib",
257
257
  "commands",
258
258
  "data-seeding",
259
- "generate",
259
+ "migrate",
260
260
  "index.js"
261
261
  ],
262
262
  "aliasPermutations": [],
263
263
  "permutations": [
264
- "data-seeding:generate",
265
- "generate:data-seeding"
264
+ "data-seeding:migrate",
265
+ "migrate:data-seeding"
266
266
  ]
267
267
  },
268
- "data-seeding:generate:report": {
268
+ "data-seeding:migrate:report": {
269
269
  "aliases": [],
270
270
  "args": {},
271
- "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding generate\" command. Run this command by either passing it the job ID returned by \"data-seeding generate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding generate\" command.",
271
+ "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding migrate\" command. Run this command by either passing it the job ID returned by \"data-seeding migrate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding migrate\" command.",
272
272
  "examples": [
273
- "Display the status of a specific execution of the \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
274
- "Display the status of the most recently run \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
273
+ "Display the status of a specific execution of the \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
274
+ "Display the status of the most recently run \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
275
275
  ],
276
276
  "flags": {
277
277
  "json": {
@@ -292,7 +292,7 @@
292
292
  "job-id": {
293
293
  "char": "i",
294
294
  "name": "job-id",
295
- "summary": "ID of a specific execution of the \"data-seeding generate\" command.",
295
+ "summary": "ID of a specific execution of the \"data-seeding migrate\" command.",
296
296
  "hasDynamicHelp": false,
297
297
  "multiple": false,
298
298
  "type": "option"
@@ -300,38 +300,38 @@
300
300
  "use-most-recent": {
301
301
  "char": "r",
302
302
  "name": "use-most-recent",
303
- "summary": "View the status of the most recently run \"data-seeding generate\" command.",
303
+ "summary": "View the status of the most recently run \"data-seeding migrate\" command.",
304
304
  "allowNo": false,
305
305
  "type": "boolean"
306
306
  }
307
307
  },
308
308
  "hasDynamicHelp": false,
309
309
  "hiddenAliases": [],
310
- "id": "data-seeding:generate:report",
310
+ "id": "data-seeding:migrate:report",
311
311
  "pluginAlias": "@salesforce/plugin-data-seeding",
312
312
  "pluginName": "@salesforce/plugin-data-seeding",
313
313
  "pluginType": "core",
314
314
  "strict": true,
315
- "summary": "Display the status of a data-seeding generate job.",
315
+ "summary": "Display the status of a data-seeding migrate job.",
316
316
  "enableJsonFlag": true,
317
317
  "isESM": true,
318
318
  "relativePath": [
319
319
  "lib",
320
320
  "commands",
321
321
  "data-seeding",
322
- "generate",
322
+ "migrate",
323
323
  "report.js"
324
324
  ],
325
325
  "aliasPermutations": [],
326
326
  "permutations": [
327
- "data-seeding:generate:report",
328
- "generate:data-seeding:report",
329
- "generate:report:data-seeding",
330
- "data-seeding:report:generate",
331
- "report:data-seeding:generate",
332
- "report:generate:data-seeding"
327
+ "data-seeding:migrate:report",
328
+ "migrate:data-seeding:report",
329
+ "migrate:report:data-seeding",
330
+ "data-seeding:report:migrate",
331
+ "report:data-seeding:migrate",
332
+ "report:migrate:data-seeding"
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.34"
336
+ "version": "1.1.36"
337
337
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
3
  "description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
4
- "version": "1.1.34",
4
+ "version": "1.1.36",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
9
  "@oclif/multi-stage-output": "^0.8.13",
10
- "@salesforce/core": "^8.11.0",
10
+ "@salesforce/core": "^8.11.4",
11
11
  "@salesforce/kit": "^3.2.2",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
13
13
  "form-data": "^4.0.2",
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.2.39",
17
+ "@oclif/plugin-command-snapshot": "^5.2.40",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.39",
19
19
  "@salesforce/dev-scripts": "^10.2.9",
20
- "@salesforce/plugin-command-reference": "^3.1.52",
20
+ "@salesforce/plugin-command-reference": "^3.1.54",
21
21
  "@types/tough-cookie": "^4.0.5",
22
- "eslint-plugin-sf-plugin": "^1.20.22",
22
+ "eslint-plugin-sf-plugin": "^1.20.24",
23
23
  "oclif": "^4.17.46",
24
24
  "ts-node": "^10.9.2",
25
25
  "tsx": "^4.19.4",
@@ -210,7 +210,7 @@
210
210
  "exports": "./lib/index.js",
211
211
  "type": "module",
212
212
  "sfdx": {
213
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.34.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.34.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.36.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.36.sig"
215
215
  }
216
216
  }