@salesforce/cli 2.129.0 → 2.129.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 +36 -32
- package/npm-shrinkwrap.json +629 -745
- package/oclif.lock +192 -144
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.129.
|
|
28
|
+
@salesforce/cli/2.129.1 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -3832,7 +3832,7 @@ EXAMPLES
|
|
|
3832
3832
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3833
3833
|
```
|
|
3834
3834
|
|
|
3835
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3835
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/assign/permset.ts)_
|
|
3836
3836
|
|
|
3837
3837
|
## `sf org assign permsetlicense`
|
|
3838
3838
|
|
|
@@ -3879,7 +3879,7 @@ EXAMPLES
|
|
|
3879
3879
|
user3
|
|
3880
3880
|
```
|
|
3881
3881
|
|
|
3882
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
3882
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/assign/permsetlicense.ts)_
|
|
3883
3883
|
|
|
3884
3884
|
## `sf org create sandbox`
|
|
3885
3885
|
|
|
@@ -4303,7 +4303,7 @@ FLAG DESCRIPTIONS
|
|
|
4303
4303
|
might be different than what you specify in the definition file.
|
|
4304
4304
|
```
|
|
4305
4305
|
|
|
4306
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
4306
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/create/user.ts)_
|
|
4307
4307
|
|
|
4308
4308
|
## `sf org delete sandbox`
|
|
4309
4309
|
|
|
@@ -4516,7 +4516,7 @@ EXAMPLES
|
|
|
4516
4516
|
$ sf org display user --target-org me@my.org --json
|
|
4517
4517
|
```
|
|
4518
4518
|
|
|
4519
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
4519
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/display/user.ts)_
|
|
4520
4520
|
|
|
4521
4521
|
## `sf org enable tracking`
|
|
4522
4522
|
|
|
@@ -4625,7 +4625,7 @@ EXAMPLES
|
|
|
4625
4625
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4626
4626
|
```
|
|
4627
4627
|
|
|
4628
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
4628
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/generate/password.ts)_
|
|
4629
4629
|
|
|
4630
4630
|
## `sf org list`
|
|
4631
4631
|
|
|
@@ -4942,7 +4942,7 @@ EXAMPLES
|
|
|
4942
4942
|
$ sf org list users --target-org me@my.org
|
|
4943
4943
|
```
|
|
4944
4944
|
|
|
4945
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.
|
|
4945
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.8.0/src/commands/org/list/users.ts)_
|
|
4946
4946
|
|
|
4947
4947
|
## `sf org login access-token`
|
|
4948
4948
|
|
|
@@ -7413,7 +7413,7 @@ EXAMPLES
|
|
|
7413
7413
|
$ sf plugins
|
|
7414
7414
|
```
|
|
7415
7415
|
|
|
7416
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7416
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/index.ts)_
|
|
7417
7417
|
|
|
7418
7418
|
## `sf plugins discover`
|
|
7419
7419
|
|
|
@@ -7458,7 +7458,7 @@ EXAMPLES
|
|
|
7458
7458
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7459
7459
|
```
|
|
7460
7460
|
|
|
7461
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7461
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/inspect.ts)_
|
|
7462
7462
|
|
|
7463
7463
|
## `sf plugins install PLUGIN`
|
|
7464
7464
|
|
|
@@ -7507,7 +7507,7 @@ EXAMPLES
|
|
|
7507
7507
|
$ sf plugins install someuser/someplugin
|
|
7508
7508
|
```
|
|
7509
7509
|
|
|
7510
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7510
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/install.ts)_
|
|
7511
7511
|
|
|
7512
7512
|
## `sf plugins link PATH`
|
|
7513
7513
|
|
|
@@ -7538,7 +7538,7 @@ EXAMPLES
|
|
|
7538
7538
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7539
7539
|
```
|
|
7540
7540
|
|
|
7541
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7541
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
|
|
7542
7542
|
|
|
7543
7543
|
## `sf plugins reset`
|
|
7544
7544
|
|
|
@@ -7553,7 +7553,7 @@ FLAGS
|
|
|
7553
7553
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7554
7554
|
```
|
|
7555
7555
|
|
|
7556
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7556
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf plugins trust verify`
|
|
7559
7559
|
|
|
@@ -7610,7 +7610,7 @@ EXAMPLES
|
|
|
7610
7610
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7611
7611
|
```
|
|
7612
7612
|
|
|
7613
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7613
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
|
|
7614
7614
|
|
|
7615
7615
|
## `sf plugins update`
|
|
7616
7616
|
|
|
@@ -7628,7 +7628,7 @@ DESCRIPTION
|
|
|
7628
7628
|
Update installed plugins.
|
|
7629
7629
|
```
|
|
7630
7630
|
|
|
7631
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7631
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
|
|
7632
7632
|
|
|
7633
7633
|
## `sf project convert mdapi`
|
|
7634
7634
|
|
|
@@ -9679,7 +9679,7 @@ FLAG DESCRIPTIONS
|
|
|
9679
9679
|
directory.
|
|
9680
9680
|
```
|
|
9681
9681
|
|
|
9682
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9682
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/analytics/template.ts)_
|
|
9683
9683
|
|
|
9684
9684
|
## `sf template generate apex class`
|
|
9685
9685
|
|
|
@@ -9739,7 +9739,7 @@ FLAG DESCRIPTIONS
|
|
|
9739
9739
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9740
9740
|
```
|
|
9741
9741
|
|
|
9742
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9742
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/apex/class.ts)_
|
|
9743
9743
|
|
|
9744
9744
|
## `sf template generate apex trigger`
|
|
9745
9745
|
|
|
@@ -9809,7 +9809,7 @@ FLAG DESCRIPTIONS
|
|
|
9809
9809
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9810
9810
|
```
|
|
9811
9811
|
|
|
9812
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9812
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/apex/trigger.ts)_
|
|
9813
9813
|
|
|
9814
9814
|
## `sf template generate digital-experience site`
|
|
9815
9815
|
|
|
@@ -9863,7 +9863,7 @@ FLAG DESCRIPTIONS
|
|
|
9863
9863
|
project, defaults to the current directory.
|
|
9864
9864
|
```
|
|
9865
9865
|
|
|
9866
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9866
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/digital-experience/site.ts)_
|
|
9867
9867
|
|
|
9868
9868
|
## `sf template generate flexipage`
|
|
9869
9869
|
|
|
@@ -9945,7 +9945,7 @@ FLAG DESCRIPTIONS
|
|
|
9945
9945
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
9946
9946
|
```
|
|
9947
9947
|
|
|
9948
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
9948
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/flexipage/index.ts)_
|
|
9949
9949
|
|
|
9950
9950
|
## `sf template generate lightning app`
|
|
9951
9951
|
|
|
@@ -10001,7 +10001,7 @@ FLAG DESCRIPTIONS
|
|
|
10001
10001
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10002
10002
|
```
|
|
10003
10003
|
|
|
10004
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10004
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/app.ts)_
|
|
10005
10005
|
|
|
10006
10006
|
## `sf template generate lightning component`
|
|
10007
10007
|
|
|
@@ -10071,7 +10071,7 @@ FLAG DESCRIPTIONS
|
|
|
10071
10071
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10072
10072
|
```
|
|
10073
10073
|
|
|
10074
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10074
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/component.ts)_
|
|
10075
10075
|
|
|
10076
10076
|
## `sf template generate lightning event`
|
|
10077
10077
|
|
|
@@ -10127,7 +10127,7 @@ FLAG DESCRIPTIONS
|
|
|
10127
10127
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10128
10128
|
```
|
|
10129
10129
|
|
|
10130
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10130
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/event.ts)_
|
|
10131
10131
|
|
|
10132
10132
|
## `sf template generate lightning interface`
|
|
10133
10133
|
|
|
@@ -10183,7 +10183,7 @@ FLAG DESCRIPTIONS
|
|
|
10183
10183
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10184
10184
|
```
|
|
10185
10185
|
|
|
10186
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10186
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/interface.ts)_
|
|
10187
10187
|
|
|
10188
10188
|
## `sf template generate lightning test`
|
|
10189
10189
|
|
|
@@ -10239,7 +10239,7 @@ FLAG DESCRIPTIONS
|
|
|
10239
10239
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10240
10240
|
```
|
|
10241
10241
|
|
|
10242
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10242
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/test.ts)_
|
|
10243
10243
|
|
|
10244
10244
|
## `sf template generate project`
|
|
10245
10245
|
|
|
@@ -10247,8 +10247,9 @@ Generate a Salesforce DX project.
|
|
|
10247
10247
|
|
|
10248
10248
|
```
|
|
10249
10249
|
USAGE
|
|
10250
|
-
$ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
|
|
10251
|
-
<value>] [-s <value>] [-p <value>] [-x] [--api-version
|
|
10250
|
+
$ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t
|
|
10251
|
+
standard|empty|analytics|reactb2e|reactb2x|agent] [-d <value>] [-s <value>] [-p <value>] [-x] [--api-version
|
|
10252
|
+
<value>]
|
|
10252
10253
|
|
|
10253
10254
|
FLAGS
|
|
10254
10255
|
-d, --output-dir=<value> [default: .] Directory for saving the created files.
|
|
@@ -10256,7 +10257,7 @@ FLAGS
|
|
|
10256
10257
|
-p, --default-package-dir=<value> [default: force-app] Default package directory name.
|
|
10257
10258
|
-s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
|
|
10258
10259
|
-t, --template=<option> [default: standard] Template to use for project creation.
|
|
10259
|
-
<options: standard|empty|analytics|reactb2e|reactb2x>
|
|
10260
|
+
<options: standard|empty|analytics|reactb2e|reactb2x|agent>
|
|
10260
10261
|
-x, --manifest Generate a manifest (package.xml) for change-set based development.
|
|
10261
10262
|
--api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
|
|
10262
10263
|
|
|
@@ -10311,7 +10312,7 @@ FLAG DESCRIPTIONS
|
|
|
10311
10312
|
|
|
10312
10313
|
Metadata items such as classes and Lightning bundles are placed inside this folder.
|
|
10313
10314
|
|
|
10314
|
-
-t, --template=standard|empty|analytics|reactb2e|reactb2x Template to use for project creation.
|
|
10315
|
+
-t, --template=standard|empty|analytics|reactb2e|reactb2x|agent Template to use for project creation.
|
|
10315
10316
|
|
|
10316
10317
|
The template determines the sample configuration files and directories that this command generates. For example, the
|
|
10317
10318
|
empty template provides these files and directory to get you started.
|
|
@@ -10338,6 +10339,9 @@ FLAG DESCRIPTIONS
|
|
|
10338
10339
|
The reactb2e and reactb2x templates provide React-based project scaffolding for B2E and B2X web application use
|
|
10339
10340
|
cases.
|
|
10340
10341
|
|
|
10342
|
+
The agent template provides project scaffolding for building Agentforce agents and includes a sample agent called
|
|
10343
|
+
Local Info Agent.
|
|
10344
|
+
|
|
10341
10345
|
-x, --manifest Generate a manifest (package.xml) for change-set based development.
|
|
10342
10346
|
|
|
10343
10347
|
Generates a default manifest (package.xml) for fetching Apex, Visualforce, Lightning components, and static
|
|
@@ -10348,7 +10352,7 @@ FLAG DESCRIPTIONS
|
|
|
10348
10352
|
Override the api version used for api requests made by this command
|
|
10349
10353
|
```
|
|
10350
10354
|
|
|
10351
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10355
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/project/index.ts)_
|
|
10352
10356
|
|
|
10353
10357
|
## `sf template generate static-resource`
|
|
10354
10358
|
|
|
@@ -10411,7 +10415,7 @@ FLAG DESCRIPTIONS
|
|
|
10411
10415
|
etc.
|
|
10412
10416
|
```
|
|
10413
10417
|
|
|
10414
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10418
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/static-resource/index.ts)_
|
|
10415
10419
|
|
|
10416
10420
|
## `sf template generate visualforce component`
|
|
10417
10421
|
|
|
@@ -10468,7 +10472,7 @@ FLAG DESCRIPTIONS
|
|
|
10468
10472
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10469
10473
|
```
|
|
10470
10474
|
|
|
10471
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10475
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/component.ts)_
|
|
10472
10476
|
|
|
10473
10477
|
## `sf template generate visualforce page`
|
|
10474
10478
|
|
|
@@ -10519,7 +10523,7 @@ FLAG DESCRIPTIONS
|
|
|
10519
10523
|
The name can be up to 40 characters and must start with a letter.
|
|
10520
10524
|
```
|
|
10521
10525
|
|
|
10522
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.
|
|
10526
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/page.ts)_
|
|
10523
10527
|
|
|
10524
10528
|
## `sf update [CHANNEL]`
|
|
10525
10529
|
|