@salesforce/plugin-data-seeding 1.1.49 → 1.1.51
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 +15 -15
- package/oclif.lock +13 -13
- package/oclif.manifest.json +57 -57
- 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.51/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.51/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.51/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.51/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.51",
|
|
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.51",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/multi-stage-output": "^0.8.18",
|
|
14
|
-
"@salesforce/core": "^8.18.
|
|
14
|
+
"@salesforce/core": "^8.18.5",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
|
-
"form-data": "^4.0.
|
|
17
|
+
"form-data": "^4.0.4",
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
@@ -3842,9 +3842,9 @@
|
|
|
3842
3842
|
}
|
|
3843
3843
|
},
|
|
3844
3844
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3845
|
-
"version": "5.3.
|
|
3846
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3847
|
-
"integrity": "sha512-
|
|
3845
|
+
"version": "5.3.5",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.5.tgz",
|
|
3847
|
+
"integrity": "sha512-kWRgi57MiBAY+JqEMYAMRwJrjXvddjM8eMRNzJ3RBuC2VEmcQBjxDwsDbudPWKC+6IZUEg6BueCi28CAorb1wQ==",
|
|
3848
3848
|
"dev": true,
|
|
3849
3849
|
"license": "MIT",
|
|
3850
3850
|
"dependencies": {
|
|
@@ -4154,9 +4154,9 @@
|
|
|
4154
4154
|
}
|
|
4155
4155
|
},
|
|
4156
4156
|
"node_modules/@salesforce/core": {
|
|
4157
|
-
"version": "8.18.
|
|
4158
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.
|
|
4159
|
-
"integrity": "sha512-
|
|
4157
|
+
"version": "8.18.5",
|
|
4158
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.5.tgz",
|
|
4159
|
+
"integrity": "sha512-zQSIjo0L0ddcZbj3Oxxig2J6aYL5H5FY45TpXAXpjGe0UPWNxXkU2mrcDfs9OSn0MhM3uMj4fUIM1a158/3Lug==",
|
|
4160
4160
|
"license": "BSD-3-Clause",
|
|
4161
4161
|
"dependencies": {
|
|
4162
4162
|
"@jsforce/jsforce-node": "^3.9.1",
|
|
@@ -4167,7 +4167,7 @@
|
|
|
4167
4167
|
"change-case": "^4.1.2",
|
|
4168
4168
|
"fast-levenshtein": "^3.0.0",
|
|
4169
4169
|
"faye": "^1.4.0",
|
|
4170
|
-
"form-data": "^4.0.
|
|
4170
|
+
"form-data": "^4.0.4",
|
|
4171
4171
|
"js2xmlparser": "^4.0.1",
|
|
4172
4172
|
"jsonwebtoken": "9.0.2",
|
|
4173
4173
|
"jszip": "3.10.1",
|
|
@@ -8833,9 +8833,9 @@
|
|
|
8833
8833
|
}
|
|
8834
8834
|
},
|
|
8835
8835
|
"node_modules/form-data": {
|
|
8836
|
-
"version": "4.0.
|
|
8837
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
8838
|
-
"integrity": "sha512-
|
|
8836
|
+
"version": "4.0.4",
|
|
8837
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
|
|
8838
|
+
"integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
8839
8839
|
"license": "MIT",
|
|
8840
8840
|
"dependencies": {
|
|
8841
8841
|
"asynckit": "^0.4.0",
|
package/oclif.lock
CHANGED
|
@@ -1774,10 +1774,10 @@
|
|
|
1774
1774
|
react "^18.3.1"
|
|
1775
1775
|
wrap-ansi "^9.0.0"
|
|
1776
1776
|
|
|
1777
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1778
|
-
version "5.3.
|
|
1779
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1780
|
-
integrity sha512-
|
|
1777
|
+
"@oclif/plugin-command-snapshot@^5.3.5":
|
|
1778
|
+
version "5.3.5"
|
|
1779
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.5.tgz#b8c3803d5029299bdee1544cbf3f734d80645ed0"
|
|
1780
|
+
integrity sha512-kWRgi57MiBAY+JqEMYAMRwJrjXvddjM8eMRNzJ3RBuC2VEmcQBjxDwsDbudPWKC+6IZUEg6BueCi28CAorb1wQ==
|
|
1781
1781
|
dependencies:
|
|
1782
1782
|
"@oclif/core" "^4"
|
|
1783
1783
|
ansis "^3.17.0"
|
|
@@ -1860,10 +1860,10 @@
|
|
|
1860
1860
|
strip-ansi "6.0.1"
|
|
1861
1861
|
ts-retry-promise "^0.8.1"
|
|
1862
1862
|
|
|
1863
|
-
"@salesforce/core@^8.14.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.18.
|
|
1864
|
-
version "8.18.
|
|
1865
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.
|
|
1866
|
-
integrity sha512-
|
|
1863
|
+
"@salesforce/core@^8.14.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.18.5", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1864
|
+
version "8.18.5"
|
|
1865
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.5.tgz#8205f3b1ee9ef63740128bef81cc32213a76296a"
|
|
1866
|
+
integrity sha512-zQSIjo0L0ddcZbj3Oxxig2J6aYL5H5FY45TpXAXpjGe0UPWNxXkU2mrcDfs9OSn0MhM3uMj4fUIM1a158/3Lug==
|
|
1867
1867
|
dependencies:
|
|
1868
1868
|
"@jsforce/jsforce-node" "^3.9.1"
|
|
1869
1869
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
change-case "^4.1.2"
|
|
1874
1874
|
fast-levenshtein "^3.0.0"
|
|
1875
1875
|
faye "^1.4.0"
|
|
1876
|
-
form-data "^4.0.
|
|
1876
|
+
form-data "^4.0.4"
|
|
1877
1877
|
js2xmlparser "^4.0.1"
|
|
1878
1878
|
jsonwebtoken "9.0.2"
|
|
1879
1879
|
jszip "3.10.1"
|
|
@@ -4664,10 +4664,10 @@ form-data-encoder@^2.1.2:
|
|
|
4664
4664
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
4665
4665
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
4666
4666
|
|
|
4667
|
-
form-data@^4.0.0, form-data@^4.0.
|
|
4668
|
-
version "4.0.
|
|
4669
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.
|
|
4670
|
-
integrity sha512-
|
|
4667
|
+
form-data@^4.0.0, form-data@^4.0.4:
|
|
4668
|
+
version "4.0.4"
|
|
4669
|
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
|
|
4670
|
+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
|
|
4671
4671
|
dependencies:
|
|
4672
4672
|
asynckit "^0.4.0"
|
|
4673
4673
|
combined-stream "^1.0.8"
|
package/oclif.manifest.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"data-seeding:
|
|
3
|
+
"data-seeding:migrate": {
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {},
|
|
6
|
-
"description": "This command
|
|
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
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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": "
|
|
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
|
-
"
|
|
93
|
+
"migrate",
|
|
94
94
|
"index.js"
|
|
95
95
|
],
|
|
96
96
|
"aliasPermutations": [],
|
|
97
97
|
"permutations": [
|
|
98
|
-
"data-seeding:
|
|
99
|
-
"
|
|
98
|
+
"data-seeding:migrate",
|
|
99
|
+
"migrate:data-seeding"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
-
"data-seeding:
|
|
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
|
|
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
|
|
108
|
-
"Display the status of the most recently run \"data-seeding
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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
|
-
"
|
|
156
|
+
"migrate",
|
|
157
157
|
"report.js"
|
|
158
158
|
],
|
|
159
159
|
"aliasPermutations": [],
|
|
160
160
|
"permutations": [
|
|
161
|
-
"data-seeding:
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"data-seeding:report:
|
|
165
|
-
"report:data-seeding:
|
|
166
|
-
"report:
|
|
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:
|
|
169
|
+
"data-seeding:generate": {
|
|
170
170
|
"aliases": [],
|
|
171
171
|
"args": {},
|
|
172
|
-
"description": "This command
|
|
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
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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": "
|
|
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
|
-
"
|
|
259
|
+
"generate",
|
|
260
260
|
"index.js"
|
|
261
261
|
],
|
|
262
262
|
"aliasPermutations": [],
|
|
263
263
|
"permutations": [
|
|
264
|
-
"data-seeding:
|
|
265
|
-
"
|
|
264
|
+
"data-seeding:generate",
|
|
265
|
+
"generate:data-seeding"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"data-seeding:
|
|
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
|
|
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
|
|
274
|
-
"Display the status of the most recently run \"data-seeding
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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
|
-
"
|
|
322
|
+
"generate",
|
|
323
323
|
"report.js"
|
|
324
324
|
],
|
|
325
325
|
"aliasPermutations": [],
|
|
326
326
|
"permutations": [
|
|
327
|
-
"data-seeding:
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"data-seeding:report:
|
|
331
|
-
"report:data-seeding:
|
|
332
|
-
"report:
|
|
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.
|
|
336
|
+
"version": "1.1.51"
|
|
337
337
|
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
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.51",
|
|
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.18",
|
|
10
|
-
"@salesforce/core": "^8.18.
|
|
10
|
+
"@salesforce/core": "^8.18.5",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
|
-
"form-data": "^4.0.
|
|
13
|
+
"form-data": "^4.0.4",
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
@@ -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.51.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.51.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|