@salesforce/plugin-data-seeding 1.1.31 → 1.1.33

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.31/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.33/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.31/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.33/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.31/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.33/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.31/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.33/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.31",
9
+ "version": "1.1.33",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@oclif/multi-stage-output": "^0.8.12",
14
- "@salesforce/core": "^8.10.1",
13
+ "@oclif/multi-stage-output": "^0.8.13",
14
+ "@salesforce/core": "^8.10.3",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.12",
17
17
  "form-data": "^4.0.2",
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.2.38",
21
+ "@oclif/plugin-command-snapshot": "^5.2.39",
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.51",
@@ -26,7 +26,7 @@
26
26
  "eslint-plugin-sf-plugin": "^1.20.22",
27
27
  "oclif": "^4.17.46",
28
28
  "ts-node": "^10.9.2",
29
- "tsx": "^4.19.3",
29
+ "tsx": "^4.19.4",
30
30
  "typescript": "^5.5.4"
31
31
  },
32
32
  "engines": {
@@ -3834,9 +3834,9 @@
3834
3834
  }
3835
3835
  },
3836
3836
  "node_modules/@jsforce/jsforce-node": {
3837
- "version": "3.7.0",
3838
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.7.0.tgz",
3839
- "integrity": "sha512-v9pc3lPM5RMuB81Gasz5/NKcjktE1LLEACRFopB9LiXRafb4K9bStSMl3nLEHq7+OFdtxfQB3Sx2rYXJGG4DKw==",
3837
+ "version": "3.8.1",
3838
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3839
+ "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3840
3840
  "license": "MIT",
3841
3841
  "dependencies": {
3842
3842
  "@sindresorhus/is": "^4",
@@ -3993,9 +3993,9 @@
3993
3993
  }
3994
3994
  },
3995
3995
  "node_modules/@oclif/multi-stage-output": {
3996
- "version": "0.8.12",
3997
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz",
3998
- "integrity": "sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==",
3996
+ "version": "0.8.13",
3997
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz",
3998
+ "integrity": "sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==",
3999
3999
  "license": "MIT",
4000
4000
  "dependencies": {
4001
4001
  "@oclif/core": "^4",
@@ -4078,9 +4078,9 @@
4078
4078
  }
4079
4079
  },
4080
4080
  "node_modules/@oclif/plugin-command-snapshot": {
4081
- "version": "5.2.38",
4082
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz",
4083
- "integrity": "sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==",
4081
+ "version": "5.2.39",
4082
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
4083
+ "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
4084
4084
  "dev": true,
4085
4085
  "license": "MIT",
4086
4086
  "dependencies": {
@@ -4387,12 +4387,12 @@
4387
4387
  }
4388
4388
  },
4389
4389
  "node_modules/@salesforce/core": {
4390
- "version": "8.10.1",
4391
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.1.tgz",
4392
- "integrity": "sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==",
4390
+ "version": "8.10.3",
4391
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.3.tgz",
4392
+ "integrity": "sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==",
4393
4393
  "license": "BSD-3-Clause",
4394
4394
  "dependencies": {
4395
- "@jsforce/jsforce-node": "^3.7.0",
4395
+ "@jsforce/jsforce-node": "^3.8.1",
4396
4396
  "@salesforce/kit": "^3.2.2",
4397
4397
  "@salesforce/schemas": "^1.9.0",
4398
4398
  "@salesforce/ts-types": "^2.0.10",
@@ -14549,9 +14549,9 @@
14549
14549
  "license": "0BSD"
14550
14550
  },
14551
14551
  "node_modules/tsx": {
14552
- "version": "4.19.3",
14553
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz",
14554
- "integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==",
14552
+ "version": "4.19.4",
14553
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz",
14554
+ "integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==",
14555
14555
  "dev": true,
14556
14556
  "license": "MIT",
14557
14557
  "dependencies": {
package/oclif.lock CHANGED
@@ -1676,10 +1676,10 @@
1676
1676
  "@jridgewell/resolve-uri" "^3.1.0"
1677
1677
  "@jridgewell/sourcemap-codec" "^1.4.14"
1678
1678
 
1679
- "@jsforce/jsforce-node@^3.7.0":
1680
- version "3.7.0"
1681
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.7.0.tgz#aaa317eef3207489db90498f79e96c5bd9f53469"
1682
- integrity sha512-v9pc3lPM5RMuB81Gasz5/NKcjktE1LLEACRFopB9LiXRafb4K9bStSMl3nLEHq7+OFdtxfQB3Sx2rYXJGG4DKw==
1679
+ "@jsforce/jsforce-node@^3.8.1":
1680
+ version "3.8.1"
1681
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
1682
+ integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1683
1683
  dependencies:
1684
1684
  "@sindresorhus/is" "^4"
1685
1685
  base64url "^3.0.1"
@@ -1737,10 +1737,10 @@
1737
1737
  wordwrap "^1.0.0"
1738
1738
  wrap-ansi "^7.0.0"
1739
1739
 
1740
- "@oclif/multi-stage-output@^0.8.12":
1741
- version "0.8.12"
1742
- resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz#3dde6d442ab0232f79a9372d3d244cb7aea0f3b3"
1743
- integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
1740
+ "@oclif/multi-stage-output@^0.8.13":
1741
+ version "0.8.13"
1742
+ resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz#66b69d97f85c182ca402726fad998449dc356d47"
1743
+ integrity sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==
1744
1744
  dependencies:
1745
1745
  "@oclif/core" "^4"
1746
1746
  "@types/react" "^18.3.12"
@@ -1750,10 +1750,10 @@
1750
1750
  react "^18.3.1"
1751
1751
  wrap-ansi "^9.0.0"
1752
1752
 
1753
- "@oclif/plugin-command-snapshot@^5.2.38":
1754
- version "5.2.38"
1755
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.38.tgz#a297c129b97c82de99d854b42304ef5b45c126d9"
1756
- integrity sha512-zMns9a5pxz2RfFWxTrfW6fbXRWLzQZ3VwUuSVxm9FIYhv6qdxCEI/f5zexm4jwT5nNgJrpd+erPsISnb8dYWjw==
1753
+ "@oclif/plugin-command-snapshot@^5.2.39":
1754
+ version "5.2.39"
1755
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1756
+ integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1757
1757
  dependencies:
1758
1758
  "@oclif/core" "^4"
1759
1759
  ansis "^3.17.0"
@@ -1836,12 +1836,12 @@
1836
1836
  strip-ansi "6.0.1"
1837
1837
  ts-retry-promise "^0.8.1"
1838
1838
 
1839
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
- version "8.10.1"
1841
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.1.tgz#d80283ac9515a5e38677c1aadd4ab91a00866f0d"
1842
- integrity sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==
1839
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
+ version "8.10.3"
1841
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.3.tgz#3cc2c99d097757cb4b08dab921254cfa3a00c7c1"
1842
+ integrity sha512-juqbU304TBrrjb8sZGw+QkeAJISKu4+v2XIMTCxGJoEjs4LLhsyI7/drxCUY+7FNye+veAGeJdn/PCxkKhSgcA==
1843
1843
  dependencies:
1844
- "@jsforce/jsforce-node" "^3.7.0"
1844
+ "@jsforce/jsforce-node" "^3.8.1"
1845
1845
  "@salesforce/kit" "^3.2.2"
1846
1846
  "@salesforce/schemas" "^1.9.0"
1847
1847
  "@salesforce/ts-types" "^2.0.10"
@@ -7721,10 +7721,10 @@ tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
7721
7721
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
7722
7722
  integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
7723
7723
 
7724
- tsx@^4.19.3:
7725
- version "4.19.3"
7726
- resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.19.3.tgz#2bdbcb87089374d933596f8645615142ed727666"
7727
- integrity sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==
7724
+ tsx@^4.19.4:
7725
+ version "4.19.4"
7726
+ resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.19.4.tgz#647b4141f4fdd9d773a9b564876773d2846901f4"
7727
+ integrity sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==
7728
7728
  dependencies:
7729
7729
  esbuild "~0.25.0"
7730
7730
  get-tsconfig "^4.7.5"
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "commands": {
3
- "data-seeding:migrate": {
3
+ "data-seeding:generate": {
4
4
  "aliases": [],
5
5
  "args": {},
6
- "description": "This command migrates selected data from a source org and loads it into a target org. The command uses a JSON configuration file that defines the characteristics of the data. For example, the configuration file might specify a number of records from one or more Salesforce objects to migrate, along with the subset of fields to include. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs a job ID along with a running status of each execution phase, such as querying the source org or loading into the target. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding migrate report\" command to view the status.",
6
+ "description": "This command uses AI to generate synthetic (or \"fake\") data that has a similar format to selected data in a source org. The command uses a JSON configuration file to define the characteristics of the synthetic data. For example, the configuration file might specify the number of records to generate for one or more Salesforce objects, along with the subset of fields to include. Once generated, the data is automatically loaded into the specified target org. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs the job ID, along with a running status of each execution phase, such as querying the source org or generating the data. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding generate report\" command to view the status.",
7
7
  "examples": [
8
- "Migrate data from the org with alias \"mySourceOrg\" to the org with alias \"myTargetOrg\"; use the specified configuration file to determine the data to migrate:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json",
9
- "Migrate data by specifying usernames for the source and target orgs, and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com --target-org target@org.com --config-file=./config/data-seed.json --async",
10
- "Migrate data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json --wait 5"
8
+ "Generate synthetic data similar to existing data in the org with alias \"mySourceOrg\" then load it into the org with alias \"myTargetOrg\"; use the specified config file to determine the format of the generated data:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/seed-config.json",
9
+ "Generate synthetic data using org usernames and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --async",
10
+ "Generate synthetic data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --wait 5"
11
11
  ],
12
12
  "flags": {
13
13
  "json": {
@@ -30,7 +30,7 @@
30
30
  "name": "target-org",
31
31
  "noCacheDefault": true,
32
32
  "required": true,
33
- "summary": "Username or alias of the target org into which the migrated data is loaded.",
33
+ "summary": "Username or alias of the target org into which the generated data will be loaded.",
34
34
  "hasDynamicHelp": true,
35
35
  "multiple": false,
36
36
  "type": "option"
@@ -40,7 +40,7 @@
40
40
  "name": "source-org",
41
41
  "noCacheDefault": true,
42
42
  "required": true,
43
- "summary": "Username or alias of the source org that contains the data to be migrated.",
43
+ "summary": "Username or alias of the source org that contains the data that AI will mimic.",
44
44
  "hasDynamicHelp": true,
45
45
  "multiple": false,
46
46
  "type": "option"
@@ -49,7 +49,7 @@
49
49
  "char": "f",
50
50
  "name": "config-file",
51
51
  "required": true,
52
- "summary": "Path to the data migration JSON configuration file.",
52
+ "summary": "Path to the data seeding JSON configuration file.",
53
53
  "hasDynamicHelp": false,
54
54
  "multiple": false,
55
55
  "type": "option"
@@ -78,34 +78,34 @@
78
78
  },
79
79
  "hasDynamicHelp": true,
80
80
  "hiddenAliases": [],
81
- "id": "data-seeding:migrate",
81
+ "id": "data-seeding:generate",
82
82
  "pluginAlias": "@salesforce/plugin-data-seeding",
83
83
  "pluginName": "@salesforce/plugin-data-seeding",
84
84
  "pluginType": "core",
85
85
  "strict": true,
86
- "summary": "Migrate data from one org to another.",
86
+ "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
87
87
  "enableJsonFlag": true,
88
88
  "isESM": true,
89
89
  "relativePath": [
90
90
  "lib",
91
91
  "commands",
92
92
  "data-seeding",
93
- "migrate",
93
+ "generate",
94
94
  "index.js"
95
95
  ],
96
96
  "aliasPermutations": [],
97
97
  "permutations": [
98
- "data-seeding:migrate",
99
- "migrate:data-seeding"
98
+ "data-seeding:generate",
99
+ "generate:data-seeding"
100
100
  ]
101
101
  },
102
- "data-seeding:migrate:report": {
102
+ "data-seeding:generate:report": {
103
103
  "aliases": [],
104
104
  "args": {},
105
- "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding migrate\" command. Run this command by either passing it the job ID returned by \"data-seeding migrate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding migrate\" command.",
105
+ "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding generate\" command. Run this command by either passing it the job ID returned by \"data-seeding generate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding generate\" command.",
106
106
  "examples": [
107
- "Display the status of a specific execution of the \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
108
- "Display the status of the most recently run \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
107
+ "Display the status of a specific execution of the \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
108
+ "Display the status of the most recently run \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
109
109
  ],
110
110
  "flags": {
111
111
  "json": {
@@ -126,7 +126,7 @@
126
126
  "job-id": {
127
127
  "char": "i",
128
128
  "name": "job-id",
129
- "summary": "ID of a specific execution of the \"data-seeding migrate\" command.",
129
+ "summary": "ID of a specific execution of the \"data-seeding generate\" command.",
130
130
  "hasDynamicHelp": false,
131
131
  "multiple": false,
132
132
  "type": "option"
@@ -134,46 +134,46 @@
134
134
  "use-most-recent": {
135
135
  "char": "r",
136
136
  "name": "use-most-recent",
137
- "summary": "View the status of the most recently run \"data-seeding migrate\" command.",
137
+ "summary": "View the status of the most recently run \"data-seeding generate\" command.",
138
138
  "allowNo": false,
139
139
  "type": "boolean"
140
140
  }
141
141
  },
142
142
  "hasDynamicHelp": false,
143
143
  "hiddenAliases": [],
144
- "id": "data-seeding:migrate:report",
144
+ "id": "data-seeding:generate:report",
145
145
  "pluginAlias": "@salesforce/plugin-data-seeding",
146
146
  "pluginName": "@salesforce/plugin-data-seeding",
147
147
  "pluginType": "core",
148
148
  "strict": true,
149
- "summary": "Display the status of a data-seeding migrate job.",
149
+ "summary": "Display the status of a data-seeding generate job.",
150
150
  "enableJsonFlag": true,
151
151
  "isESM": true,
152
152
  "relativePath": [
153
153
  "lib",
154
154
  "commands",
155
155
  "data-seeding",
156
- "migrate",
156
+ "generate",
157
157
  "report.js"
158
158
  ],
159
159
  "aliasPermutations": [],
160
160
  "permutations": [
161
- "data-seeding:migrate:report",
162
- "migrate:data-seeding:report",
163
- "migrate:report:data-seeding",
164
- "data-seeding:report:migrate",
165
- "report:data-seeding:migrate",
166
- "report:migrate:data-seeding"
161
+ "data-seeding:generate:report",
162
+ "generate:data-seeding:report",
163
+ "generate:report:data-seeding",
164
+ "data-seeding:report:generate",
165
+ "report:data-seeding:generate",
166
+ "report:generate:data-seeding"
167
167
  ]
168
168
  },
169
- "data-seeding:generate": {
169
+ "data-seeding:migrate": {
170
170
  "aliases": [],
171
171
  "args": {},
172
- "description": "This command uses AI to generate synthetic (or \"fake\") data that has a similar format to selected data in a source org. The command uses a JSON configuration file to define the characteristics of the synthetic data. For example, the configuration file might specify the number of records to generate for one or more Salesforce objects, along with the subset of fields to include. Once generated, the data is automatically loaded into the specified target org. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs the job ID, along with a running status of each execution phase, such as querying the source org or generating the data. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding generate report\" command to view the status.",
172
+ "description": "This command migrates selected data from a source org and loads it into a target org. The command uses a JSON configuration file that defines the characteristics of the data. For example, the configuration file might specify a number of records from one or more Salesforce objects to migrate, along with the subset of fields to include. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs a job ID along with a running status of each execution phase, such as querying the source org or loading into the target. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding migrate report\" command to view the status.",
173
173
  "examples": [
174
- "Generate synthetic data similar to existing data in the org with alias \"mySourceOrg\" then load it into the org with alias \"myTargetOrg\"; use the specified config file to determine the format of the generated data:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/seed-config.json",
175
- "Generate synthetic data using org usernames and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --async",
176
- "Generate synthetic data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --wait 5"
174
+ "Migrate data from the org with alias \"mySourceOrg\" to the org with alias \"myTargetOrg\"; use the specified configuration file to determine the data to migrate:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json",
175
+ "Migrate data by specifying usernames for the source and target orgs, and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com --target-org target@org.com --config-file=./config/data-seed.json --async",
176
+ "Migrate data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json --wait 5"
177
177
  ],
178
178
  "flags": {
179
179
  "json": {
@@ -196,7 +196,7 @@
196
196
  "name": "target-org",
197
197
  "noCacheDefault": true,
198
198
  "required": true,
199
- "summary": "Username or alias of the target org into which the generated data will be loaded.",
199
+ "summary": "Username or alias of the target org into which the migrated data is loaded.",
200
200
  "hasDynamicHelp": true,
201
201
  "multiple": false,
202
202
  "type": "option"
@@ -206,7 +206,7 @@
206
206
  "name": "source-org",
207
207
  "noCacheDefault": true,
208
208
  "required": true,
209
- "summary": "Username or alias of the source org that contains the data that AI will mimic.",
209
+ "summary": "Username or alias of the source org that contains the data to be migrated.",
210
210
  "hasDynamicHelp": true,
211
211
  "multiple": false,
212
212
  "type": "option"
@@ -215,7 +215,7 @@
215
215
  "char": "f",
216
216
  "name": "config-file",
217
217
  "required": true,
218
- "summary": "Path to the data seeding JSON configuration file.",
218
+ "summary": "Path to the data migration JSON configuration file.",
219
219
  "hasDynamicHelp": false,
220
220
  "multiple": false,
221
221
  "type": "option"
@@ -244,34 +244,34 @@
244
244
  },
245
245
  "hasDynamicHelp": true,
246
246
  "hiddenAliases": [],
247
- "id": "data-seeding:generate",
247
+ "id": "data-seeding:migrate",
248
248
  "pluginAlias": "@salesforce/plugin-data-seeding",
249
249
  "pluginName": "@salesforce/plugin-data-seeding",
250
250
  "pluginType": "core",
251
251
  "strict": true,
252
- "summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
252
+ "summary": "Migrate data from one org to another.",
253
253
  "enableJsonFlag": true,
254
254
  "isESM": true,
255
255
  "relativePath": [
256
256
  "lib",
257
257
  "commands",
258
258
  "data-seeding",
259
- "generate",
259
+ "migrate",
260
260
  "index.js"
261
261
  ],
262
262
  "aliasPermutations": [],
263
263
  "permutations": [
264
- "data-seeding:generate",
265
- "generate:data-seeding"
264
+ "data-seeding:migrate",
265
+ "migrate:data-seeding"
266
266
  ]
267
267
  },
268
- "data-seeding:generate:report": {
268
+ "data-seeding:migrate:report": {
269
269
  "aliases": [],
270
270
  "args": {},
271
- "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding generate\" command. Run this command by either passing it the job ID returned by \"data-seeding generate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding generate\" command.",
271
+ "description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding migrate\" command. Run this command by either passing it the job ID returned by \"data-seeding migrate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding migrate\" command.",
272
272
  "examples": [
273
- "Display the status of a specific execution of the \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
274
- "Display the status of the most recently run \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
273
+ "Display the status of a specific execution of the \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
274
+ "Display the status of the most recently run \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
275
275
  ],
276
276
  "flags": {
277
277
  "json": {
@@ -292,7 +292,7 @@
292
292
  "job-id": {
293
293
  "char": "i",
294
294
  "name": "job-id",
295
- "summary": "ID of a specific execution of the \"data-seeding generate\" command.",
295
+ "summary": "ID of a specific execution of the \"data-seeding migrate\" command.",
296
296
  "hasDynamicHelp": false,
297
297
  "multiple": false,
298
298
  "type": "option"
@@ -300,38 +300,38 @@
300
300
  "use-most-recent": {
301
301
  "char": "r",
302
302
  "name": "use-most-recent",
303
- "summary": "View the status of the most recently run \"data-seeding generate\" command.",
303
+ "summary": "View the status of the most recently run \"data-seeding migrate\" command.",
304
304
  "allowNo": false,
305
305
  "type": "boolean"
306
306
  }
307
307
  },
308
308
  "hasDynamicHelp": false,
309
309
  "hiddenAliases": [],
310
- "id": "data-seeding:generate:report",
310
+ "id": "data-seeding:migrate:report",
311
311
  "pluginAlias": "@salesforce/plugin-data-seeding",
312
312
  "pluginName": "@salesforce/plugin-data-seeding",
313
313
  "pluginType": "core",
314
314
  "strict": true,
315
- "summary": "Display the status of a data-seeding generate job.",
315
+ "summary": "Display the status of a data-seeding migrate job.",
316
316
  "enableJsonFlag": true,
317
317
  "isESM": true,
318
318
  "relativePath": [
319
319
  "lib",
320
320
  "commands",
321
321
  "data-seeding",
322
- "generate",
322
+ "migrate",
323
323
  "report.js"
324
324
  ],
325
325
  "aliasPermutations": [],
326
326
  "permutations": [
327
- "data-seeding:generate:report",
328
- "generate:data-seeding:report",
329
- "generate:report:data-seeding",
330
- "data-seeding:report:generate",
331
- "report:data-seeding:generate",
332
- "report:generate:data-seeding"
327
+ "data-seeding:migrate:report",
328
+ "migrate:data-seeding:report",
329
+ "migrate:report:data-seeding",
330
+ "data-seeding:report:migrate",
331
+ "report:data-seeding:migrate",
332
+ "report:migrate:data-seeding"
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.31"
336
+ "version": "1.1.33"
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.31",
4
+ "version": "1.1.33",
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.12",
10
- "@salesforce/core": "^8.10.1",
9
+ "@oclif/multi-stage-output": "^0.8.13",
10
+ "@salesforce/core": "^8.10.3",
11
11
  "@salesforce/kit": "^3.2.2",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
13
13
  "form-data": "^4.0.2",
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.2.38",
17
+ "@oclif/plugin-command-snapshot": "^5.2.39",
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.51",
@@ -22,7 +22,7 @@
22
22
  "eslint-plugin-sf-plugin": "^1.20.22",
23
23
  "oclif": "^4.17.46",
24
24
  "ts-node": "^10.9.2",
25
- "tsx": "^4.19.3",
25
+ "tsx": "^4.19.4",
26
26
  "typescript": "^5.5.4"
27
27
  },
28
28
  "engines": {
@@ -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.31.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.31.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.33.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.33.sig"
215
215
  }
216
216
  }