@salesforce/plugin-sobject 0.2.17 → 0.2.18
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/oclif.lock +9 -8
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -167,7 +167,7 @@ FLAG DESCRIPTIONS
|
|
|
167
167
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
170
|
+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.18/src/commands/schema/generate/field.ts)_
|
|
171
171
|
|
|
172
172
|
## `sf schema generate platformevent`
|
|
173
173
|
|
|
@@ -196,7 +196,7 @@ EXAMPLES
|
|
|
196
196
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
199
|
+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.18/src/commands/schema/generate/platformevent.ts)_
|
|
200
200
|
|
|
201
201
|
## `sf schema generate sobject`
|
|
202
202
|
|
|
@@ -250,7 +250,7 @@ FLAG DESCRIPTIONS
|
|
|
250
250
|
* Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
253
|
+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.18/src/commands/schema/generate/sobject.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf schema generate tab`
|
|
256
256
|
|
|
@@ -297,6 +297,6 @@ FLAG DESCRIPTIONS
|
|
|
297
297
|
The API name for a custom object always ends in "__c", such as "MyObject__c".
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.
|
|
300
|
+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/0.2.18/src/commands/schema/generate/tab.ts)_
|
|
301
301
|
|
|
302
302
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1066,15 +1066,16 @@
|
|
|
1066
1066
|
chalk "^4"
|
|
1067
1067
|
inquirer "^8.2.5"
|
|
1068
1068
|
|
|
1069
|
-
"@salesforce/sf-plugins-core@^4.
|
|
1070
|
-
version "4.
|
|
1071
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.
|
|
1072
|
-
integrity sha512-
|
|
1069
|
+
"@salesforce/sf-plugins-core@^4.1.1":
|
|
1070
|
+
version "4.1.1"
|
|
1071
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
|
|
1072
|
+
integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
|
|
1073
1073
|
dependencies:
|
|
1074
1074
|
"@oclif/core" "^3.0.0"
|
|
1075
1075
|
"@salesforce/core" "^5.3.1"
|
|
1076
1076
|
"@salesforce/kit" "^3.0.13"
|
|
1077
1077
|
"@salesforce/ts-types" "^2.0.7"
|
|
1078
|
+
"@types/inquirer" "^8.2.3"
|
|
1078
1079
|
chalk "^4"
|
|
1079
1080
|
inquirer "^8.2.5"
|
|
1080
1081
|
|
|
@@ -1237,10 +1238,10 @@
|
|
|
1237
1238
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#a3ff232bf7d5c55f38e4e45693eda2ebb545794d"
|
|
1238
1239
|
integrity sha512-V46MYLFp08Wf2mmaBhvgjStM3tPa+2GAdy/iqoX+noX1//zje2x4XmrIU0cAwyClATsTmahbtoQ2EwP7I5WSiA==
|
|
1239
1240
|
|
|
1240
|
-
"@types/inquirer@^8.2.0":
|
|
1241
|
-
version "8.2.
|
|
1242
|
-
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.
|
|
1243
|
-
integrity sha512-
|
|
1241
|
+
"@types/inquirer@^8.2.0", "@types/inquirer@^8.2.3":
|
|
1242
|
+
version "8.2.10"
|
|
1243
|
+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
|
|
1244
|
+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
|
|
1244
1245
|
dependencies:
|
|
1245
1246
|
"@types/through" "*"
|
|
1246
1247
|
rxjs "^7.2.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
3
|
"description": "Create objects, fields, tabs, etc",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.9.2",
|
|
9
9
|
"@salesforce/core": "^5.3.20",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^4.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^4.1.1",
|
|
12
12
|
"change-case": "^4.1.2",
|
|
13
13
|
"fast-glob": "^3.3.2",
|
|
14
14
|
"fast-xml-parser": "^4.3.2",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"exports": "./lib/index.js",
|
|
200
200
|
"type": "module",
|
|
201
201
|
"sfdx": {
|
|
202
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.
|
|
203
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.
|
|
202
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.18.crt",
|
|
203
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/0.2.18.sig"
|
|
204
204
|
}
|
|
205
205
|
}
|