@salesforce/cli 2.121.2 → 2.121.4
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 +86 -86
- package/npm-shrinkwrap.json +1121 -229
- package/oclif.lock +288 -91
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.4 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.61/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.61/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.61/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.61/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.61/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.61/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.61/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.61/src/commands/org/list.ts)_
|
|
4890
4890
|
|
|
4891
4891
|
## `sf org list auth`
|
|
4892
4892
|
|
|
@@ -4918,7 +4918,7 @@ EXAMPLES
|
|
|
4918
4918
|
$ sf org list auth
|
|
4919
4919
|
```
|
|
4920
4920
|
|
|
4921
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
4921
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/list/auth.ts)_
|
|
4922
4922
|
|
|
4923
4923
|
## `sf org list limits`
|
|
4924
4924
|
|
|
@@ -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.61/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.61/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
|
|
|
@@ -5218,7 +5218,7 @@ FLAG DESCRIPTIONS
|
|
|
5218
5218
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5219
5219
|
```
|
|
5220
5220
|
|
|
5221
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5221
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/login/access-token.ts)_
|
|
5222
5222
|
|
|
5223
5223
|
## `sf org login jwt`
|
|
5224
5224
|
|
|
@@ -5309,7 +5309,7 @@ FLAG DESCRIPTIONS
|
|
|
5309
5309
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5310
5310
|
```
|
|
5311
5311
|
|
|
5312
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5312
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/login/jwt.ts)_
|
|
5313
5313
|
|
|
5314
5314
|
## `sf org login sfdx-url`
|
|
5315
5315
|
|
|
@@ -5379,7 +5379,7 @@ EXAMPLES
|
|
|
5379
5379
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5380
5380
|
```
|
|
5381
5381
|
|
|
5382
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5382
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/login/sfdx-url.ts)_
|
|
5383
5383
|
|
|
5384
5384
|
## `sf org login web`
|
|
5385
5385
|
|
|
@@ -5484,7 +5484,7 @@ FLAG DESCRIPTIONS
|
|
|
5484
5484
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5485
5485
|
```
|
|
5486
5486
|
|
|
5487
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5487
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/login/web.ts)_
|
|
5488
5488
|
|
|
5489
5489
|
## `sf org logout`
|
|
5490
5490
|
|
|
@@ -5550,7 +5550,7 @@ FLAG DESCRIPTIONS
|
|
|
5550
5550
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5551
5551
|
```
|
|
5552
5552
|
|
|
5553
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5553
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.4/src/commands/org/logout.ts)_
|
|
5554
5554
|
|
|
5555
5555
|
## `sf org open`
|
|
5556
5556
|
|
|
@@ -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.61/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.61/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.61/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.61/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.61/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.61/src/commands/org/resume/scratch.ts)_
|
|
5946
5946
|
|
|
5947
5947
|
## `sf package convert`
|
|
5948
5948
|
|
|
@@ -6039,7 +6039,7 @@ FLAG DESCRIPTIONS
|
|
|
6039
6039
|
--installation-key-bypass flag is required.
|
|
6040
6040
|
```
|
|
6041
6041
|
|
|
6042
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6042
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/convert.ts)_
|
|
6043
6043
|
|
|
6044
6044
|
## `sf package create`
|
|
6045
6045
|
|
|
@@ -6118,7 +6118,7 @@ FLAG DESCRIPTIONS
|
|
|
6118
6118
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6119
6119
|
```
|
|
6120
6120
|
|
|
6121
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6121
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/create.ts)_
|
|
6122
6122
|
|
|
6123
6123
|
## `sf package delete`
|
|
6124
6124
|
|
|
@@ -6160,7 +6160,7 @@ EXAMPLES
|
|
|
6160
6160
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6161
6161
|
```
|
|
6162
6162
|
|
|
6163
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6163
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/delete.ts)_
|
|
6164
6164
|
|
|
6165
6165
|
## `sf package install`
|
|
6166
6166
|
|
|
@@ -6259,7 +6259,7 @@ FLAG DESCRIPTIONS
|
|
|
6259
6259
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6260
6260
|
```
|
|
6261
6261
|
|
|
6262
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6262
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/install.ts)_
|
|
6263
6263
|
|
|
6264
6264
|
## `sf package install report`
|
|
6265
6265
|
|
|
@@ -6292,7 +6292,7 @@ EXAMPLES
|
|
|
6292
6292
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6293
6293
|
```
|
|
6294
6294
|
|
|
6295
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6295
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/install/report.ts)_
|
|
6296
6296
|
|
|
6297
6297
|
## `sf package installed list`
|
|
6298
6298
|
|
|
@@ -6324,7 +6324,7 @@ EXAMPLES
|
|
|
6324
6324
|
$ sf package installed list --target-org me@example.com
|
|
6325
6325
|
```
|
|
6326
6326
|
|
|
6327
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6327
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/installed/list.ts)_
|
|
6328
6328
|
|
|
6329
6329
|
## `sf package list`
|
|
6330
6330
|
|
|
@@ -6362,7 +6362,7 @@ EXAMPLES
|
|
|
6362
6362
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6363
6363
|
```
|
|
6364
6364
|
|
|
6365
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6365
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/list.ts)_
|
|
6366
6366
|
|
|
6367
6367
|
## `sf package push-upgrade abort`
|
|
6368
6368
|
|
|
@@ -6401,7 +6401,7 @@ EXAMPLES
|
|
|
6401
6401
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6402
6402
|
```
|
|
6403
6403
|
|
|
6404
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6404
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/abort.ts)_
|
|
6405
6405
|
|
|
6406
6406
|
## `sf package push-upgrade list`
|
|
6407
6407
|
|
|
@@ -6460,7 +6460,7 @@ EXAMPLES
|
|
|
6460
6460
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6461
6461
|
```
|
|
6462
6462
|
|
|
6463
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6463
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/list.ts)_
|
|
6464
6464
|
|
|
6465
6465
|
## `sf package push-upgrade report`
|
|
6466
6466
|
|
|
@@ -6502,7 +6502,7 @@ EXAMPLES
|
|
|
6502
6502
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6503
6503
|
```
|
|
6504
6504
|
|
|
6505
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6505
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/report.ts)_
|
|
6506
6506
|
|
|
6507
6507
|
## `sf package push-upgrade schedule`
|
|
6508
6508
|
|
|
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
|
|
|
6589
6589
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6590
6590
|
```
|
|
6591
6591
|
|
|
6592
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6592
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/schedule.ts)_
|
|
6593
6593
|
|
|
6594
6594
|
## `sf package uninstall`
|
|
6595
6595
|
|
|
@@ -6637,7 +6637,7 @@ EXAMPLES
|
|
|
6637
6637
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6638
6638
|
```
|
|
6639
6639
|
|
|
6640
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6640
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/uninstall.ts)_
|
|
6641
6641
|
|
|
6642
6642
|
## `sf package uninstall report`
|
|
6643
6643
|
|
|
@@ -6670,7 +6670,7 @@ EXAMPLES
|
|
|
6670
6670
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6671
6671
|
```
|
|
6672
6672
|
|
|
6673
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6673
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/uninstall/report.ts)_
|
|
6674
6674
|
|
|
6675
6675
|
## `sf package update`
|
|
6676
6676
|
|
|
@@ -6738,7 +6738,7 @@ FLAG DESCRIPTIONS
|
|
|
6738
6738
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6739
6739
|
```
|
|
6740
6740
|
|
|
6741
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6741
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/update.ts)_
|
|
6742
6742
|
|
|
6743
6743
|
## `sf package version create`
|
|
6744
6744
|
|
|
@@ -6913,7 +6913,7 @@ FLAG DESCRIPTIONS
|
|
|
6913
6913
|
periods of no output from commands.
|
|
6914
6914
|
```
|
|
6915
6915
|
|
|
6916
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6916
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create.ts)_
|
|
6917
6917
|
|
|
6918
6918
|
## `sf package version create list`
|
|
6919
6919
|
|
|
@@ -6974,7 +6974,7 @@ EXAMPLES
|
|
|
6974
6974
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6975
6975
|
```
|
|
6976
6976
|
|
|
6977
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6977
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create/list.ts)_
|
|
6978
6978
|
|
|
6979
6979
|
## `sf package version create report`
|
|
6980
6980
|
|
|
@@ -7017,7 +7017,7 @@ EXAMPLES
|
|
|
7017
7017
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
7018
7018
|
```
|
|
7019
7019
|
|
|
7020
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create/report.ts)_
|
|
7021
7021
|
|
|
7022
7022
|
## `sf package version delete`
|
|
7023
7023
|
|
|
@@ -7058,7 +7058,7 @@ EXAMPLES
|
|
|
7058
7058
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7059
7059
|
```
|
|
7060
7060
|
|
|
7061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/delete.ts)_
|
|
7062
7062
|
|
|
7063
7063
|
## `sf package version displayancestry`
|
|
7064
7064
|
|
|
@@ -7118,7 +7118,7 @@ FLAG DESCRIPTIONS
|
|
|
7118
7118
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7119
7119
|
```
|
|
7120
7120
|
|
|
7121
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7121
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/displayancestry.ts)_
|
|
7122
7122
|
|
|
7123
7123
|
## `sf package version displaydependencies`
|
|
7124
7124
|
|
|
@@ -7180,7 +7180,7 @@ FLAG DESCRIPTIONS
|
|
|
7180
7180
|
package, which must be installed last.
|
|
7181
7181
|
```
|
|
7182
7182
|
|
|
7183
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7183
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/displaydependencies.ts)_
|
|
7184
7184
|
|
|
7185
7185
|
## `sf package version list`
|
|
7186
7186
|
|
|
@@ -7256,7 +7256,7 @@ EXAMPLES
|
|
|
7256
7256
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7257
7257
|
```
|
|
7258
7258
|
|
|
7259
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7259
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/list.ts)_
|
|
7260
7260
|
|
|
7261
7261
|
## `sf package version promote`
|
|
7262
7262
|
|
|
@@ -7300,7 +7300,7 @@ EXAMPLES
|
|
|
7300
7300
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7301
7301
|
```
|
|
7302
7302
|
|
|
7303
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7303
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/promote.ts)_
|
|
7304
7304
|
|
|
7305
7305
|
## `sf package version report`
|
|
7306
7306
|
|
|
@@ -7340,7 +7340,7 @@ EXAMPLES
|
|
|
7340
7340
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7341
7341
|
```
|
|
7342
7342
|
|
|
7343
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7343
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/report.ts)_
|
|
7344
7344
|
|
|
7345
7345
|
## `sf package version retrieve`
|
|
7346
7346
|
|
|
@@ -7385,7 +7385,7 @@ EXAMPLES
|
|
|
7385
7385
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7386
7386
|
```
|
|
7387
7387
|
|
|
7388
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7388
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/retrieve.ts)_
|
|
7389
7389
|
|
|
7390
7390
|
## `sf package version update`
|
|
7391
7391
|
|
|
@@ -7438,7 +7438,7 @@ EXAMPLES
|
|
|
7438
7438
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7439
7439
|
```
|
|
7440
7440
|
|
|
7441
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7441
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/update.ts)_
|
|
7442
7442
|
|
|
7443
7443
|
## `sf package1 version create`
|
|
7444
7444
|
|
|
@@ -7505,7 +7505,7 @@ FLAG DESCRIPTIONS
|
|
|
7505
7505
|
subscribers.
|
|
7506
7506
|
```
|
|
7507
7507
|
|
|
7508
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7508
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/create.ts)_
|
|
7509
7509
|
|
|
7510
7510
|
## `sf package1 version create get`
|
|
7511
7511
|
|
|
@@ -7538,7 +7538,7 @@ EXAMPLES
|
|
|
7538
7538
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7539
7539
|
```
|
|
7540
7540
|
|
|
7541
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7541
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/create/get.ts)_
|
|
7542
7542
|
|
|
7543
7543
|
## `sf package1 version display`
|
|
7544
7544
|
|
|
@@ -7572,7 +7572,7 @@ EXAMPLES
|
|
|
7572
7572
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7573
7573
|
```
|
|
7574
7574
|
|
|
7575
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7575
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/display.ts)_
|
|
7576
7576
|
|
|
7577
7577
|
## `sf package1 version list`
|
|
7578
7578
|
|
|
@@ -7610,7 +7610,7 @@ FLAG DESCRIPTIONS
|
|
|
7610
7610
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7611
7611
|
```
|
|
7612
7612
|
|
|
7613
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7613
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/list.ts)_
|
|
7614
7614
|
|
|
7615
7615
|
## `sf plugins`
|
|
7616
7616
|
|
|
@@ -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
|
|