@salesforce/cli 2.135.7 → 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 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.135.7 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.136.1 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -8202,7 +8202,7 @@ EXAMPLES
8202
8202
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
8203
8203
  ```
8204
8204
 
8205
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/add.ts)_
8205
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/add.ts)_
8206
8206
 
8207
8207
  ## `sf plugins trust allowlist list`
8208
8208
 
@@ -8230,7 +8230,7 @@ EXAMPLES
8230
8230
  $ sf plugins trust allowlist list
8231
8231
  ```
8232
8232
 
8233
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/list.ts)_
8233
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/list.ts)_
8234
8234
 
8235
8235
  ## `sf plugins trust allowlist remove`
8236
8236
 
@@ -8267,7 +8267,7 @@ EXAMPLES
8267
8267
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
8268
8268
  ```
8269
8269
 
8270
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/allowlist/remove.ts)_
8270
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/allowlist/remove.ts)_
8271
8271
 
8272
8272
  ## `sf plugins trust verify`
8273
8273
 
@@ -8296,7 +8296,7 @@ EXAMPLES
8296
8296
  $ sf plugins trust verify --npm @scope/npmName
8297
8297
  ```
8298
8298
 
8299
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.7/src/commands/plugins/trust/verify.ts)_
8299
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.8/src/commands/plugins/trust/verify.ts)_
8300
8300
 
8301
8301
  ## `sf plugins uninstall [PLUGIN]`
8302
8302
 
@@ -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.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)_
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.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)_
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.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)_
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.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)_
10251
10251
 
10252
10252
  ## `sf search`
10253
10253
 
@@ -10310,7 +10310,7 @@ EXAMPLES
10310
10310
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
10311
10311
  ```
10312
10312
 
10313
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/describe.ts)_
10313
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/describe.ts)_
10314
10314
 
10315
10315
  ## `sf sobject list`
10316
10316
 
@@ -10349,7 +10349,7 @@ EXAMPLES
10349
10349
  $ sf sobject list --sobject custom --target-org my-scratch-org
10350
10350
  ```
10351
10351
 
10352
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.111/src/commands/sobject/list.ts)_
10352
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/list.ts)_
10353
10353
 
10354
10354
  ## `sf template generate analytics template`
10355
10355