@salesforce/plugin-schema 3.0.10 → 3.1.1
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/LICENSE.txt +1 -1
- package/README.md +2 -2
- package/lib/commands/sobject/describe.d.ts +1 -0
- package/lib/commands/sobject/describe.js +1 -0
- package/lib/commands/sobject/describe.js.map +1 -1
- package/lib/commands/sobject/list.d.ts +1 -0
- package/lib/commands/sobject/list.js +2 -3
- package/lib/commands/sobject/list.js.map +1 -1
- package/oclif.lock +1445 -450
- package/oclif.manifest.json +3 -1
- package/package.json +12 -12
package/oclif.manifest.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"force:schema:sobject:describe"
|
|
6
6
|
],
|
|
7
7
|
"args": {},
|
|
8
|
+
"deprecateAliases": true,
|
|
8
9
|
"description": "The metadata is displayed in JSON format. See this topic for a description of each property: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_describesobjects_describesobjectresult.htm.\n\nThis command displays metadata for Salesforce objects by default. Use the --use-tooling-api flag to view metadata for a Tooling API object.",
|
|
9
10
|
"examples": [
|
|
10
11
|
"Display the metadata of the \"Account\" standard object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Account",
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
"force:schema:sobject:list"
|
|
132
133
|
],
|
|
133
134
|
"args": {},
|
|
135
|
+
"deprecateAliases": true,
|
|
134
136
|
"description": "You can list the standard objects, custom objects, or all. The lists include only Salesforce objects, not Tooling API objects.",
|
|
135
137
|
"examples": [
|
|
136
138
|
"List all objects in your default org:\n<%= config.bin %> <%= command.id %> --sobject all",
|
|
@@ -243,5 +245,5 @@
|
|
|
243
245
|
]
|
|
244
246
|
}
|
|
245
247
|
},
|
|
246
|
-
"version": "3.
|
|
248
|
+
"version": "3.1.1"
|
|
247
249
|
}
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.2",
|
|
9
9
|
"@salesforce/core": "^6.4.2",
|
|
10
10
|
"@salesforce/sf-plugins-core": "^5.0.10"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
14
|
-
"@oclif/plugin-help": "^6.0.
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
16
|
-
"@salesforce/dev-scripts": "^8.
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
14
|
+
"@oclif/plugin-help": "^6.0.12",
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
16
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.63",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
20
|
-
"oclif": "^4.
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.17.2",
|
|
20
|
+
"oclif": "^4.4.1",
|
|
21
21
|
"shx": "0.3.4",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.3.3"
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"output": []
|
|
197
197
|
},
|
|
198
198
|
"link-check": {
|
|
199
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
199
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
200
200
|
"files": [
|
|
201
201
|
"./*.md",
|
|
202
202
|
"./!(CHANGELOG).md",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"exports": "./lib/index.js",
|
|
209
209
|
"type": "module",
|
|
210
210
|
"sfdx": {
|
|
211
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
212
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.
|
|
211
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.1.crt",
|
|
212
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.1.sig"
|
|
213
213
|
}
|
|
214
214
|
}
|