@salesforce/cli 2.136.0 → 2.136.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/README.md +5 -5
- package/npm-shrinkwrap.json +522 -1923
- package/oclif.lock +387 -1047
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.136.
|
|
28
|
+
@salesforce/cli/2.136.1 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS
|
|
|
10110
10110
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
10111
10111
|
```
|
|
10112
10112
|
|
|
10113
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10113
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_
|
|
10114
10114
|
|
|
10115
10115
|
## `sf schema generate platformevent`
|
|
10116
10116
|
|
|
@@ -10142,7 +10142,7 @@ EXAMPLES
|
|
|
10142
10142
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
10143
10143
|
```
|
|
10144
10144
|
|
|
10145
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10145
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_
|
|
10146
10146
|
|
|
10147
10147
|
## `sf schema generate sobject`
|
|
10148
10148
|
|
|
@@ -10199,7 +10199,7 @@ FLAG DESCRIPTIONS
|
|
|
10199
10199
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
10200
10200
|
```
|
|
10201
10201
|
|
|
10202
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10202
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_
|
|
10203
10203
|
|
|
10204
10204
|
## `sf schema generate tab`
|
|
10205
10205
|
|
|
@@ -10247,7 +10247,7 @@ FLAG DESCRIPTIONS
|
|
|
10247
10247
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
10248
10248
|
```
|
|
10249
10249
|
|
|
10250
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
10250
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_
|
|
10251
10251
|
|
|
10252
10252
|
## `sf search`
|
|
10253
10253
|
|