@salesforce/plugin-data-seeding 1.1.62 → 1.1.63
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 +4 -4
- package/npm-shrinkwrap.json +16 -16
- package/oclif.lock +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
169
|
+
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.63/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.
|
|
204
|
+
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.63/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.
|
|
257
|
+
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.63/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.
|
|
292
|
+
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.63/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.63",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data-seeding",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.63",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.24",
|
|
14
14
|
"@salesforce/core": "^8.23.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.3.7",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.74",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
27
|
-
"oclif": "^4.22.
|
|
27
|
+
"oclif": "^4.22.32",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"tsx": "^4.20.6",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
@@ -3828,9 +3828,9 @@
|
|
|
3828
3828
|
}
|
|
3829
3829
|
},
|
|
3830
3830
|
"node_modules/@oclif/multi-stage-output": {
|
|
3831
|
-
"version": "0.8.
|
|
3832
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3833
|
-
"integrity": "sha512-
|
|
3831
|
+
"version": "0.8.24",
|
|
3832
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.24.tgz",
|
|
3833
|
+
"integrity": "sha512-yp3Jf+E0E9UP+wxd1JOGiJKATJwOaZm9fQLiY/TdZRUEJUmwOM4iGrl4c1hgcyDQFVIL6PuPVCOAUqq3yrjWZQ==",
|
|
3834
3834
|
"license": "MIT",
|
|
3835
3835
|
"dependencies": {
|
|
3836
3836
|
"@oclif/core": "^4",
|
|
@@ -4386,14 +4386,14 @@
|
|
|
4386
4386
|
}
|
|
4387
4387
|
},
|
|
4388
4388
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4389
|
-
"version": "3.1.
|
|
4390
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4391
|
-
"integrity": "sha512
|
|
4389
|
+
"version": "3.1.74",
|
|
4390
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.74.tgz",
|
|
4391
|
+
"integrity": "sha512-x2kBVbzP2hYsEdOW7BMteeqHgvWT1pa3jWJidFmbZGrOTS2wZhtZrHjE/O3hXMSGnQFTeJakjqr0oZJO8UCxpQ==",
|
|
4392
4392
|
"dev": true,
|
|
4393
4393
|
"license": "Apache-2.0",
|
|
4394
4394
|
"dependencies": {
|
|
4395
4395
|
"@oclif/core": "^4",
|
|
4396
|
-
"@salesforce/core": "^8.
|
|
4396
|
+
"@salesforce/core": "^8.23.2",
|
|
4397
4397
|
"@salesforce/kit": "^3.2.4",
|
|
4398
4398
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4399
4399
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -12262,9 +12262,9 @@
|
|
|
12262
12262
|
}
|
|
12263
12263
|
},
|
|
12264
12264
|
"node_modules/oclif": {
|
|
12265
|
-
"version": "4.22.
|
|
12266
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
12267
|
-
"integrity": "sha512-
|
|
12265
|
+
"version": "4.22.32",
|
|
12266
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.32.tgz",
|
|
12267
|
+
"integrity": "sha512-zeM5Ezgh2Eo+dw5gPByyPmpoHBH6i0Lv0I8QrWwyphAHsR1PtSqIOwm24I8jzE0iiZuqKOlhMivLruMrLWfhXg==",
|
|
12268
12268
|
"dev": true,
|
|
12269
12269
|
"license": "MIT",
|
|
12270
12270
|
"dependencies": {
|
|
@@ -12273,7 +12273,7 @@
|
|
|
12273
12273
|
"@inquirer/confirm": "^3.1.22",
|
|
12274
12274
|
"@inquirer/input": "^2.2.4",
|
|
12275
12275
|
"@inquirer/select": "^2.5.0",
|
|
12276
|
-
"@oclif/core": "^4.5.
|
|
12276
|
+
"@oclif/core": "^4.5.5",
|
|
12277
12277
|
"@oclif/plugin-help": "^6.2.33",
|
|
12278
12278
|
"@oclif/plugin-not-found": "^3.2.68",
|
|
12279
12279
|
"@oclif/plugin-warn-if-update-available": "^3.1.48",
|
package/oclif.lock
CHANGED
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1792
1792
|
fastq "^1.6.0"
|
|
1793
1793
|
|
|
1794
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.3", "@oclif/core@^4.5.
|
|
1794
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5":
|
|
1795
1795
|
version "4.5.6"
|
|
1796
1796
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.6.tgz#44671b5bafbc96ceeadd448da85f3b0eb0b16b41"
|
|
1797
1797
|
integrity sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw==
|
|
@@ -1815,10 +1815,10 @@
|
|
|
1815
1815
|
wordwrap "^1.0.0"
|
|
1816
1816
|
wrap-ansi "^7.0.0"
|
|
1817
1817
|
|
|
1818
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1819
|
-
version "0.8.
|
|
1820
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1821
|
-
integrity sha512-
|
|
1818
|
+
"@oclif/multi-stage-output@^0.8.24":
|
|
1819
|
+
version "0.8.24"
|
|
1820
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.24.tgz#05a7c77caeaea978e1978f7ca28f1c3d7efc0e24"
|
|
1821
|
+
integrity sha512-yp3Jf+E0E9UP+wxd1JOGiJKATJwOaZm9fQLiY/TdZRUEJUmwOM4iGrl4c1hgcyDQFVIL6PuPVCOAUqq3yrjWZQ==
|
|
1822
1822
|
dependencies:
|
|
1823
1823
|
"@oclif/core" "^4"
|
|
1824
1824
|
"@types/react" "^18.3.12"
|
|
@@ -1914,7 +1914,7 @@
|
|
|
1914
1914
|
strip-ansi "6.0.1"
|
|
1915
1915
|
ts-retry-promise "^0.8.1"
|
|
1916
1916
|
|
|
1917
|
-
"@salesforce/core@^8.
|
|
1917
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1918
1918
|
version "8.23.2"
|
|
1919
1919
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.2.tgz#218152b97e05745cd0499ad2594df4443fa8aa18"
|
|
1920
1920
|
integrity sha512-9XUlaI0orvdjDJZsgjt0lVLa5wrFWNaorRbshT/EJ6fIiqcAehOV2bR62NJtRhrOrgu1h34bTmUqMo+yUEES9w==
|
|
@@ -1983,13 +1983,13 @@
|
|
|
1983
1983
|
dependencies:
|
|
1984
1984
|
"@salesforce/ts-types" "^2.0.12"
|
|
1985
1985
|
|
|
1986
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1987
|
-
version "3.1.
|
|
1988
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1989
|
-
integrity sha512
|
|
1986
|
+
"@salesforce/plugin-command-reference@^3.1.74":
|
|
1987
|
+
version "3.1.74"
|
|
1988
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.74.tgz#94123aeef099049f01eb4e4e14f283b613281b4b"
|
|
1989
|
+
integrity sha512-x2kBVbzP2hYsEdOW7BMteeqHgvWT1pa3jWJidFmbZGrOTS2wZhtZrHjE/O3hXMSGnQFTeJakjqr0oZJO8UCxpQ==
|
|
1990
1990
|
dependencies:
|
|
1991
1991
|
"@oclif/core" "^4"
|
|
1992
|
-
"@salesforce/core" "^8.
|
|
1992
|
+
"@salesforce/core" "^8.23.2"
|
|
1993
1993
|
"@salesforce/kit" "^3.2.4"
|
|
1994
1994
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1995
1995
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -6581,17 +6581,17 @@ object.values@^1.1.7:
|
|
|
6581
6581
|
define-properties "^1.2.0"
|
|
6582
6582
|
es-abstract "^1.22.1"
|
|
6583
6583
|
|
|
6584
|
-
oclif@^4.22.
|
|
6585
|
-
version "4.22.
|
|
6586
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.
|
|
6587
|
-
integrity sha512-
|
|
6584
|
+
oclif@^4.22.32:
|
|
6585
|
+
version "4.22.32"
|
|
6586
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.32.tgz#49744d6769dcd009201702cba93ee1c26ded3e9f"
|
|
6587
|
+
integrity sha512-zeM5Ezgh2Eo+dw5gPByyPmpoHBH6i0Lv0I8QrWwyphAHsR1PtSqIOwm24I8jzE0iiZuqKOlhMivLruMrLWfhXg==
|
|
6588
6588
|
dependencies:
|
|
6589
6589
|
"@aws-sdk/client-cloudfront" "^3.908.0"
|
|
6590
6590
|
"@aws-sdk/client-s3" "^3.901.0"
|
|
6591
6591
|
"@inquirer/confirm" "^3.1.22"
|
|
6592
6592
|
"@inquirer/input" "^2.2.4"
|
|
6593
6593
|
"@inquirer/select" "^2.5.0"
|
|
6594
|
-
"@oclif/core" "^4.5.
|
|
6594
|
+
"@oclif/core" "^4.5.5"
|
|
6595
6595
|
"@oclif/plugin-help" "^6.2.33"
|
|
6596
6596
|
"@oclif/plugin-not-found" "^3.2.68"
|
|
6597
6597
|
"@oclif/plugin-warn-if-update-available" "^3.1.48"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.
|
|
4
|
+
"version": "1.1.63",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.24",
|
|
10
10
|
"@salesforce/core": "^8.23.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.3.7",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.74",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
23
|
-
"oclif": "^4.22.
|
|
23
|
+
"oclif": "^4.22.32",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"tsx": "^4.20.6",
|
|
26
26
|
"typescript": "^5.5.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.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.63.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.63.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|