@salesforce/plugin-sobject 1.4.78 → 1.4.79
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.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ FLAG DESCRIPTIONS
|
|
|
164
164
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
167
|
+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.79/src/commands/schema/generate/field.ts)_
|
|
168
168
|
|
|
169
169
|
## `sf schema generate platformevent`
|
|
170
170
|
|
|
@@ -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/1.4.
|
|
199
|
+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.79/src/commands/schema/generate/platformevent.ts)_
|
|
200
200
|
|
|
201
201
|
## `sf schema generate sobject`
|
|
202
202
|
|
|
@@ -253,7 +253,7 @@ FLAG DESCRIPTIONS
|
|
|
253
253
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
256
|
+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.79/src/commands/schema/generate/sobject.ts)_
|
|
257
257
|
|
|
258
258
|
## `sf schema generate tab`
|
|
259
259
|
|
|
@@ -301,6 +301,6 @@ FLAG DESCRIPTIONS
|
|
|
301
301
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
304
|
+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.4.79/src/commands/schema/generate/tab.ts)_
|
|
305
305
|
|
|
306
306
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
3
|
"description": "Create objects, fields, tabs, etc",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.79",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@inquirer/input": "^2.3.0",
|
|
10
10
|
"@inquirer/select": "^2.5.0",
|
|
11
11
|
"@oclif/core": "^4",
|
|
12
|
-
"@salesforce/core": "^8.23.
|
|
12
|
+
"@salesforce/core": "^8.23.4",
|
|
13
13
|
"@salesforce/kit": "^3.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
15
15
|
"fast-glob": "^3.3.3",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"exports": "./lib/index.js",
|
|
210
210
|
"type": "module",
|
|
211
211
|
"sfdx": {
|
|
212
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.
|
|
213
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.
|
|
212
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.79.crt",
|
|
213
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.4.79.sig"
|
|
214
214
|
}
|
|
215
215
|
}
|