@salesforce/cli 2.121.3 → 2.121.5
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 +51 -51
- package/npm-shrinkwrap.json +1905 -367
- package/oclif.lock +562 -158
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.121.
|
|
28
|
+
@salesforce/cli/2.121.5 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -248,7 +248,7 @@ EXAMPLES
|
|
|
248
248
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
251
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/activate.ts)_
|
|
252
252
|
|
|
253
253
|
## `sf agent create`
|
|
254
254
|
|
|
@@ -315,7 +315,7 @@ EXAMPLES
|
|
|
315
315
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
318
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/create.ts)_
|
|
319
319
|
|
|
320
320
|
## `sf agent deactivate`
|
|
321
321
|
|
|
@@ -355,7 +355,7 @@ EXAMPLES
|
|
|
355
355
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
358
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/deactivate.ts)_
|
|
359
359
|
|
|
360
360
|
## `sf agent generate agent-spec`
|
|
361
361
|
|
|
@@ -462,7 +462,7 @@ EXAMPLES
|
|
|
462
462
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
463
463
|
```
|
|
464
464
|
|
|
465
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
465
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/agent-spec.ts)_
|
|
466
466
|
|
|
467
467
|
## `sf agent generate authoring-bundle`
|
|
468
468
|
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
other-package-dir/main/default --target-org my-dev-org
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
531
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/authoring-bundle.ts)_
|
|
532
532
|
|
|
533
533
|
## `sf agent generate template`
|
|
534
534
|
|
|
@@ -576,7 +576,7 @@ EXAMPLES
|
|
|
576
576
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
577
577
|
```
|
|
578
578
|
|
|
579
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
579
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/template.ts)_
|
|
580
580
|
|
|
581
581
|
## `sf agent generate test-spec`
|
|
582
582
|
|
|
@@ -637,7 +637,7 @@ EXAMPLES
|
|
|
637
637
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
638
638
|
```
|
|
639
639
|
|
|
640
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
640
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/test-spec.ts)_
|
|
641
641
|
|
|
642
642
|
## `sf agent preview`
|
|
643
643
|
|
|
@@ -710,7 +710,7 @@ EXAMPLES
|
|
|
710
710
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
713
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/preview.ts)_
|
|
714
714
|
|
|
715
715
|
## `sf agent publish authoring-bundle`
|
|
716
716
|
|
|
@@ -757,7 +757,7 @@ EXAMPLES
|
|
|
757
757
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
758
758
|
```
|
|
759
759
|
|
|
760
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
760
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/publish/authoring-bundle.ts)_
|
|
761
761
|
|
|
762
762
|
## `sf agent test create`
|
|
763
763
|
|
|
@@ -812,7 +812,7 @@ EXAMPLES
|
|
|
812
812
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
815
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/create.ts)_
|
|
816
816
|
|
|
817
817
|
## `sf agent test list`
|
|
818
818
|
|
|
@@ -847,7 +847,7 @@ EXAMPLES
|
|
|
847
847
|
$ sf agent test list --target-org my-org
|
|
848
848
|
```
|
|
849
849
|
|
|
850
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
850
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/list.ts)_
|
|
851
851
|
|
|
852
852
|
## `sf agent test results`
|
|
853
853
|
|
|
@@ -913,7 +913,7 @@ FLAG DESCRIPTIONS
|
|
|
913
913
|
expression when using custom evaluations.
|
|
914
914
|
```
|
|
915
915
|
|
|
916
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
916
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/results.ts)_
|
|
917
917
|
|
|
918
918
|
## `sf agent test resume`
|
|
919
919
|
|
|
@@ -986,7 +986,7 @@ FLAG DESCRIPTIONS
|
|
|
986
986
|
expression when using custom evaluations.
|
|
987
987
|
```
|
|
988
988
|
|
|
989
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
989
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/resume.ts)_
|
|
990
990
|
|
|
991
991
|
## `sf agent test run`
|
|
992
992
|
|
|
@@ -1060,7 +1060,7 @@ FLAG DESCRIPTIONS
|
|
|
1060
1060
|
expression when using custom evaluations.
|
|
1061
1061
|
```
|
|
1062
1062
|
|
|
1063
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1063
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/run.ts)_
|
|
1064
1064
|
|
|
1065
1065
|
## `sf agent validate authoring-bundle`
|
|
1066
1066
|
|
|
@@ -1107,7 +1107,7 @@ EXAMPLES
|
|
|
1107
1107
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1110
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `sf alias list`
|
|
1113
1113
|
|
|
@@ -1266,7 +1266,7 @@ FLAG DESCRIPTIONS
|
|
|
1266
1266
|
directory.
|
|
1267
1267
|
```
|
|
1268
1268
|
|
|
1269
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1269
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/analytics/generate/template.ts)_
|
|
1270
1270
|
|
|
1271
1271
|
## `sf apex generate class`
|
|
1272
1272
|
|
|
@@ -1325,7 +1325,7 @@ FLAG DESCRIPTIONS
|
|
|
1325
1325
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1326
1326
|
```
|
|
1327
1327
|
|
|
1328
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1328
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/apex/generate/class.ts)_
|
|
1329
1329
|
|
|
1330
1330
|
## `sf apex generate trigger`
|
|
1331
1331
|
|
|
@@ -1394,7 +1394,7 @@ FLAG DESCRIPTIONS
|
|
|
1394
1394
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1395
1395
|
```
|
|
1396
1396
|
|
|
1397
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1397
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/apex/generate/trigger.ts)_
|
|
1398
1398
|
|
|
1399
1399
|
## `sf apex get log`
|
|
1400
1400
|
|
|
@@ -3604,7 +3604,7 @@ FLAG DESCRIPTIONS
|
|
|
3604
3604
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3605
3605
|
```
|
|
3606
3606
|
|
|
3607
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3607
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/app.ts)_
|
|
3608
3608
|
|
|
3609
3609
|
## `sf lightning generate component`
|
|
3610
3610
|
|
|
@@ -3673,7 +3673,7 @@ FLAG DESCRIPTIONS
|
|
|
3673
3673
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3674
3674
|
```
|
|
3675
3675
|
|
|
3676
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3676
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/component.ts)_
|
|
3677
3677
|
|
|
3678
3678
|
## `sf lightning generate event`
|
|
3679
3679
|
|
|
@@ -3728,7 +3728,7 @@ FLAG DESCRIPTIONS
|
|
|
3728
3728
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3729
3729
|
```
|
|
3730
3730
|
|
|
3731
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3731
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/event.ts)_
|
|
3732
3732
|
|
|
3733
3733
|
## `sf lightning generate interface`
|
|
3734
3734
|
|
|
@@ -3783,7 +3783,7 @@ FLAG DESCRIPTIONS
|
|
|
3783
3783
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3784
3784
|
```
|
|
3785
3785
|
|
|
3786
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3786
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/interface.ts)_
|
|
3787
3787
|
|
|
3788
3788
|
## `sf lightning generate test`
|
|
3789
3789
|
|
|
@@ -3838,7 +3838,7 @@ FLAG DESCRIPTIONS
|
|
|
3838
3838
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3839
3839
|
```
|
|
3840
3840
|
|
|
3841
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3841
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/test.ts)_
|
|
3842
3842
|
|
|
3843
3843
|
## `sf logic get test`
|
|
3844
3844
|
|
|
@@ -4054,7 +4054,7 @@ EXAMPLES
|
|
|
4054
4054
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4055
4055
|
```
|
|
4056
4056
|
|
|
4057
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4057
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/assign/permset.ts)_
|
|
4058
4058
|
|
|
4059
4059
|
## `sf org assign permsetlicense`
|
|
4060
4060
|
|
|
@@ -4101,7 +4101,7 @@ EXAMPLES
|
|
|
4101
4101
|
user3
|
|
4102
4102
|
```
|
|
4103
4103
|
|
|
4104
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4104
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/assign/permsetlicense.ts)_
|
|
4105
4105
|
|
|
4106
4106
|
## `sf org create sandbox`
|
|
4107
4107
|
|
|
@@ -4235,7 +4235,7 @@ FLAG DESCRIPTIONS
|
|
|
4235
4235
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4236
4236
|
```
|
|
4237
4237
|
|
|
4238
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4238
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/create/sandbox.ts)_
|
|
4239
4239
|
|
|
4240
4240
|
## `sf org create scratch`
|
|
4241
4241
|
|
|
@@ -4417,7 +4417,7 @@ FLAG DESCRIPTIONS
|
|
|
4417
4417
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4418
4418
|
```
|
|
4419
4419
|
|
|
4420
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4420
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/create/scratch.ts)_
|
|
4421
4421
|
|
|
4422
4422
|
## `sf org create user`
|
|
4423
4423
|
|
|
@@ -4525,7 +4525,7 @@ FLAG DESCRIPTIONS
|
|
|
4525
4525
|
might be different than what you specify in the definition file.
|
|
4526
4526
|
```
|
|
4527
4527
|
|
|
4528
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4528
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/create/user.ts)_
|
|
4529
4529
|
|
|
4530
4530
|
## `sf org delete sandbox`
|
|
4531
4531
|
|
|
@@ -4571,7 +4571,7 @@ EXAMPLES
|
|
|
4571
4571
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4572
4572
|
```
|
|
4573
4573
|
|
|
4574
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4574
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/delete/sandbox.ts)_
|
|
4575
4575
|
|
|
4576
4576
|
## `sf org delete scratch`
|
|
4577
4577
|
|
|
@@ -4615,7 +4615,7 @@ EXAMPLES
|
|
|
4615
4615
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4616
4616
|
```
|
|
4617
4617
|
|
|
4618
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4618
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/delete/scratch.ts)_
|
|
4619
4619
|
|
|
4620
4620
|
## `sf org disable tracking`
|
|
4621
4621
|
|
|
@@ -4654,7 +4654,7 @@ EXAMPLES
|
|
|
4654
4654
|
$ sf org disable tracking
|
|
4655
4655
|
```
|
|
4656
4656
|
|
|
4657
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4657
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/disable/tracking.ts)_
|
|
4658
4658
|
|
|
4659
4659
|
## `sf org display`
|
|
4660
4660
|
|
|
@@ -4699,7 +4699,7 @@ EXAMPLES
|
|
|
4699
4699
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4700
4700
|
```
|
|
4701
4701
|
|
|
4702
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4702
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/display.ts)_
|
|
4703
4703
|
|
|
4704
4704
|
## `sf org display user`
|
|
4705
4705
|
|
|
@@ -4738,7 +4738,7 @@ EXAMPLES
|
|
|
4738
4738
|
$ sf org display user --target-org me@my.org --json
|
|
4739
4739
|
```
|
|
4740
4740
|
|
|
4741
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4741
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/display/user.ts)_
|
|
4742
4742
|
|
|
4743
4743
|
## `sf org enable tracking`
|
|
4744
4744
|
|
|
@@ -4780,7 +4780,7 @@ EXAMPLES
|
|
|
4780
4780
|
$ sf org enable tracking
|
|
4781
4781
|
```
|
|
4782
4782
|
|
|
4783
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4783
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/enable/tracking.ts)_
|
|
4784
4784
|
|
|
4785
4785
|
## `sf org generate password`
|
|
4786
4786
|
|
|
@@ -4847,7 +4847,7 @@ EXAMPLES
|
|
|
4847
4847
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4848
4848
|
```
|
|
4849
4849
|
|
|
4850
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4850
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/generate/password.ts)_
|
|
4851
4851
|
|
|
4852
4852
|
## `sf org list`
|
|
4853
4853
|
|
|
@@ -4886,7 +4886,7 @@ EXAMPLES
|
|
|
4886
4886
|
$ sf org list --clean
|
|
4887
4887
|
```
|
|
4888
4888
|
|
|
4889
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list.ts)_
|
|
4890
4890
|
|
|
4891
4891
|
## `sf org list auth`
|
|
4892
4892
|
|
|
@@ -5025,7 +5025,7 @@ FLAG DESCRIPTIONS
|
|
|
5025
5025
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5026
5026
|
```
|
|
5027
5027
|
|
|
5028
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5028
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list/metadata.ts)_
|
|
5029
5029
|
|
|
5030
5030
|
## `sf org list metadata-types`
|
|
5031
5031
|
|
|
@@ -5080,7 +5080,7 @@ FLAG DESCRIPTIONS
|
|
|
5080
5080
|
Override the api version used for api requests made by this command
|
|
5081
5081
|
```
|
|
5082
5082
|
|
|
5083
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5083
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/list/metadata-types.ts)_
|
|
5084
5084
|
|
|
5085
5085
|
## `sf org list sobject record-counts`
|
|
5086
5086
|
|
|
@@ -5164,7 +5164,7 @@ EXAMPLES
|
|
|
5164
5164
|
$ sf org list users --target-org me@my.org
|
|
5165
5165
|
```
|
|
5166
5166
|
|
|
5167
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
5167
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/list/users.ts)_
|
|
5168
5168
|
|
|
5169
5169
|
## `sf org login access-token`
|
|
5170
5170
|
|
|
@@ -5626,7 +5626,7 @@ EXAMPLES
|
|
|
5626
5626
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5627
5627
|
```
|
|
5628
5628
|
|
|
5629
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5629
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open.ts)_
|
|
5630
5630
|
|
|
5631
5631
|
## `sf org open agent`
|
|
5632
5632
|
|
|
@@ -5677,7 +5677,7 @@ EXAMPLES
|
|
|
5677
5677
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5678
5678
|
```
|
|
5679
5679
|
|
|
5680
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5680
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open/agent.ts)_
|
|
5681
5681
|
|
|
5682
5682
|
## `sf org open authoring-bundle`
|
|
5683
5683
|
|
|
@@ -5723,7 +5723,7 @@ EXAMPLES
|
|
|
5723
5723
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
5724
5724
|
```
|
|
5725
5725
|
|
|
5726
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5726
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/open/authoring-bundle.ts)_
|
|
5727
5727
|
|
|
5728
5728
|
## `sf org refresh sandbox`
|
|
5729
5729
|
|
|
@@ -5826,7 +5826,7 @@ FLAG DESCRIPTIONS
|
|
|
5826
5826
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5827
5827
|
```
|
|
5828
5828
|
|
|
5829
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5829
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/refresh/sandbox.ts)_
|
|
5830
5830
|
|
|
5831
5831
|
## `sf org resume sandbox`
|
|
5832
5832
|
|
|
@@ -5889,7 +5889,7 @@ FLAG DESCRIPTIONS
|
|
|
5889
5889
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5890
5890
|
```
|
|
5891
5891
|
|
|
5892
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5892
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/resume/sandbox.ts)_
|
|
5893
5893
|
|
|
5894
5894
|
## `sf org resume scratch`
|
|
5895
5895
|
|
|
@@ -5942,7 +5942,7 @@ FLAG DESCRIPTIONS
|
|
|
5942
5942
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5943
5943
|
```
|
|
5944
5944
|
|
|
5945
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5945
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.62/src/commands/org/resume/scratch.ts)_
|
|
5946
5946
|
|
|
5947
5947
|
## `sf package convert`
|
|
5948
5948
|
|
|
@@ -9245,7 +9245,7 @@ FLAG DESCRIPTIONS
|
|
|
9245
9245
|
Override the api version used for api requests made by this command
|
|
9246
9246
|
```
|
|
9247
9247
|
|
|
9248
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
9248
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/project/generate.ts)_
|
|
9249
9249
|
|
|
9250
9250
|
## `sf project generate manifest`
|
|
9251
9251
|
|
|
@@ -10022,7 +10022,7 @@ FLAG DESCRIPTIONS
|
|
|
10022
10022
|
etc.
|
|
10023
10023
|
```
|
|
10024
10024
|
|
|
10025
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
10025
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/static-resource/generate.ts)_
|
|
10026
10026
|
|
|
10027
10027
|
## `sf update [CHANNEL]`
|
|
10028
10028
|
|
|
@@ -10060,7 +10060,7 @@ EXAMPLES
|
|
|
10060
10060
|
$ sf update --available
|
|
10061
10061
|
```
|
|
10062
10062
|
|
|
10063
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
10063
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.18/src/commands/update.ts)_
|
|
10064
10064
|
|
|
10065
10065
|
## `sf version`
|
|
10066
10066
|
|
|
@@ -10136,7 +10136,7 @@ FLAG DESCRIPTIONS
|
|
|
10136
10136
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10137
10137
|
```
|
|
10138
10138
|
|
|
10139
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
10139
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/visualforce/generate/component.ts)_
|
|
10140
10140
|
|
|
10141
10141
|
## `sf visualforce generate page`
|
|
10142
10142
|
|
|
@@ -10186,7 +10186,7 @@ FLAG DESCRIPTIONS
|
|
|
10186
10186
|
The name can be up to 40 characters and must start with a letter.
|
|
10187
10187
|
```
|
|
10188
10188
|
|
|
10189
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
10189
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/visualforce/generate/page.ts)_
|
|
10190
10190
|
|
|
10191
10191
|
## `sf which`
|
|
10192
10192
|
|