@salesforce/plugin-data-seeding 1.1.105 → 1.1.106

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.105/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.106/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.105/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.106/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.105/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.106/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.105/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.106/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.105",
3
+ "version": "1.1.106",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.105",
9
+ "version": "1.1.106",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -18,10 +18,10 @@
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.3.19",
22
- "@salesforce/cli-plugins-testkit": "^5.3.57",
21
+ "@oclif/plugin-command-snapshot": "^5.3.21",
22
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
23
23
  "@salesforce/dev-scripts": "^11.0.4",
24
- "@salesforce/plugin-command-reference": "^3.1.92",
24
+ "@salesforce/plugin-command-reference": "^3.1.103",
25
25
  "@types/tough-cookie": "^4.0.5",
26
26
  "eslint-plugin-sf-plugin": "^1.20.33",
27
27
  "oclif": "^4.23.0",
@@ -3588,9 +3588,9 @@
3588
3588
  }
3589
3589
  },
3590
3590
  "node_modules/@oclif/core": {
3591
- "version": "4.11.3",
3592
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
3593
- "integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
3591
+ "version": "4.11.4",
3592
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.4.tgz",
3593
+ "integrity": "sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==",
3594
3594
  "license": "MIT",
3595
3595
  "dependencies": {
3596
3596
  "ansi-escapes": "^4.3.2",
@@ -3604,7 +3604,7 @@
3604
3604
  "is-wsl": "^2.2.0",
3605
3605
  "lilconfig": "^3.1.3",
3606
3606
  "minimatch": "^10.2.5",
3607
- "semver": "^7.8.0",
3607
+ "semver": "^7.8.1",
3608
3608
  "string-width": "^4.2.3",
3609
3609
  "supports-color": "^8",
3610
3610
  "tinyglobby": "^0.2.16",
@@ -3785,9 +3785,9 @@
3785
3785
  }
3786
3786
  },
3787
3787
  "node_modules/@oclif/plugin-command-snapshot": {
3788
- "version": "5.3.19",
3789
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.19.tgz",
3790
- "integrity": "sha512-yYadzyOs8CpQFJU1I1/kxHx3sCZ2u35WyBBT2ONwlujeZmXPg3nVBPVeghkApDQaAcO0b1nzLZ+zq73L2FnVIg==",
3788
+ "version": "5.3.21",
3789
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz",
3790
+ "integrity": "sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg==",
3791
3791
  "dev": true,
3792
3792
  "license": "MIT",
3793
3793
  "dependencies": {
@@ -3912,6 +3912,179 @@
3912
3912
  "node": ">=18.0.0"
3913
3913
  }
3914
3914
  },
3915
+ "node_modules/@oclif/table": {
3916
+ "version": "0.5.8",
3917
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.8.tgz",
3918
+ "integrity": "sha512-yIWar+oDCoN1ji3gUB1QSQAewBiWevwLI7Stg9a+0MX7dtmLXcYucqyR6L5BvJ1b+ekG8C/JY+GJc+ytnzrR9A==",
3919
+ "dev": true,
3920
+ "license": "MIT",
3921
+ "dependencies": {
3922
+ "@types/react": "^18.3.12",
3923
+ "change-case": "^5.4.4",
3924
+ "cli-truncate": "^4.0.0",
3925
+ "ink": "5.0.1",
3926
+ "natural-orderby": "^3.0.2",
3927
+ "object-hash": "^3.0.0",
3928
+ "react": "^18.3.1",
3929
+ "string-width": "^8.2.1",
3930
+ "strip-ansi": "^7.2.0",
3931
+ "wrap-ansi": "^9.0.2"
3932
+ },
3933
+ "engines": {
3934
+ "node": ">=18.0.0"
3935
+ }
3936
+ },
3937
+ "node_modules/@oclif/table/node_modules/ansi-regex": {
3938
+ "version": "6.2.2",
3939
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
3940
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
3941
+ "dev": true,
3942
+ "license": "MIT",
3943
+ "engines": {
3944
+ "node": ">=12"
3945
+ },
3946
+ "funding": {
3947
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3948
+ }
3949
+ },
3950
+ "node_modules/@oclif/table/node_modules/change-case": {
3951
+ "version": "5.4.4",
3952
+ "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
3953
+ "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
3954
+ "dev": true,
3955
+ "license": "MIT"
3956
+ },
3957
+ "node_modules/@oclif/table/node_modules/emoji-regex": {
3958
+ "version": "10.3.0",
3959
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
3960
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
3961
+ "dev": true,
3962
+ "license": "MIT"
3963
+ },
3964
+ "node_modules/@oclif/table/node_modules/get-east-asian-width": {
3965
+ "version": "1.6.0",
3966
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
3967
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
3968
+ "dev": true,
3969
+ "license": "MIT",
3970
+ "engines": {
3971
+ "node": ">=18"
3972
+ },
3973
+ "funding": {
3974
+ "url": "https://github.com/sponsors/sindresorhus"
3975
+ }
3976
+ },
3977
+ "node_modules/@oclif/table/node_modules/string-width": {
3978
+ "version": "8.2.1",
3979
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
3980
+ "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
3981
+ "dev": true,
3982
+ "license": "MIT",
3983
+ "dependencies": {
3984
+ "get-east-asian-width": "^1.5.0",
3985
+ "strip-ansi": "^7.1.2"
3986
+ },
3987
+ "engines": {
3988
+ "node": ">=20"
3989
+ },
3990
+ "funding": {
3991
+ "url": "https://github.com/sponsors/sindresorhus"
3992
+ }
3993
+ },
3994
+ "node_modules/@oclif/table/node_modules/strip-ansi": {
3995
+ "version": "7.2.0",
3996
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3997
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3998
+ "dev": true,
3999
+ "license": "MIT",
4000
+ "dependencies": {
4001
+ "ansi-regex": "^6.2.2"
4002
+ },
4003
+ "engines": {
4004
+ "node": ">=12"
4005
+ },
4006
+ "funding": {
4007
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4008
+ }
4009
+ },
4010
+ "node_modules/@oclif/table/node_modules/wrap-ansi": {
4011
+ "version": "9.0.2",
4012
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4013
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
4014
+ "dev": true,
4015
+ "license": "MIT",
4016
+ "dependencies": {
4017
+ "ansi-styles": "^6.2.1",
4018
+ "string-width": "^7.0.0",
4019
+ "strip-ansi": "^7.1.0"
4020
+ },
4021
+ "engines": {
4022
+ "node": ">=18"
4023
+ },
4024
+ "funding": {
4025
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4026
+ }
4027
+ },
4028
+ "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/ansi-regex": {
4029
+ "version": "6.0.1",
4030
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4031
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4032
+ "dev": true,
4033
+ "license": "MIT",
4034
+ "engines": {
4035
+ "node": ">=12"
4036
+ },
4037
+ "funding": {
4038
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4039
+ }
4040
+ },
4041
+ "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/get-east-asian-width": {
4042
+ "version": "1.2.0",
4043
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
4044
+ "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
4045
+ "dev": true,
4046
+ "license": "MIT",
4047
+ "engines": {
4048
+ "node": ">=18"
4049
+ },
4050
+ "funding": {
4051
+ "url": "https://github.com/sponsors/sindresorhus"
4052
+ }
4053
+ },
4054
+ "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
4055
+ "version": "7.2.0",
4056
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4057
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4058
+ "dev": true,
4059
+ "license": "MIT",
4060
+ "dependencies": {
4061
+ "emoji-regex": "^10.3.0",
4062
+ "get-east-asian-width": "^1.0.0",
4063
+ "strip-ansi": "^7.1.0"
4064
+ },
4065
+ "engines": {
4066
+ "node": ">=18"
4067
+ },
4068
+ "funding": {
4069
+ "url": "https://github.com/sponsors/sindresorhus"
4070
+ }
4071
+ },
4072
+ "node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/strip-ansi": {
4073
+ "version": "7.1.0",
4074
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4075
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4076
+ "dev": true,
4077
+ "license": "MIT",
4078
+ "dependencies": {
4079
+ "ansi-regex": "^6.0.1"
4080
+ },
4081
+ "engines": {
4082
+ "node": ">=12"
4083
+ },
4084
+ "funding": {
4085
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4086
+ }
4087
+ },
3915
4088
  "node_modules/@pkgjs/parseargs": {
3916
4089
  "version": "0.11.0",
3917
4090
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
@@ -3969,13 +4142,13 @@
3969
4142
  }
3970
4143
  },
3971
4144
  "node_modules/@salesforce/cli-plugins-testkit": {
3972
- "version": "5.3.57",
3973
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz",
3974
- "integrity": "sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==",
4145
+ "version": "5.3.58",
4146
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz",
4147
+ "integrity": "sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==",
3975
4148
  "dev": true,
3976
4149
  "license": "Apache-2.0",
3977
4150
  "dependencies": {
3978
- "@salesforce/core": "^8.29.1",
4151
+ "@salesforce/core": "^8.30.3",
3979
4152
  "@salesforce/kit": "^3.2.6",
3980
4153
  "@salesforce/ts-types": "^2.0.11",
3981
4154
  "@types/shelljs": "^0.10.0",
@@ -4080,9 +4253,9 @@
4080
4253
  }
4081
4254
  },
4082
4255
  "node_modules/@salesforce/core": {
4083
- "version": "8.30.3",
4084
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz",
4085
- "integrity": "sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==",
4256
+ "version": "8.30.4",
4257
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.4.tgz",
4258
+ "integrity": "sha512-lMX+X87HbelGU9IA3IOHdP0CDcru1kQG4qDDJXoDYSp8MAcvJpNdOk6P06SutMqKv39XVS3VRfKL5lGiuRcDnA==",
4086
4259
  "license": "BSD-3-Clause",
4087
4260
  "dependencies": {
4088
4261
  "@jsforce/jsforce-node": "^3.10.13",
@@ -4092,7 +4265,7 @@
4092
4265
  "change-case": "^4.1.2",
4093
4266
  "fast-levenshtein": "^3.0.0",
4094
4267
  "faye": "^1.4.1",
4095
- "form-data": "^4.0.4",
4268
+ "form-data": "^4.0.5",
4096
4269
  "js2xmlparser": "^4.0.1",
4097
4270
  "jsonwebtoken": "9.0.3",
4098
4271
  "jszip": "3.10.1",
@@ -4259,16 +4432,16 @@
4259
4432
  }
4260
4433
  },
4261
4434
  "node_modules/@salesforce/plugin-command-reference": {
4262
- "version": "3.1.92",
4263
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz",
4264
- "integrity": "sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==",
4435
+ "version": "3.1.103",
4436
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.103.tgz",
4437
+ "integrity": "sha512-tSv9FO4bs2JnF+16meQv4neLxDImsd92RA7C1rXvDEnZvXdFe70iiEVbQ8529HrV9j/IxSGmVMsj6AXxua7rMg==",
4265
4438
  "dev": true,
4266
4439
  "license": "Apache-2.0",
4267
4440
  "dependencies": {
4268
4441
  "@oclif/core": "^4",
4269
- "@salesforce/core": "^8.28.3",
4442
+ "@salesforce/core": "^8.30.3",
4270
4443
  "@salesforce/kit": "^3.2.6",
4271
- "@salesforce/sf-plugins-core": "^11.3.12",
4444
+ "@salesforce/sf-plugins-core": "^12.2.17",
4272
4445
  "@salesforce/ts-types": "^2.0.11",
4273
4446
  "chalk": "^5.6.2",
4274
4447
  "debug": "^4.4.3",
@@ -4278,6 +4451,138 @@
4278
4451
  "node": ">=18.0.0"
4279
4452
  }
4280
4453
  },
4454
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/ansi": {
4455
+ "version": "2.0.5",
4456
+ "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
4457
+ "integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
4458
+ "dev": true,
4459
+ "license": "MIT",
4460
+ "engines": {
4461
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4462
+ }
4463
+ },
4464
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/confirm": {
4465
+ "version": "6.0.13",
4466
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.13.tgz",
4467
+ "integrity": "sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==",
4468
+ "dev": true,
4469
+ "license": "MIT",
4470
+ "dependencies": {
4471
+ "@inquirer/core": "^11.1.10",
4472
+ "@inquirer/type": "^4.0.5"
4473
+ },
4474
+ "engines": {
4475
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4476
+ },
4477
+ "peerDependencies": {
4478
+ "@types/node": ">=18"
4479
+ },
4480
+ "peerDependenciesMeta": {
4481
+ "@types/node": {
4482
+ "optional": true
4483
+ }
4484
+ }
4485
+ },
4486
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/core": {
4487
+ "version": "11.1.10",
4488
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.10.tgz",
4489
+ "integrity": "sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==",
4490
+ "dev": true,
4491
+ "license": "MIT",
4492
+ "dependencies": {
4493
+ "@inquirer/ansi": "^2.0.5",
4494
+ "@inquirer/figures": "^2.0.5",
4495
+ "@inquirer/type": "^4.0.5",
4496
+ "cli-width": "^4.1.0",
4497
+ "fast-wrap-ansi": "^0.2.0",
4498
+ "mute-stream": "^3.0.0",
4499
+ "signal-exit": "^4.1.0"
4500
+ },
4501
+ "engines": {
4502
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4503
+ },
4504
+ "peerDependencies": {
4505
+ "@types/node": ">=18"
4506
+ },
4507
+ "peerDependenciesMeta": {
4508
+ "@types/node": {
4509
+ "optional": true
4510
+ }
4511
+ }
4512
+ },
4513
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/figures": {
4514
+ "version": "2.0.5",
4515
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
4516
+ "integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
4517
+ "dev": true,
4518
+ "license": "MIT",
4519
+ "engines": {
4520
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4521
+ }
4522
+ },
4523
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/password": {
4524
+ "version": "5.0.13",
4525
+ "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-5.0.13.tgz",
4526
+ "integrity": "sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==",
4527
+ "dev": true,
4528
+ "license": "MIT",
4529
+ "dependencies": {
4530
+ "@inquirer/ansi": "^2.0.5",
4531
+ "@inquirer/core": "^11.1.10",
4532
+ "@inquirer/type": "^4.0.5"
4533
+ },
4534
+ "engines": {
4535
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4536
+ },
4537
+ "peerDependencies": {
4538
+ "@types/node": ">=18"
4539
+ },
4540
+ "peerDependenciesMeta": {
4541
+ "@types/node": {
4542
+ "optional": true
4543
+ }
4544
+ }
4545
+ },
4546
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/type": {
4547
+ "version": "4.0.5",
4548
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
4549
+ "integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
4550
+ "dev": true,
4551
+ "license": "MIT",
4552
+ "engines": {
4553
+ "node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
4554
+ },
4555
+ "peerDependencies": {
4556
+ "@types/node": ">=18"
4557
+ },
4558
+ "peerDependenciesMeta": {
4559
+ "@types/node": {
4560
+ "optional": true
4561
+ }
4562
+ }
4563
+ },
4564
+ "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
4565
+ "version": "12.2.17",
4566
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz",
4567
+ "integrity": "sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==",
4568
+ "dev": true,
4569
+ "license": "Apache-2.0",
4570
+ "dependencies": {
4571
+ "@inquirer/confirm": "^6.0.12",
4572
+ "@inquirer/password": "^5.0.12",
4573
+ "@oclif/core": "^4.11.2",
4574
+ "@oclif/table": "^0.5.7",
4575
+ "@salesforce/core": "^8.30.0",
4576
+ "@salesforce/kit": "^3.2.3",
4577
+ "@salesforce/ts-types": "^2.0.12",
4578
+ "ansis": "^3.3.2",
4579
+ "cli-progress": "^3.12.0",
4580
+ "terminal-link": "^3.0.0"
4581
+ },
4582
+ "engines": {
4583
+ "node": ">=18.0.0"
4584
+ }
4585
+ },
4281
4586
  "node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
4282
4587
  "version": "5.6.2",
4283
4588
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
@@ -4291,6 +4596,29 @@
4291
4596
  "url": "https://github.com/chalk/chalk?sponsor=1"
4292
4597
  }
4293
4598
  },
4599
+ "node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
4600
+ "version": "3.0.0",
4601
+ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
4602
+ "integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
4603
+ "dev": true,
4604
+ "license": "ISC",
4605
+ "engines": {
4606
+ "node": "^20.17.0 || >=22.9.0"
4607
+ }
4608
+ },
4609
+ "node_modules/@salesforce/plugin-command-reference/node_modules/signal-exit": {
4610
+ "version": "4.1.0",
4611
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
4612
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
4613
+ "dev": true,
4614
+ "license": "ISC",
4615
+ "engines": {
4616
+ "node": ">=14"
4617
+ },
4618
+ "funding": {
4619
+ "url": "https://github.com/sponsors/isaacs"
4620
+ }
4621
+ },
4294
4622
  "node_modules/@salesforce/prettier-config": {
4295
4623
  "version": "0.0.3",
4296
4624
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -8440,6 +8768,23 @@
8440
8768
  "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
8441
8769
  "license": "MIT"
8442
8770
  },
8771
+ "node_modules/fast-string-truncated-width": {
8772
+ "version": "3.0.3",
8773
+ "resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
8774
+ "integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
8775
+ "dev": true,
8776
+ "license": "MIT"
8777
+ },
8778
+ "node_modules/fast-string-width": {
8779
+ "version": "3.0.2",
8780
+ "resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
8781
+ "integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
8782
+ "dev": true,
8783
+ "license": "MIT",
8784
+ "dependencies": {
8785
+ "fast-string-truncated-width": "^3.0.2"
8786
+ }
8787
+ },
8443
8788
  "node_modules/fast-uri": {
8444
8789
  "version": "3.1.2",
8445
8790
  "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
@@ -8456,6 +8801,16 @@
8456
8801
  ],
8457
8802
  "license": "BSD-3-Clause"
8458
8803
  },
8804
+ "node_modules/fast-wrap-ansi": {
8805
+ "version": "0.2.0",
8806
+ "resolved": "https://registry.npmjs.org/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz",
8807
+ "integrity": "sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==",
8808
+ "dev": true,
8809
+ "license": "MIT",
8810
+ "dependencies": {
8811
+ "fast-string-width": "^3.0.2"
8812
+ }
8813
+ },
8459
8814
  "node_modules/fast-xml-builder": {
8460
8815
  "version": "1.2.0",
8461
8816
  "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
@@ -11872,6 +12227,16 @@
11872
12227
  "node": ">=18"
11873
12228
  }
11874
12229
  },
12230
+ "node_modules/object-hash": {
12231
+ "version": "3.0.0",
12232
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
12233
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
12234
+ "dev": true,
12235
+ "license": "MIT",
12236
+ "engines": {
12237
+ "node": ">= 6"
12238
+ }
12239
+ },
11875
12240
  "node_modules/object-inspect": {
11876
12241
  "version": "1.13.1",
11877
12242
  "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
@@ -13397,9 +13762,9 @@
13397
13762
  "license": "BSD-3-Clause"
13398
13763
  },
13399
13764
  "node_modules/semver": {
13400
- "version": "7.8.0",
13401
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
13402
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
13765
+ "version": "7.8.1",
13766
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
13767
+ "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
13403
13768
  "license": "ISC",
13404
13769
  "bin": {
13405
13770
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1217,6 +1217,11 @@
1217
1217
  resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-1.0.2.tgz#674a4c4d81ad460695cb2a1fc69d78cd187f337e"
1218
1218
  integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
1219
1219
 
1220
+ "@inquirer/ansi@^2.0.5":
1221
+ version "2.0.5"
1222
+ resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-2.0.5.tgz#7b7e121f6a0c40128711daf20325e6ff2cdff8b7"
1223
+ integrity sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==
1224
+
1220
1225
  "@inquirer/checkbox@^4.3.2":
1221
1226
  version "4.3.2"
1222
1227
  resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz#e1483e6519d6ffef97281a54d2a5baa0d81b3f3b"
@@ -1244,6 +1249,14 @@
1244
1249
  "@inquirer/core" "^10.3.2"
1245
1250
  "@inquirer/type" "^3.0.10"
1246
1251
 
1252
+ "@inquirer/confirm@^6.0.12":
1253
+ version "6.0.13"
1254
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-6.0.13.tgz#8a698ca38baab64ae468fb9f04e7e8800ef4367c"
1255
+ integrity sha512-wkGPC7yJ5WJk1DJ5SX7fzk+gfj4BM8cf5dDDi71B/551xHrdsZVRJOC0WyikXd0pEsb/9cLniuE4atbsMqmFkw==
1256
+ dependencies:
1257
+ "@inquirer/core" "^11.1.10"
1258
+ "@inquirer/type" "^4.0.5"
1259
+
1247
1260
  "@inquirer/core@^10.3.2":
1248
1261
  version "10.3.2"
1249
1262
  resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.3.2.tgz#535979ff3ff4fe1e7cc4f83e2320504c743b7e20"
@@ -1258,6 +1271,19 @@
1258
1271
  wrap-ansi "^6.2.0"
1259
1272
  yoctocolors-cjs "^2.1.3"
1260
1273
 
1274
+ "@inquirer/core@^11.1.10":
1275
+ version "11.1.10"
1276
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.10.tgz#bab578cb1b908dd72fab79ee75d51231270cb7ad"
1277
+ integrity sha512-a4Q5BXHQAHa9eO202sTaFCHFYVB3x5fauDuThEAdZ9gfn76pSxiKU7wWcEH0N1O0XmQvNfQNU6QXpiRxmYQx+A==
1278
+ dependencies:
1279
+ "@inquirer/ansi" "^2.0.5"
1280
+ "@inquirer/figures" "^2.0.5"
1281
+ "@inquirer/type" "^4.0.5"
1282
+ cli-width "^4.1.0"
1283
+ fast-wrap-ansi "^0.2.0"
1284
+ mute-stream "^3.0.0"
1285
+ signal-exit "^4.1.0"
1286
+
1261
1287
  "@inquirer/core@^9.0.8", "@inquirer/core@^9.1.0":
1262
1288
  version "9.1.0"
1263
1289
  resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
@@ -1308,6 +1334,11 @@
1308
1334
  resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.15.tgz#dbb49ed80df11df74268023b496ac5d9acd22b3a"
1309
1335
  integrity sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==
1310
1336
 
1337
+ "@inquirer/figures@^2.0.5":
1338
+ version "2.0.5"
1339
+ resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-2.0.5.tgz#d12f4889ac6ea7731ebc52bd9c066ca51d8fdee7"
1340
+ integrity sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==
1341
+
1311
1342
  "@inquirer/input@^2.2.4":
1312
1343
  version "2.2.7"
1313
1344
  resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.7.tgz#87a922243a6c833ee5f1d4a6102c68b3cee9f19d"
@@ -1350,6 +1381,15 @@
1350
1381
  "@inquirer/core" "^10.3.2"
1351
1382
  "@inquirer/type" "^3.0.10"
1352
1383
 
1384
+ "@inquirer/password@^5.0.12":
1385
+ version "5.0.13"
1386
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-5.0.13.tgz#7271099c1214814147bde615c0382abc0bbec8d1"
1387
+ integrity sha512-XDGu64ROHZjOOXLAANvJN7iIxWKhOSCG5VakrZ5kaScVR+snVJCFglD/hL3/677awtWcu4pXoWa280CDIYcBeg==
1388
+ dependencies:
1389
+ "@inquirer/ansi" "^2.0.5"
1390
+ "@inquirer/core" "^11.1.10"
1391
+ "@inquirer/type" "^4.0.5"
1392
+
1353
1393
  "@inquirer/prompts@^7.10.1":
1354
1394
  version "7.10.1"
1355
1395
  resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.10.1.tgz#e1436c0484cf04c22548c74e2cd239e989d5f847"
@@ -1419,6 +1459,11 @@
1419
1459
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
1420
1460
  integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
1421
1461
 
1462
+ "@inquirer/type@^4.0.5":
1463
+ version "4.0.5"
1464
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-4.0.5.tgz#a02d90e5da8a36dce27ac8e7237a50c99a9003a3"
1465
+ integrity sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==
1466
+
1422
1467
  "@isaacs/cliui@^8.0.2":
1423
1468
  version "8.0.2"
1424
1469
  resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -1598,10 +1643,10 @@
1598
1643
  wordwrap "^1.0.0"
1599
1644
  wrap-ansi "^7.0.0"
1600
1645
 
1601
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2":
1602
- version "4.11.3"
1603
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
1604
- integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
1646
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.11.2":
1647
+ version "4.11.4"
1648
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0"
1649
+ integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ==
1605
1650
  dependencies:
1606
1651
  ansi-escapes "^4.3.2"
1607
1652
  ansis "^3.17.0"
@@ -1614,7 +1659,7 @@
1614
1659
  is-wsl "^2.2.0"
1615
1660
  lilconfig "^3.1.3"
1616
1661
  minimatch "^10.2.5"
1617
- semver "^7.8.0"
1662
+ semver "^7.8.1"
1618
1663
  string-width "^4.2.3"
1619
1664
  supports-color "^8"
1620
1665
  tinyglobby "^0.2.16"
@@ -1635,10 +1680,10 @@
1635
1680
  react "^18.3.1"
1636
1681
  wrap-ansi "^9.0.2"
1637
1682
 
1638
- "@oclif/plugin-command-snapshot@^5.3.19":
1639
- version "5.3.19"
1640
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.19.tgz#de084122b9fc10a6e6ed2bf39d3d280f7f9b4d58"
1641
- integrity sha512-yYadzyOs8CpQFJU1I1/kxHx3sCZ2u35WyBBT2ONwlujeZmXPg3nVBPVeghkApDQaAcO0b1nzLZ+zq73L2FnVIg==
1683
+ "@oclif/plugin-command-snapshot@^5.3.21":
1684
+ version "5.3.21"
1685
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz#a09db9aaa10562628913f23d67ff4e93c3afc6de"
1686
+ integrity sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg==
1642
1687
  dependencies:
1643
1688
  "@oclif/core" "^4"
1644
1689
  ansis "^3.17.0"
@@ -1679,6 +1724,22 @@
1679
1724
  lodash "^4.17.23"
1680
1725
  registry-auth-token "^5.1.1"
1681
1726
 
1727
+ "@oclif/table@^0.5.7":
1728
+ version "0.5.8"
1729
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.8.tgz#50ef54791b688551f342b829a9d93f9f6da24d7b"
1730
+ integrity sha512-yIWar+oDCoN1ji3gUB1QSQAewBiWevwLI7Stg9a+0MX7dtmLXcYucqyR6L5BvJ1b+ekG8C/JY+GJc+ytnzrR9A==
1731
+ dependencies:
1732
+ "@types/react" "^18.3.12"
1733
+ change-case "^5.4.4"
1734
+ cli-truncate "^4.0.0"
1735
+ ink "5.0.1"
1736
+ natural-orderby "^3.0.2"
1737
+ object-hash "^3.0.0"
1738
+ react "^18.3.1"
1739
+ string-width "^8.2.1"
1740
+ strip-ansi "^7.2.0"
1741
+ wrap-ansi "^9.0.2"
1742
+
1682
1743
  "@pkgjs/parseargs@^0.11.0":
1683
1744
  version "0.11.0"
1684
1745
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
@@ -1705,12 +1766,12 @@
1705
1766
  "@pnpm/network.ca-file" "^1.0.1"
1706
1767
  config-chain "^1.1.11"
1707
1768
 
1708
- "@salesforce/cli-plugins-testkit@^5.3.57":
1709
- version "5.3.57"
1710
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz#51d1d8b9514ad0a9123ddd71db9bf8d2b9da2934"
1711
- integrity sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==
1769
+ "@salesforce/cli-plugins-testkit@^5.3.58":
1770
+ version "5.3.58"
1771
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz#79278780433baf565bb5b57146669760e5e56680"
1772
+ integrity sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==
1712
1773
  dependencies:
1713
- "@salesforce/core" "^8.29.1"
1774
+ "@salesforce/core" "^8.30.3"
1714
1775
  "@salesforce/kit" "^3.2.6"
1715
1776
  "@salesforce/ts-types" "^2.0.11"
1716
1777
  "@types/shelljs" "^0.10.0"
@@ -1721,10 +1782,10 @@
1721
1782
  strip-ansi "6.0.1"
1722
1783
  ts-retry-promise "^0.8.1"
1723
1784
 
1724
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.5.1":
1725
- version "8.30.3"
1726
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.3.tgz#333315e9c0436abd2247df7b5b31375df4002cd6"
1727
- integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
1785
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.5.1":
1786
+ version "8.30.4"
1787
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.4.tgz#4a92d25d337a74798414692432bcce144adc42e6"
1788
+ integrity sha512-lMX+X87HbelGU9IA3IOHdP0CDcru1kQG4qDDJXoDYSp8MAcvJpNdOk6P06SutMqKv39XVS3VRfKL5lGiuRcDnA==
1728
1789
  dependencies:
1729
1790
  "@jsforce/jsforce-node" "^3.10.13"
1730
1791
  "@salesforce/kit" "^3.2.4"
@@ -1733,7 +1794,7 @@
1733
1794
  change-case "^4.1.2"
1734
1795
  fast-levenshtein "^3.0.0"
1735
1796
  faye "^1.4.1"
1736
- form-data "^4.0.4"
1797
+ form-data "^4.0.5"
1737
1798
  js2xmlparser "^4.0.1"
1738
1799
  jsonwebtoken "9.0.3"
1739
1800
  jszip "3.10.1"
@@ -1790,15 +1851,15 @@
1790
1851
  dependencies:
1791
1852
  "@salesforce/ts-types" "^2.0.12"
1792
1853
 
1793
- "@salesforce/plugin-command-reference@^3.1.92":
1794
- version "3.1.92"
1795
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz#21dd4929b9abb0a7df30cfce619d8b1afcd373dc"
1796
- integrity sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==
1854
+ "@salesforce/plugin-command-reference@^3.1.103":
1855
+ version "3.1.103"
1856
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.103.tgz#d1c2352f7333035c242eb4700168d5dfb752639e"
1857
+ integrity sha512-tSv9FO4bs2JnF+16meQv4neLxDImsd92RA7C1rXvDEnZvXdFe70iiEVbQ8529HrV9j/IxSGmVMsj6AXxua7rMg==
1797
1858
  dependencies:
1798
1859
  "@oclif/core" "^4"
1799
- "@salesforce/core" "^8.28.3"
1860
+ "@salesforce/core" "^8.30.3"
1800
1861
  "@salesforce/kit" "^3.2.6"
1801
- "@salesforce/sf-plugins-core" "^11.3.12"
1862
+ "@salesforce/sf-plugins-core" "^12.2.17"
1802
1863
  "@salesforce/ts-types" "^2.0.11"
1803
1864
  chalk "^5.6.2"
1804
1865
  debug "^4.4.3"
@@ -1827,6 +1888,22 @@
1827
1888
  string-width "^7.2.0"
1828
1889
  terminal-link "^3.0.0"
1829
1890
 
1891
+ "@salesforce/sf-plugins-core@^12.2.17":
1892
+ version "12.2.17"
1893
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz#a35d1f917122d377feae083bff6d6b816e3d1e34"
1894
+ integrity sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==
1895
+ dependencies:
1896
+ "@inquirer/confirm" "^6.0.12"
1897
+ "@inquirer/password" "^5.0.12"
1898
+ "@oclif/core" "^4.11.2"
1899
+ "@oclif/table" "^0.5.7"
1900
+ "@salesforce/core" "^8.30.0"
1901
+ "@salesforce/kit" "^3.2.3"
1902
+ "@salesforce/ts-types" "^2.0.12"
1903
+ ansis "^3.3.2"
1904
+ cli-progress "^3.12.0"
1905
+ terminal-link "^3.0.0"
1906
+
1830
1907
  "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
1831
1908
  version "2.0.12"
1832
1909
  resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
@@ -2935,6 +3012,11 @@ ansi-regex@^6.0.1:
2935
3012
  resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
2936
3013
  integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
2937
3014
 
3015
+ ansi-regex@^6.2.2:
3016
+ version "6.2.2"
3017
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
3018
+ integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
3019
+
2938
3020
  ansi-styles@^3.2.1:
2939
3021
  version "3.2.1"
2940
3022
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -3374,6 +3456,11 @@ change-case@^4, change-case@^4.1.2:
3374
3456
  snake-case "^3.0.4"
3375
3457
  tslib "^2.0.3"
3376
3458
 
3459
+ change-case@^5.4.4:
3460
+ version "5.4.4"
3461
+ resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
3462
+ integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
3463
+
3377
3464
  chardet@^2.1.1:
3378
3465
  version "2.1.1"
3379
3466
  resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.1.tgz#5c75593704a642f71ee53717df234031e65373c8"
@@ -4391,11 +4478,30 @@ fast-safe-stringify@^2.1.1:
4391
4478
  resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
4392
4479
  integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
4393
4480
 
4481
+ fast-string-truncated-width@^3.0.2:
4482
+ version "3.0.3"
4483
+ resolved "https://registry.yarnpkg.com/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz#23afe0da67d752ca0727538f1e6967759728ce49"
4484
+ integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
4485
+
4486
+ fast-string-width@^3.0.2:
4487
+ version "3.0.2"
4488
+ resolved "https://registry.yarnpkg.com/fast-string-width/-/fast-string-width-3.0.2.tgz#16dbabb491ce5585b5ecb675b65c165d71688eeb"
4489
+ integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
4490
+ dependencies:
4491
+ fast-string-truncated-width "^3.0.2"
4492
+
4394
4493
  fast-uri@^3.0.1:
4395
4494
  version "3.1.2"
4396
4495
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
4397
4496
  integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
4398
4497
 
4498
+ fast-wrap-ansi@^0.2.0:
4499
+ version "0.2.0"
4500
+ resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz#c0ae3f3982d061c3d657ec927196fbb47e22fe64"
4501
+ integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
4502
+ dependencies:
4503
+ fast-string-width "^3.0.2"
4504
+
4399
4505
  fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
4400
4506
  version "1.2.0"
4401
4507
  resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
@@ -4652,6 +4758,11 @@ get-east-asian-width@^1.0.0:
4652
4758
  resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
4653
4759
  integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
4654
4760
 
4761
+ get-east-asian-width@^1.5.0:
4762
+ version "1.6.0"
4763
+ resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz#216900f91df11a8b2c198c3e1d93d6c035a776b9"
4764
+ integrity sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==
4765
+
4655
4766
  get-func-name@^2.0.1, get-func-name@^2.0.2:
4656
4767
  version "2.0.2"
4657
4768
  resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
@@ -6178,6 +6289,11 @@ mute-stream@^2.0.0:
6178
6289
  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
6179
6290
  integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
6180
6291
 
6292
+ mute-stream@^3.0.0:
6293
+ version "3.0.0"
6294
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-3.0.0.tgz#cd8014dd2acb72e1e91bb67c74f0019e620ba2d1"
6295
+ integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
6296
+
6181
6297
  natural-compare@^1.4.0:
6182
6298
  version "1.4.0"
6183
6299
  resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6322,6 +6438,11 @@ nyc@^17.0.0:
6322
6438
  test-exclude "^6.0.0"
6323
6439
  yargs "^15.0.2"
6324
6440
 
6441
+ object-hash@^3.0.0:
6442
+ version "3.0.0"
6443
+ resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
6444
+ integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
6445
+
6325
6446
  object-inspect@^1.13.1, object-inspect@^1.9.0:
6326
6447
  version "1.13.1"
6327
6448
  resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
@@ -7120,10 +7241,10 @@ semver@^6.0.0, semver@^6.3.1:
7120
7241
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7121
7242
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7122
7243
 
7123
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
7124
- version "7.8.0"
7125
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
7126
- integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
7244
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0, semver@^7.8.1:
7245
+ version "7.8.1"
7246
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.1.tgz#bf4970b5e70fda0686363cc18bfe8805d5ed957e"
7247
+ integrity sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==
7127
7248
 
7128
7249
  sentence-case@^3.0.4:
7129
7250
  version "3.0.4"
@@ -7444,6 +7565,14 @@ string-width@^7.0.0, string-width@^7.2.0:
7444
7565
  get-east-asian-width "^1.0.0"
7445
7566
  strip-ansi "^7.1.0"
7446
7567
 
7568
+ string-width@^8.2.1:
7569
+ version "8.2.1"
7570
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
7571
+ integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
7572
+ dependencies:
7573
+ get-east-asian-width "^1.5.0"
7574
+ strip-ansi "^7.1.2"
7575
+
7447
7576
  string.prototype.trim@^1.2.8:
7448
7577
  version "1.2.8"
7449
7578
  resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
@@ -7506,6 +7635,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
7506
7635
  dependencies:
7507
7636
  ansi-regex "^6.0.1"
7508
7637
 
7638
+ strip-ansi@^7.1.2, strip-ansi@^7.2.0:
7639
+ version "7.2.0"
7640
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.2.0.tgz#d22a269522836a627af8d04b5c3fd2c7fa3e32e3"
7641
+ integrity sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==
7642
+ dependencies:
7643
+ ansi-regex "^6.2.2"
7644
+
7509
7645
  strip-bom@^3.0.0:
7510
7646
  version "3.0.0"
7511
7647
  resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "commands": {
3
- "data-seeding:generate": {
3
+ "data-seeding:migrate": {
4
4
  "aliases": [],
5
5
  "args": {},
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.",
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.",
7
7
  "examples": [
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"
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"
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 generated data will be loaded.",
33
+ "summary": "Username or alias of the target org into which the migrated data is 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 that AI will mimic.",
43
+ "summary": "Username or alias of the source org that contains the data to be migrated.",
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 seeding JSON configuration file.",
52
+ "summary": "Path to the data migration 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:generate",
81
+ "id": "data-seeding:migrate",
82
82
  "pluginAlias": "@salesforce/plugin-data-seeding",
83
83
  "pluginName": "@salesforce/plugin-data-seeding",
84
84
  "pluginType": "core",
85
85
  "strict": true,
86
- "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
86
+ "summary": "Migrate data from one org to another.",
87
87
  "enableJsonFlag": true,
88
88
  "isESM": true,
89
89
  "relativePath": [
90
90
  "lib",
91
91
  "commands",
92
92
  "data-seeding",
93
- "generate",
93
+ "migrate",
94
94
  "index.js"
95
95
  ],
96
96
  "aliasPermutations": [],
97
97
  "permutations": [
98
- "data-seeding:generate",
99
- "generate:data-seeding"
98
+ "data-seeding:migrate",
99
+ "migrate:data-seeding"
100
100
  ]
101
101
  },
102
- "data-seeding:generate:report": {
102
+ "data-seeding:migrate: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 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.",
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.",
106
106
  "examples": [
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"
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"
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 generate\" command.",
129
+ "summary": "ID of a specific execution of the \"data-seeding migrate\" 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 generate\" command.",
137
+ "summary": "View the status of the most recently run \"data-seeding migrate\" command.",
138
138
  "allowNo": false,
139
139
  "type": "boolean"
140
140
  }
141
141
  },
142
142
  "hasDynamicHelp": false,
143
143
  "hiddenAliases": [],
144
- "id": "data-seeding:generate:report",
144
+ "id": "data-seeding:migrate: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 generate job.",
149
+ "summary": "Display the status of a data-seeding migrate job.",
150
150
  "enableJsonFlag": true,
151
151
  "isESM": true,
152
152
  "relativePath": [
153
153
  "lib",
154
154
  "commands",
155
155
  "data-seeding",
156
- "generate",
156
+ "migrate",
157
157
  "report.js"
158
158
  ],
159
159
  "aliasPermutations": [],
160
160
  "permutations": [
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"
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"
167
167
  ]
168
168
  },
169
- "data-seeding:migrate": {
169
+ "data-seeding:generate": {
170
170
  "aliases": [],
171
171
  "args": {},
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.",
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.",
173
173
  "examples": [
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"
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"
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 migrated data is loaded.",
199
+ "summary": "Username or alias of the target org into which the generated data will be 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 to be migrated.",
209
+ "summary": "Username or alias of the source org that contains the data that AI will mimic.",
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 migration JSON configuration file.",
218
+ "summary": "Path to the data seeding 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:migrate",
247
+ "id": "data-seeding:generate",
248
248
  "pluginAlias": "@salesforce/plugin-data-seeding",
249
249
  "pluginName": "@salesforce/plugin-data-seeding",
250
250
  "pluginType": "core",
251
251
  "strict": true,
252
- "summary": "Migrate data from one org to another.",
252
+ "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
253
253
  "enableJsonFlag": true,
254
254
  "isESM": true,
255
255
  "relativePath": [
256
256
  "lib",
257
257
  "commands",
258
258
  "data-seeding",
259
- "migrate",
259
+ "generate",
260
260
  "index.js"
261
261
  ],
262
262
  "aliasPermutations": [],
263
263
  "permutations": [
264
- "data-seeding:migrate",
265
- "migrate:data-seeding"
264
+ "data-seeding:generate",
265
+ "generate:data-seeding"
266
266
  ]
267
267
  },
268
- "data-seeding:migrate:report": {
268
+ "data-seeding:generate: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 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.",
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.",
272
272
  "examples": [
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"
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"
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 migrate\" command.",
295
+ "summary": "ID of a specific execution of the \"data-seeding generate\" 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 migrate\" command.",
303
+ "summary": "View the status of the most recently run \"data-seeding generate\" command.",
304
304
  "allowNo": false,
305
305
  "type": "boolean"
306
306
  }
307
307
  },
308
308
  "hasDynamicHelp": false,
309
309
  "hiddenAliases": [],
310
- "id": "data-seeding:migrate:report",
310
+ "id": "data-seeding:generate: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 migrate job.",
315
+ "summary": "Display the status of a data-seeding generate job.",
316
316
  "enableJsonFlag": true,
317
317
  "isESM": true,
318
318
  "relativePath": [
319
319
  "lib",
320
320
  "commands",
321
321
  "data-seeding",
322
- "migrate",
322
+ "generate",
323
323
  "report.js"
324
324
  ],
325
325
  "aliasPermutations": [],
326
326
  "permutations": [
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"
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"
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.105"
336
+ "version": "1.1.106"
337
337
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.105",
4
+ "version": "1.1.106",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -14,10 +14,10 @@
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.3.19",
18
- "@salesforce/cli-plugins-testkit": "^5.3.57",
17
+ "@oclif/plugin-command-snapshot": "^5.3.21",
18
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
19
19
  "@salesforce/dev-scripts": "^11.0.4",
20
- "@salesforce/plugin-command-reference": "^3.1.92",
20
+ "@salesforce/plugin-command-reference": "^3.1.103",
21
21
  "@types/tough-cookie": "^4.0.5",
22
22
  "eslint-plugin-sf-plugin": "^1.20.33",
23
23
  "oclif": "^4.23.0",
@@ -211,7 +211,7 @@
211
211
  "exports": "./lib/index.js",
212
212
  "type": "module",
213
213
  "sfdx": {
214
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.105.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.105.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.106.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.106.sig"
216
216
  }
217
217
  }