@salesforce/plugin-data 2.5.13 → 2.5.15
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/messages/tree.export.md +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +5 -5
package/messages/tree.export.md
CHANGED
|
@@ -30,7 +30,7 @@ Directory in which to generate the JSON files; default is current directory.
|
|
|
30
30
|
|
|
31
31
|
- Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org:
|
|
32
32
|
|
|
33
|
-
<%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name,
|
|
33
|
+
<%= config.bin %> <%= command.id %> --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c"
|
|
34
34
|
|
|
35
35
|
- Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that aggregates them:
|
|
36
36
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.5.
|
|
2
|
+
"version": "2.5.15",
|
|
3
3
|
"commands": {
|
|
4
4
|
"data:query": {
|
|
5
5
|
"id": "data:query",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"force:data:tree:export"
|
|
683
683
|
],
|
|
684
684
|
"examples": [
|
|
685
|
-
"Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org:\n<%= config.bin %> <%= command.id %> --query \"SELECT Id, Name, (SELECT Name,
|
|
685
|
+
"Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org:\n<%= config.bin %> <%= command.id %> --query \"SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c\"",
|
|
686
686
|
"Export data using a SOQL query in the \"query.txt\" file and generate JSON files for each object and a plan that aggregates them:\n<%= config.bin %> <%= command.id %> --query query.txt --plan",
|
|
687
687
|
"Prepend \"export-demo\" before each generated file and generate the files in the \"export-out\" directory; run the command on the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --query query.txt --plan --prefix export-demo --output-dir export-out --target-org my-scratch"
|
|
688
688
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.15",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@oclif/core": "^2.15.0",
|
|
109
|
-
"@salesforce/core": "^5.
|
|
109
|
+
"@salesforce/core": "^5.3.1",
|
|
110
110
|
"@salesforce/kit": "^3.0.9",
|
|
111
111
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
112
112
|
"@salesforce/ts-types": "^2.0.6",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@typescript-eslint/parser": "^5.62.0",
|
|
133
133
|
"chai": "^4.3.8",
|
|
134
134
|
"chai-as-promised": "^7.1.1",
|
|
135
|
-
"eslint": "^8.
|
|
135
|
+
"eslint": "^8.50.0",
|
|
136
136
|
"eslint-config-prettier": "^8.9.0",
|
|
137
137
|
"eslint-config-salesforce": "^2.0.2",
|
|
138
138
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"sfdx": {
|
|
263
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.
|
|
264
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.
|
|
263
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.15.crt",
|
|
264
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.15.sig"
|
|
265
265
|
}
|
|
266
266
|
}
|