Skip to content

Commit 5bb8f06

Browse files
committed
chore(release): bump to 2.136.1
1 parent b783404 commit 5bb8f06

3 files changed

Lines changed: 12 additions & 958 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.136.0 linux-x64 node-v22.22.2
28+
@salesforce/cli/2.136.1 linux-x64 node-v22.22.2
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -10110,7 +10110,7 @@ FLAG DESCRIPTIONS
1011010110
If you don't specify this flag, the command prompts you to choose from your local objects.
1011110111
```
1011210112

10113-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/field.ts)_
10113+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_
1011410114

1011510115
## `sf schema generate platformevent`
1011610116

@@ -10142,7 +10142,7 @@ EXAMPLES
1014210142
$ sf schema generate platformevent --label "My Platform Event"
1014310143
```
1014410144

10145-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/platformevent.ts)_
10145+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_
1014610146

1014710147
## `sf schema generate sobject`
1014810148

@@ -10199,7 +10199,7 @@ FLAG DESCRIPTIONS
1019910199
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
1020010200
```
1020110201

10202-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/sobject.ts)_
10202+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_
1020310203

1020410204
## `sf schema generate tab`
1020510205

@@ -10247,7 +10247,7 @@ FLAG DESCRIPTIONS
1024710247
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
1024810248
```
1024910249

10250-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.105/src/commands/schema/generate/tab.ts)_
10250+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_
1025110251

1025210252
## `sf search`
1025310253

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.136.0",
4+
"version": "2.136.1",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",

0 commit comments

Comments
 (0)