@salesforce/cli 2.137.5 → 2.137.7
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 +53 -64
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.137.
|
|
28
|
+
@salesforce/cli/2.137.7 linux-x64 node-v22.22.3
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -4435,7 +4435,7 @@ EXAMPLES
|
|
|
4435
4435
|
$ sf org auth show-access-token --target-org my-org --json
|
|
4436
4436
|
```
|
|
4437
4437
|
|
|
4438
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4438
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-access-token.ts)_
|
|
4439
4439
|
|
|
4440
4440
|
## `sf org auth show-sfdx-auth-url`
|
|
4441
4441
|
|
|
@@ -4479,7 +4479,7 @@ EXAMPLES
|
|
|
4479
4479
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
4480
4480
|
```
|
|
4481
4481
|
|
|
4482
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4482
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
4483
4483
|
|
|
4484
4484
|
## `sf org auth show-user-password`
|
|
4485
4485
|
|
|
@@ -4526,7 +4526,7 @@ EXAMPLES
|
|
|
4526
4526
|
$ sf org auth show-user-password --target-org my-org --json
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4529
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-user-password.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org create agent-user`
|
|
4532
4532
|
|
|
@@ -4604,7 +4604,7 @@ FLAG DESCRIPTIONS
|
|
|
4604
4604
|
"agent.user.<GUID>@your-org-domain.com".
|
|
4605
4605
|
```
|
|
4606
4606
|
|
|
4607
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4607
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/agent-user.ts)_
|
|
4608
4608
|
|
|
4609
4609
|
## `sf org create sandbox`
|
|
4610
4610
|
|
|
@@ -4738,7 +4738,7 @@ FLAG DESCRIPTIONS
|
|
|
4738
4738
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4739
4739
|
```
|
|
4740
4740
|
|
|
4741
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4741
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/sandbox.ts)_
|
|
4742
4742
|
|
|
4743
4743
|
## `sf org create scratch`
|
|
4744
4744
|
|
|
@@ -4920,7 +4920,7 @@ FLAG DESCRIPTIONS
|
|
|
4920
4920
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4921
4921
|
```
|
|
4922
4922
|
|
|
4923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
4923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/scratch.ts)_
|
|
4924
4924
|
|
|
4925
4925
|
## `sf org create user`
|
|
4926
4926
|
|
|
@@ -5074,7 +5074,7 @@ EXAMPLES
|
|
|
5074
5074
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5075
5075
|
```
|
|
5076
5076
|
|
|
5077
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5077
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/sandbox.ts)_
|
|
5078
5078
|
|
|
5079
5079
|
## `sf org delete scratch`
|
|
5080
5080
|
|
|
@@ -5118,7 +5118,7 @@ EXAMPLES
|
|
|
5118
5118
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5119
5119
|
```
|
|
5120
5120
|
|
|
5121
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5121
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/scratch.ts)_
|
|
5122
5122
|
|
|
5123
5123
|
## `sf org disable tracking`
|
|
5124
5124
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ sf org disable tracking
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5160
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/disable/tracking.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf org display`
|
|
5163
5163
|
|
|
@@ -5202,7 +5202,7 @@ EXAMPLES
|
|
|
5202
5202
|
$ sf org display --target-org TestOrg1 --verbose
|
|
5203
5203
|
```
|
|
5204
5204
|
|
|
5205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/display.ts)_
|
|
5206
5206
|
|
|
5207
5207
|
## `sf org display user`
|
|
5208
5208
|
|
|
@@ -5282,7 +5282,7 @@ EXAMPLES
|
|
|
5282
5282
|
$ sf org enable tracking
|
|
5283
5283
|
```
|
|
5284
5284
|
|
|
5285
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5285
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/enable/tracking.ts)_
|
|
5286
5286
|
|
|
5287
5287
|
## `sf org generate password`
|
|
5288
5288
|
|
|
@@ -5388,7 +5388,7 @@ EXAMPLES
|
|
|
5388
5388
|
$ sf org list --clean
|
|
5389
5389
|
```
|
|
5390
5390
|
|
|
5391
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5391
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list.ts)_
|
|
5392
5392
|
|
|
5393
5393
|
## `sf org list auth`
|
|
5394
5394
|
|
|
@@ -5527,7 +5527,7 @@ FLAG DESCRIPTIONS
|
|
|
5527
5527
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5528
5528
|
```
|
|
5529
5529
|
|
|
5530
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5530
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata.ts)_
|
|
5531
5531
|
|
|
5532
5532
|
## `sf org list metadata-types`
|
|
5533
5533
|
|
|
@@ -5582,7 +5582,7 @@ FLAG DESCRIPTIONS
|
|
|
5582
5582
|
Override the api version used for api requests made by this command
|
|
5583
5583
|
```
|
|
5584
5584
|
|
|
5585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata-types.ts)_
|
|
5586
5586
|
|
|
5587
5587
|
## `sf org list sobject record-counts`
|
|
5588
5588
|
|
|
@@ -6128,11 +6128,11 @@ EXAMPLES
|
|
|
6128
6128
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6129
6129
|
```
|
|
6130
6130
|
|
|
6131
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6131
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open.ts)_
|
|
6132
6132
|
|
|
6133
6133
|
## `sf org open agent`
|
|
6134
6134
|
|
|
6135
|
-
Open an agent in your org's
|
|
6135
|
+
Open an agent in your org's Agentforce Builder UI in a browser.
|
|
6136
6136
|
|
|
6137
6137
|
```
|
|
6138
6138
|
USAGE
|
|
@@ -6143,35 +6143,35 @@ FLAGS
|
|
|
6143
6143
|
-b, --browser=<option> Browser where the org opens.
|
|
6144
6144
|
<options: chrome|edge|firefox>
|
|
6145
6145
|
-n, --api-name=<value> API name, also known as developer name, of the agent you want to open in the org's
|
|
6146
|
-
|
|
6146
|
+
Agentforce Builder UI.
|
|
6147
6147
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
6148
6148
|
configuration variable is already set.
|
|
6149
6149
|
-r, --url-only Display navigation URL, but don’t launch browser.
|
|
6150
6150
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
6151
|
-
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
|
|
6152
|
-
--private Open the
|
|
6153
|
-
--version=<value> Version number of the agent to open in Agentforce Builder.
|
|
6151
|
+
--authoring-bundle=<value> API name of the agent's authoring bundle to open in Agentforce Builder.
|
|
6152
|
+
--private Open the agent in the default browser using private (incognito) mode.
|
|
6153
|
+
--version=<value> Version number of the agent to open in Agentforce Builder. If not specified, the
|
|
6154
|
+
highest version is opened by default.
|
|
6154
6155
|
|
|
6155
6156
|
GLOBAL FLAGS
|
|
6156
6157
|
--flags-dir=<value> Import flag values from a directory.
|
|
6157
6158
|
--json Format output as json.
|
|
6158
6159
|
|
|
6159
6160
|
DESCRIPTION
|
|
6160
|
-
Open an agent in your org's
|
|
6161
|
+
Open an agent in your org's Agentforce Builder UI in a browser.
|
|
6161
6162
|
|
|
6162
|
-
Use the --api-name flag to open an agent using its API name in the
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
Alternatively, use the --authoring-bundle flag to open an agent in Agentforce Builder. Optionally include --version to
|
|
6166
|
-
open a specific version of the agent. You'll specify the api name of the authoring bundle.
|
|
6163
|
+
Use the --api-name flag to open an agent using its API name in the Agentforce Builder UI of your org. Alternatively,
|
|
6164
|
+
use the --authoring-bundle flag to open an agent using the API name of its authoring bundle. The two API names are
|
|
6165
|
+
typically the same for the same agent. Optionally specify the --version flag to open a specific version of the agent.
|
|
6167
6166
|
|
|
6168
6167
|
To generate the URL but not launch it in your browser, specify --url-only.
|
|
6169
6168
|
|
|
6170
|
-
To open
|
|
6169
|
+
To open Agentforce Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
|
|
6171
6170
|
"firefox". If you don't specify --browser, the org opens in your default browser.
|
|
6172
6171
|
|
|
6173
6172
|
EXAMPLES
|
|
6174
|
-
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser
|
|
6173
|
+
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser; opens the highest
|
|
6174
|
+
version:
|
|
6175
6175
|
|
|
6176
6176
|
$ sf org open agent --api-name Coral_Cloud_Agent
|
|
6177
6177
|
|
|
@@ -6183,27 +6183,16 @@ EXAMPLES
|
|
|
6183
6183
|
|
|
6184
6184
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
6185
6185
|
|
|
6186
|
-
Open an agent in Agentforce Builder using its authoring bundle name:
|
|
6187
|
-
|
|
6188
|
-
$ sf org open agent --authoring-bundle MyAgent
|
|
6189
|
-
|
|
6190
|
-
Open a specific version of an agent in Agentforce Builder:
|
|
6191
|
-
|
|
6192
|
-
$ sf org open agent --authoring-bundle MyAgent --version 1
|
|
6186
|
+
Open an agent in Agentforce Builder using its authoring bundle API name:
|
|
6193
6187
|
|
|
6194
|
-
|
|
6195
|
-
--authoring-bundle=<value> API name of the agent to open in Agentforce Builder.
|
|
6196
|
-
|
|
6197
|
-
The API name of the agent to open directly in Agentforce Builder. Optionally specify --version to open a specific
|
|
6198
|
-
version.
|
|
6188
|
+
$ sf org open agent --authoring-bundle Coral_Cloud_Agent
|
|
6199
6189
|
|
|
6200
|
-
|
|
6190
|
+
Open a version 1 of an agent in Agentforce Builder:
|
|
6201
6191
|
|
|
6202
|
-
|
|
6203
|
-
flag.
|
|
6192
|
+
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
6204
6193
|
```
|
|
6205
6194
|
|
|
6206
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6195
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/agent.ts)_
|
|
6207
6196
|
|
|
6208
6197
|
## `sf org open authoring-bundle`
|
|
6209
6198
|
|
|
@@ -6249,7 +6238,7 @@ EXAMPLES
|
|
|
6249
6238
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
6250
6239
|
```
|
|
6251
6240
|
|
|
6252
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6241
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/authoring-bundle.ts)_
|
|
6253
6242
|
|
|
6254
6243
|
## `sf org refresh sandbox`
|
|
6255
6244
|
|
|
@@ -6352,7 +6341,7 @@ FLAG DESCRIPTIONS
|
|
|
6352
6341
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
6353
6342
|
```
|
|
6354
6343
|
|
|
6355
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6344
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/refresh/sandbox.ts)_
|
|
6356
6345
|
|
|
6357
6346
|
## `sf org resume sandbox`
|
|
6358
6347
|
|
|
@@ -6415,7 +6404,7 @@ FLAG DESCRIPTIONS
|
|
|
6415
6404
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
6416
6405
|
```
|
|
6417
6406
|
|
|
6418
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6407
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/sandbox.ts)_
|
|
6419
6408
|
|
|
6420
6409
|
## `sf org resume scratch`
|
|
6421
6410
|
|
|
@@ -6468,7 +6457,7 @@ FLAG DESCRIPTIONS
|
|
|
6468
6457
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
6469
6458
|
```
|
|
6470
6459
|
|
|
6471
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6460
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/scratch.ts)_
|
|
6472
6461
|
|
|
6473
6462
|
## `sf package convert`
|
|
6474
6463
|
|
|
@@ -10529,7 +10518,7 @@ FLAG DESCRIPTIONS
|
|
|
10529
10518
|
directory.
|
|
10530
10519
|
```
|
|
10531
10520
|
|
|
10532
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10521
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/analytics/template.ts)_
|
|
10533
10522
|
|
|
10534
10523
|
## `sf template generate apex class`
|
|
10535
10524
|
|
|
@@ -10589,7 +10578,7 @@ FLAG DESCRIPTIONS
|
|
|
10589
10578
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10590
10579
|
```
|
|
10591
10580
|
|
|
10592
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10581
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/apex/class.ts)_
|
|
10593
10582
|
|
|
10594
10583
|
## `sf template generate apex trigger`
|
|
10595
10584
|
|
|
@@ -10659,7 +10648,7 @@ FLAG DESCRIPTIONS
|
|
|
10659
10648
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10660
10649
|
```
|
|
10661
10650
|
|
|
10662
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10651
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/apex/trigger.ts)_
|
|
10663
10652
|
|
|
10664
10653
|
## `sf template generate digital-experience site`
|
|
10665
10654
|
|
|
@@ -10713,7 +10702,7 @@ FLAG DESCRIPTIONS
|
|
|
10713
10702
|
project, defaults to the current directory.
|
|
10714
10703
|
```
|
|
10715
10704
|
|
|
10716
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10705
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/digital-experience/site.ts)_
|
|
10717
10706
|
|
|
10718
10707
|
## `sf template generate flexipage`
|
|
10719
10708
|
|
|
@@ -10795,7 +10784,7 @@ FLAG DESCRIPTIONS
|
|
|
10795
10784
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10796
10785
|
```
|
|
10797
10786
|
|
|
10798
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10787
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/flexipage/index.ts)_
|
|
10799
10788
|
|
|
10800
10789
|
## `sf template generate lightning app`
|
|
10801
10790
|
|
|
@@ -10853,7 +10842,7 @@ FLAG DESCRIPTIONS
|
|
|
10853
10842
|
field in the DX project's "sfdx-project.json" file.
|
|
10854
10843
|
```
|
|
10855
10844
|
|
|
10856
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10845
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/app.ts)_
|
|
10857
10846
|
|
|
10858
10847
|
## `sf template generate lightning component`
|
|
10859
10848
|
|
|
@@ -10930,7 +10919,7 @@ FLAG DESCRIPTIONS
|
|
|
10930
10919
|
field in the DX project's "sfdx-project.json" file.
|
|
10931
10920
|
```
|
|
10932
10921
|
|
|
10933
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10922
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/component.ts)_
|
|
10934
10923
|
|
|
10935
10924
|
## `sf template generate lightning event`
|
|
10936
10925
|
|
|
@@ -10988,7 +10977,7 @@ FLAG DESCRIPTIONS
|
|
|
10988
10977
|
field in the DX project's "sfdx-project.json" file.
|
|
10989
10978
|
```
|
|
10990
10979
|
|
|
10991
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
10980
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/event.ts)_
|
|
10992
10981
|
|
|
10993
10982
|
## `sf template generate lightning interface`
|
|
10994
10983
|
|
|
@@ -11046,7 +11035,7 @@ FLAG DESCRIPTIONS
|
|
|
11046
11035
|
field in the DX project's "sfdx-project.json" file.
|
|
11047
11036
|
```
|
|
11048
11037
|
|
|
11049
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11038
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/interface.ts)_
|
|
11050
11039
|
|
|
11051
11040
|
## `sf template generate lightning test`
|
|
11052
11041
|
|
|
@@ -11104,7 +11093,7 @@ FLAG DESCRIPTIONS
|
|
|
11104
11093
|
field in the DX project's "sfdx-project.json" file.
|
|
11105
11094
|
```
|
|
11106
11095
|
|
|
11107
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11096
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/lightning/test.ts)_
|
|
11108
11097
|
|
|
11109
11098
|
## `sf template generate project`
|
|
11110
11099
|
|
|
@@ -11230,7 +11219,7 @@ FLAG DESCRIPTIONS
|
|
|
11230
11219
|
server-side type stripping.
|
|
11231
11220
|
```
|
|
11232
11221
|
|
|
11233
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11222
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/project/index.ts)_
|
|
11234
11223
|
|
|
11235
11224
|
## `sf template generate static-resource`
|
|
11236
11225
|
|
|
@@ -11293,7 +11282,7 @@ FLAG DESCRIPTIONS
|
|
|
11293
11282
|
etc.
|
|
11294
11283
|
```
|
|
11295
11284
|
|
|
11296
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/static-resource/index.ts)_
|
|
11297
11286
|
|
|
11298
11287
|
## `sf template generate ui-bundle`
|
|
11299
11288
|
|
|
@@ -11377,7 +11366,7 @@ FLAG DESCRIPTIONS
|
|
|
11377
11366
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11378
11367
|
```
|
|
11379
11368
|
|
|
11380
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11369
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/ui-bundle/index.ts)_
|
|
11381
11370
|
|
|
11382
11371
|
## `sf template generate visualforce component`
|
|
11383
11372
|
|
|
@@ -11434,7 +11423,7 @@ FLAG DESCRIPTIONS
|
|
|
11434
11423
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11435
11424
|
```
|
|
11436
11425
|
|
|
11437
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11426
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/visualforce/component.ts)_
|
|
11438
11427
|
|
|
11439
11428
|
## `sf template generate visualforce page`
|
|
11440
11429
|
|
|
@@ -11485,7 +11474,7 @@ FLAG DESCRIPTIONS
|
|
|
11485
11474
|
The name can be up to 40 characters and must start with a letter.
|
|
11486
11475
|
```
|
|
11487
11476
|
|
|
11488
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.
|
|
11477
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.7/src/commands/template/generate/visualforce/page.ts)_
|
|
11489
11478
|
|
|
11490
11479
|
## `sf update [CHANNEL]`
|
|
11491
11480
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.137.
|
|
3
|
+
"version": "2.137.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.137.
|
|
9
|
+
"version": "2.137.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.136",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.91",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.28",
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
36
|
+
"@salesforce/plugin-org": "5.11.4",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.28.3",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.115",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.82",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.110",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.23",
|
|
42
|
-
"@salesforce/plugin-templates": "56.17.
|
|
42
|
+
"@salesforce/plugin-templates": "56.17.7",
|
|
43
43
|
"@salesforce/plugin-trust": "3.8.11",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.1",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.22",
|
|
@@ -5184,9 +5184,9 @@
|
|
|
5184
5184
|
}
|
|
5185
5185
|
},
|
|
5186
5186
|
"node_modules/@salesforce/plugin-org": {
|
|
5187
|
-
"version": "5.11.
|
|
5188
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
5189
|
-
"integrity": "sha512-
|
|
5187
|
+
"version": "5.11.4",
|
|
5188
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.4.tgz",
|
|
5189
|
+
"integrity": "sha512-D7ZJECnHe0aGCU+2RNsf5FfJXdaUWWSdkgSuEziAFU3J0zmkKexpRzJplqXBehx45sVl4RvjcJp88x0cXWHuCg==",
|
|
5190
5190
|
"license": "Apache-2.0",
|
|
5191
5191
|
"dependencies": {
|
|
5192
5192
|
"@oclif/core": "^4.11.3",
|
|
@@ -5356,14 +5356,14 @@
|
|
|
5356
5356
|
}
|
|
5357
5357
|
},
|
|
5358
5358
|
"node_modules/@salesforce/plugin-templates": {
|
|
5359
|
-
"version": "56.17.
|
|
5360
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.
|
|
5361
|
-
"integrity": "sha512-
|
|
5359
|
+
"version": "56.17.7",
|
|
5360
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.7.tgz",
|
|
5361
|
+
"integrity": "sha512-mf37kmVLU44ESVgp3dmNjeUx55HXAjR+hIhincuBovj06DfGZmWewj2OqedeqzCmqmgPP8TmgBHsPNVRYfCbEA==",
|
|
5362
5362
|
"license": "Apache-2.0",
|
|
5363
5363
|
"dependencies": {
|
|
5364
5364
|
"@salesforce/core": "^8.31.0",
|
|
5365
5365
|
"@salesforce/sf-plugins-core": "^12",
|
|
5366
|
-
"@salesforce/templates": "^66.
|
|
5366
|
+
"@salesforce/templates": "^66.9.1"
|
|
5367
5367
|
},
|
|
5368
5368
|
"engines": {
|
|
5369
5369
|
"node": ">=18.0.0"
|
|
@@ -5856,9 +5856,9 @@
|
|
|
5856
5856
|
}
|
|
5857
5857
|
},
|
|
5858
5858
|
"node_modules/@salesforce/templates": {
|
|
5859
|
-
"version": "66.
|
|
5860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.
|
|
5861
|
-
"integrity": "sha512-
|
|
5859
|
+
"version": "66.9.1",
|
|
5860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.1.tgz",
|
|
5861
|
+
"integrity": "sha512-3Z0cSqhSjH8NqmHjlJJXcaGIuzzVSi49TRo7JG9X9wsUS2exuTaEf8KN6N4dU11nUA03DlwxPM9d3bkUC8RzHQ==",
|
|
5862
5862
|
"license": "BSD-3-Clause",
|
|
5863
5863
|
"dependencies": {
|
|
5864
5864
|
"@salesforce/kit": "^3.2.6",
|
package/oclif.lock
CHANGED
|
@@ -2294,10 +2294,10 @@
|
|
|
2294
2294
|
got "^13.0.0"
|
|
2295
2295
|
proxy-agent "^6.5.0"
|
|
2296
2296
|
|
|
2297
|
-
"@salesforce/plugin-org@5.11.
|
|
2298
|
-
version "5.11.
|
|
2299
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
2300
|
-
integrity sha512-
|
|
2297
|
+
"@salesforce/plugin-org@5.11.4":
|
|
2298
|
+
version "5.11.4"
|
|
2299
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.4.tgz"
|
|
2300
|
+
integrity sha512-D7ZJECnHe0aGCU+2RNsf5FfJXdaUWWSdkgSuEziAFU3J0zmkKexpRzJplqXBehx45sVl4RvjcJp88x0cXWHuCg==
|
|
2301
2301
|
dependencies:
|
|
2302
2302
|
"@oclif/core" "^4.11.3"
|
|
2303
2303
|
"@oclif/multi-stage-output" "^0.8.40"
|
|
@@ -2402,14 +2402,14 @@
|
|
|
2402
2402
|
"@salesforce/ts-types" "^2.0.12"
|
|
2403
2403
|
debug "^4.4.3"
|
|
2404
2404
|
|
|
2405
|
-
"@salesforce/plugin-templates@56.17.
|
|
2406
|
-
version "56.17.
|
|
2407
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.
|
|
2408
|
-
integrity sha512-
|
|
2405
|
+
"@salesforce/plugin-templates@56.17.7":
|
|
2406
|
+
version "56.17.7"
|
|
2407
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.17.7.tgz"
|
|
2408
|
+
integrity sha512-mf37kmVLU44ESVgp3dmNjeUx55HXAjR+hIhincuBovj06DfGZmWewj2OqedeqzCmqmgPP8TmgBHsPNVRYfCbEA==
|
|
2409
2409
|
dependencies:
|
|
2410
2410
|
"@salesforce/core" "^8.31.0"
|
|
2411
2411
|
"@salesforce/sf-plugins-core" "^12"
|
|
2412
|
-
"@salesforce/templates" "^66.
|
|
2412
|
+
"@salesforce/templates" "^66.9.1"
|
|
2413
2413
|
|
|
2414
2414
|
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.11":
|
|
2415
2415
|
version "3.8.11"
|
|
@@ -2511,10 +2511,10 @@
|
|
|
2511
2511
|
o11y_schema "^260.65.0"
|
|
2512
2512
|
proxy-agent "^6.5.0"
|
|
2513
2513
|
|
|
2514
|
-
"@salesforce/templates@^66.
|
|
2515
|
-
version "66.
|
|
2516
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.
|
|
2517
|
-
integrity sha512-
|
|
2514
|
+
"@salesforce/templates@^66.9.1":
|
|
2515
|
+
version "66.9.1"
|
|
2516
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.9.1.tgz"
|
|
2517
|
+
integrity sha512-3Z0cSqhSjH8NqmHjlJJXcaGIuzzVSi49TRo7JG9X9wsUS2exuTaEf8KN6N4dU11nUA03DlwxPM9d3bkUC8RzHQ==
|
|
2518
2518
|
dependencies:
|
|
2519
2519
|
"@salesforce/kit" "^3.2.6"
|
|
2520
2520
|
ejs "^3.1.10"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.137.
|
|
4
|
+
"version": "2.137.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -168,13 +168,13 @@
|
|
|
168
168
|
"@salesforce/plugin-info": "3.4.136",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.91",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.28",
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
171
|
+
"@salesforce/plugin-org": "5.11.4",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.28.3",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.115",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.82",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.110",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.23",
|
|
177
|
-
"@salesforce/plugin-templates": "56.17.
|
|
177
|
+
"@salesforce/plugin-templates": "56.17.7",
|
|
178
178
|
"@salesforce/plugin-trust": "3.8.11",
|
|
179
179
|
"@salesforce/plugin-user": "3.10.1",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.22",
|