@salesforce/cli 2.120.0 → 2.120.2
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 +84 -84
- package/npm-shrinkwrap.json +698 -698
- package/oclif.lock +755 -755
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.120.
|
|
28
|
+
@salesforce/cli/2.120.2 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
250
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/activate.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf agent create`
|
|
253
253
|
|
|
@@ -314,7 +314,7 @@ EXAMPLES
|
|
|
314
314
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
317
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/create.ts)_
|
|
318
318
|
|
|
319
319
|
## `sf agent deactivate`
|
|
320
320
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
357
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/deactivate.ts)_
|
|
358
358
|
|
|
359
359
|
## `sf agent generate agent-spec`
|
|
360
360
|
|
|
@@ -461,7 +461,7 @@ EXAMPLES
|
|
|
461
461
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
464
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/agent-spec.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf agent generate authoring-bundle`
|
|
467
467
|
|
|
@@ -527,7 +527,7 @@ EXAMPLES
|
|
|
527
527
|
other-package-dir/main/default --target-org my-dev-org
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
530
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/authoring-bundle.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf agent generate template`
|
|
533
533
|
|
|
@@ -575,7 +575,7 @@ EXAMPLES
|
|
|
575
575
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/template.ts)_
|
|
579
579
|
|
|
580
580
|
## `sf agent generate test-spec`
|
|
581
581
|
|
|
@@ -636,7 +636,7 @@ EXAMPLES
|
|
|
636
636
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
639
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/generate/test-spec.ts)_
|
|
640
640
|
|
|
641
641
|
## `sf agent preview`
|
|
642
642
|
|
|
@@ -715,7 +715,7 @@ EXAMPLES
|
|
|
715
715
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
718
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/preview.ts)_
|
|
719
719
|
|
|
720
720
|
## `sf agent publish authoring-bundle`
|
|
721
721
|
|
|
@@ -762,7 +762,7 @@ EXAMPLES
|
|
|
762
762
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
763
763
|
```
|
|
764
764
|
|
|
765
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
765
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/publish/authoring-bundle.ts)_
|
|
766
766
|
|
|
767
767
|
## `sf agent test create`
|
|
768
768
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
820
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/create.ts)_
|
|
821
821
|
|
|
822
822
|
## `sf agent test list`
|
|
823
823
|
|
|
@@ -852,7 +852,7 @@ EXAMPLES
|
|
|
852
852
|
$ sf agent test list --target-org my-org
|
|
853
853
|
```
|
|
854
854
|
|
|
855
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
855
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/list.ts)_
|
|
856
856
|
|
|
857
857
|
## `sf agent test results`
|
|
858
858
|
|
|
@@ -918,7 +918,7 @@ FLAG DESCRIPTIONS
|
|
|
918
918
|
expression when using custom evaluations.
|
|
919
919
|
```
|
|
920
920
|
|
|
921
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
921
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/results.ts)_
|
|
922
922
|
|
|
923
923
|
## `sf agent test resume`
|
|
924
924
|
|
|
@@ -991,7 +991,7 @@ FLAG DESCRIPTIONS
|
|
|
991
991
|
expression when using custom evaluations.
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
994
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/resume.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf agent test run`
|
|
997
997
|
|
|
@@ -1065,7 +1065,7 @@ FLAG DESCRIPTIONS
|
|
|
1065
1065
|
expression when using custom evaluations.
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1068
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/test/run.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `sf agent validate authoring-bundle`
|
|
1071
1071
|
|
|
@@ -1112,7 +1112,7 @@ EXAMPLES
|
|
|
1112
1112
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1113
1113
|
```
|
|
1114
1114
|
|
|
1115
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.
|
|
1115
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.5/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1116
1116
|
|
|
1117
1117
|
## `sf alias list`
|
|
1118
1118
|
|
|
@@ -1271,7 +1271,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1271
|
directory.
|
|
1272
1272
|
```
|
|
1273
1273
|
|
|
1274
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1274
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/analytics/generate/template.ts)_
|
|
1275
1275
|
|
|
1276
1276
|
## `sf apex generate class`
|
|
1277
1277
|
|
|
@@ -1330,7 +1330,7 @@ FLAG DESCRIPTIONS
|
|
|
1330
1330
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1333
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/apex/generate/class.ts)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sf apex generate trigger`
|
|
1336
1336
|
|
|
@@ -1399,7 +1399,7 @@ FLAG DESCRIPTIONS
|
|
|
1399
1399
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1400
1400
|
```
|
|
1401
1401
|
|
|
1402
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
1402
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/apex/generate/trigger.ts)_
|
|
1403
1403
|
|
|
1404
1404
|
## `sf apex get log`
|
|
1405
1405
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3612
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/app.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf lightning generate component`
|
|
3615
3615
|
|
|
@@ -3678,7 +3678,7 @@ FLAG DESCRIPTIONS
|
|
|
3678
3678
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3679
3679
|
```
|
|
3680
3680
|
|
|
3681
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3681
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/component.ts)_
|
|
3682
3682
|
|
|
3683
3683
|
## `sf lightning generate event`
|
|
3684
3684
|
|
|
@@ -3733,7 +3733,7 @@ FLAG DESCRIPTIONS
|
|
|
3733
3733
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3734
3734
|
```
|
|
3735
3735
|
|
|
3736
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3736
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/event.ts)_
|
|
3737
3737
|
|
|
3738
3738
|
## `sf lightning generate interface`
|
|
3739
3739
|
|
|
@@ -3788,7 +3788,7 @@ FLAG DESCRIPTIONS
|
|
|
3788
3788
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3789
3789
|
```
|
|
3790
3790
|
|
|
3791
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3791
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/interface.ts)_
|
|
3792
3792
|
|
|
3793
3793
|
## `sf lightning generate test`
|
|
3794
3794
|
|
|
@@ -3843,7 +3843,7 @@ FLAG DESCRIPTIONS
|
|
|
3843
3843
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3844
3844
|
```
|
|
3845
3845
|
|
|
3846
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
3846
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/lightning/generate/test.ts)_
|
|
3847
3847
|
|
|
3848
3848
|
## `sf logic get test`
|
|
3849
3849
|
|
|
@@ -4059,7 +4059,7 @@ EXAMPLES
|
|
|
4059
4059
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
4060
4060
|
```
|
|
4061
4061
|
|
|
4062
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4062
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/assign/permset.ts)_
|
|
4063
4063
|
|
|
4064
4064
|
## `sf org assign permsetlicense`
|
|
4065
4065
|
|
|
@@ -4106,7 +4106,7 @@ EXAMPLES
|
|
|
4106
4106
|
user3
|
|
4107
4107
|
```
|
|
4108
4108
|
|
|
4109
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4109
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/assign/permsetlicense.ts)_
|
|
4110
4110
|
|
|
4111
4111
|
## `sf org create sandbox`
|
|
4112
4112
|
|
|
@@ -4240,7 +4240,7 @@ FLAG DESCRIPTIONS
|
|
|
4240
4240
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4241
4241
|
```
|
|
4242
4242
|
|
|
4243
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4243
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/sandbox.ts)_
|
|
4244
4244
|
|
|
4245
4245
|
## `sf org create scratch`
|
|
4246
4246
|
|
|
@@ -4422,7 +4422,7 @@ FLAG DESCRIPTIONS
|
|
|
4422
4422
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4423
4423
|
```
|
|
4424
4424
|
|
|
4425
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4425
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/scratch.ts)_
|
|
4426
4426
|
|
|
4427
4427
|
## `sf org create user`
|
|
4428
4428
|
|
|
@@ -4530,7 +4530,7 @@ FLAG DESCRIPTIONS
|
|
|
4530
4530
|
might be different than what you specify in the definition file.
|
|
4531
4531
|
```
|
|
4532
4532
|
|
|
4533
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4533
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/create/user.ts)_
|
|
4534
4534
|
|
|
4535
4535
|
## `sf org delete sandbox`
|
|
4536
4536
|
|
|
@@ -4576,7 +4576,7 @@ EXAMPLES
|
|
|
4576
4576
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4577
4577
|
```
|
|
4578
4578
|
|
|
4579
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4579
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/sandbox.ts)_
|
|
4580
4580
|
|
|
4581
4581
|
## `sf org delete scratch`
|
|
4582
4582
|
|
|
@@ -4620,7 +4620,7 @@ EXAMPLES
|
|
|
4620
4620
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4621
4621
|
```
|
|
4622
4622
|
|
|
4623
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4623
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/scratch.ts)_
|
|
4624
4624
|
|
|
4625
4625
|
## `sf org disable tracking`
|
|
4626
4626
|
|
|
@@ -4659,7 +4659,7 @@ EXAMPLES
|
|
|
4659
4659
|
$ sf org disable tracking
|
|
4660
4660
|
```
|
|
4661
4661
|
|
|
4662
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4662
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/disable/tracking.ts)_
|
|
4663
4663
|
|
|
4664
4664
|
## `sf org display`
|
|
4665
4665
|
|
|
@@ -4704,7 +4704,7 @@ EXAMPLES
|
|
|
4704
4704
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4705
4705
|
```
|
|
4706
4706
|
|
|
4707
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4707
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/display.ts)_
|
|
4708
4708
|
|
|
4709
4709
|
## `sf org display user`
|
|
4710
4710
|
|
|
@@ -4743,7 +4743,7 @@ EXAMPLES
|
|
|
4743
4743
|
$ sf org display user --target-org me@my.org --json
|
|
4744
4744
|
```
|
|
4745
4745
|
|
|
4746
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4746
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/display/user.ts)_
|
|
4747
4747
|
|
|
4748
4748
|
## `sf org enable tracking`
|
|
4749
4749
|
|
|
@@ -4785,7 +4785,7 @@ EXAMPLES
|
|
|
4785
4785
|
$ sf org enable tracking
|
|
4786
4786
|
```
|
|
4787
4787
|
|
|
4788
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4788
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/enable/tracking.ts)_
|
|
4789
4789
|
|
|
4790
4790
|
## `sf org generate password`
|
|
4791
4791
|
|
|
@@ -4852,7 +4852,7 @@ EXAMPLES
|
|
|
4852
4852
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4853
4853
|
```
|
|
4854
4854
|
|
|
4855
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4855
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/generate/password.ts)_
|
|
4856
4856
|
|
|
4857
4857
|
## `sf org list`
|
|
4858
4858
|
|
|
@@ -4891,7 +4891,7 @@ EXAMPLES
|
|
|
4891
4891
|
$ sf org list --clean
|
|
4892
4892
|
```
|
|
4893
4893
|
|
|
4894
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4894
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list.ts)_
|
|
4895
4895
|
|
|
4896
4896
|
## `sf org list auth`
|
|
4897
4897
|
|
|
@@ -4923,7 +4923,7 @@ EXAMPLES
|
|
|
4923
4923
|
$ sf org list auth
|
|
4924
4924
|
```
|
|
4925
4925
|
|
|
4926
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
4926
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/list/auth.ts)_
|
|
4927
4927
|
|
|
4928
4928
|
## `sf org list limits`
|
|
4929
4929
|
|
|
@@ -5030,7 +5030,7 @@ FLAG DESCRIPTIONS
|
|
|
5030
5030
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
5031
5031
|
```
|
|
5032
5032
|
|
|
5033
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5033
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata.ts)_
|
|
5034
5034
|
|
|
5035
5035
|
## `sf org list metadata-types`
|
|
5036
5036
|
|
|
@@ -5085,7 +5085,7 @@ FLAG DESCRIPTIONS
|
|
|
5085
5085
|
Override the api version used for api requests made by this command
|
|
5086
5086
|
```
|
|
5087
5087
|
|
|
5088
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5088
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata-types.ts)_
|
|
5089
5089
|
|
|
5090
5090
|
## `sf org list sobject record-counts`
|
|
5091
5091
|
|
|
@@ -5169,7 +5169,7 @@ EXAMPLES
|
|
|
5169
5169
|
$ sf org list users --target-org me@my.org
|
|
5170
5170
|
```
|
|
5171
5171
|
|
|
5172
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
5172
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.46/src/commands/org/list/users.ts)_
|
|
5173
5173
|
|
|
5174
5174
|
## `sf org login access-token`
|
|
5175
5175
|
|
|
@@ -5223,7 +5223,7 @@ FLAG DESCRIPTIONS
|
|
|
5223
5223
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5224
5224
|
```
|
|
5225
5225
|
|
|
5226
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5226
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/access-token.ts)_
|
|
5227
5227
|
|
|
5228
5228
|
## `sf org login jwt`
|
|
5229
5229
|
|
|
@@ -5314,7 +5314,7 @@ FLAG DESCRIPTIONS
|
|
|
5314
5314
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5315
5315
|
```
|
|
5316
5316
|
|
|
5317
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5317
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/jwt.ts)_
|
|
5318
5318
|
|
|
5319
5319
|
## `sf org login sfdx-url`
|
|
5320
5320
|
|
|
@@ -5384,7 +5384,7 @@ EXAMPLES
|
|
|
5384
5384
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5385
5385
|
```
|
|
5386
5386
|
|
|
5387
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5387
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/sfdx-url.ts)_
|
|
5388
5388
|
|
|
5389
5389
|
## `sf org login web`
|
|
5390
5390
|
|
|
@@ -5489,7 +5489,7 @@ FLAG DESCRIPTIONS
|
|
|
5489
5489
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5490
5490
|
```
|
|
5491
5491
|
|
|
5492
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5492
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/login/web.ts)_
|
|
5493
5493
|
|
|
5494
5494
|
## `sf org logout`
|
|
5495
5495
|
|
|
@@ -5555,7 +5555,7 @@ FLAG DESCRIPTIONS
|
|
|
5555
5555
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5556
5556
|
```
|
|
5557
5557
|
|
|
5558
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.
|
|
5558
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.1.2/src/commands/org/logout.ts)_
|
|
5559
5559
|
|
|
5560
5560
|
## `sf org open`
|
|
5561
5561
|
|
|
@@ -5631,7 +5631,7 @@ EXAMPLES
|
|
|
5631
5631
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5632
5632
|
```
|
|
5633
5633
|
|
|
5634
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5634
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open.ts)_
|
|
5635
5635
|
|
|
5636
5636
|
## `sf org open agent`
|
|
5637
5637
|
|
|
@@ -5682,7 +5682,7 @@ EXAMPLES
|
|
|
5682
5682
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5683
5683
|
```
|
|
5684
5684
|
|
|
5685
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5685
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open/agent.ts)_
|
|
5686
5686
|
|
|
5687
5687
|
## `sf org refresh sandbox`
|
|
5688
5688
|
|
|
@@ -5785,7 +5785,7 @@ FLAG DESCRIPTIONS
|
|
|
5785
5785
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5786
5786
|
```
|
|
5787
5787
|
|
|
5788
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5788
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/refresh/sandbox.ts)_
|
|
5789
5789
|
|
|
5790
5790
|
## `sf org resume sandbox`
|
|
5791
5791
|
|
|
@@ -5848,7 +5848,7 @@ FLAG DESCRIPTIONS
|
|
|
5848
5848
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5849
5849
|
```
|
|
5850
5850
|
|
|
5851
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5851
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/sandbox.ts)_
|
|
5852
5852
|
|
|
5853
5853
|
## `sf org resume scratch`
|
|
5854
5854
|
|
|
@@ -5901,7 +5901,7 @@ FLAG DESCRIPTIONS
|
|
|
5901
5901
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5902
5902
|
```
|
|
5903
5903
|
|
|
5904
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5904
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/scratch.ts)_
|
|
5905
5905
|
|
|
5906
5906
|
## `sf package convert`
|
|
5907
5907
|
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6697,7 +6697,7 @@ FLAG DESCRIPTIONS
|
|
|
6697
6697
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6698
6698
|
```
|
|
6699
6699
|
|
|
6700
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6700
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/update.ts)_
|
|
6701
6701
|
|
|
6702
6702
|
## `sf package version create`
|
|
6703
6703
|
|
|
@@ -6872,7 +6872,7 @@ FLAG DESCRIPTIONS
|
|
|
6872
6872
|
periods of no output from commands.
|
|
6873
6873
|
```
|
|
6874
6874
|
|
|
6875
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6875
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/create.ts)_
|
|
6876
6876
|
|
|
6877
6877
|
## `sf package version create list`
|
|
6878
6878
|
|
|
@@ -6933,7 +6933,7 @@ EXAMPLES
|
|
|
6933
6933
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6934
6934
|
```
|
|
6935
6935
|
|
|
6936
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/create/list.ts)_
|
|
6937
6937
|
|
|
6938
6938
|
## `sf package version create report`
|
|
6939
6939
|
|
|
@@ -6976,7 +6976,7 @@ EXAMPLES
|
|
|
6976
6976
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6977
6977
|
```
|
|
6978
6978
|
|
|
6979
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/create/report.ts)_
|
|
6980
6980
|
|
|
6981
6981
|
## `sf package version delete`
|
|
6982
6982
|
|
|
@@ -7017,7 +7017,7 @@ EXAMPLES
|
|
|
7017
7017
|
$ sf package version delete --package 04t... --target-org 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.7/src/commands/package/version/delete.ts)_
|
|
7021
7021
|
|
|
7022
7022
|
## `sf package version displayancestry`
|
|
7023
7023
|
|
|
@@ -7077,7 +7077,7 @@ FLAG DESCRIPTIONS
|
|
|
7077
7077
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7078
7078
|
```
|
|
7079
7079
|
|
|
7080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/displayancestry.ts)_
|
|
7081
7081
|
|
|
7082
7082
|
## `sf package version displaydependencies`
|
|
7083
7083
|
|
|
@@ -7139,7 +7139,7 @@ FLAG DESCRIPTIONS
|
|
|
7139
7139
|
package, which must be installed last.
|
|
7140
7140
|
```
|
|
7141
7141
|
|
|
7142
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7142
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/displaydependencies.ts)_
|
|
7143
7143
|
|
|
7144
7144
|
## `sf package version list`
|
|
7145
7145
|
|
|
@@ -7215,7 +7215,7 @@ EXAMPLES
|
|
|
7215
7215
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7216
7216
|
```
|
|
7217
7217
|
|
|
7218
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7218
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/list.ts)_
|
|
7219
7219
|
|
|
7220
7220
|
## `sf package version promote`
|
|
7221
7221
|
|
|
@@ -7259,7 +7259,7 @@ EXAMPLES
|
|
|
7259
7259
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7260
7260
|
```
|
|
7261
7261
|
|
|
7262
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7262
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/promote.ts)_
|
|
7263
7263
|
|
|
7264
7264
|
## `sf package version report`
|
|
7265
7265
|
|
|
@@ -7299,7 +7299,7 @@ EXAMPLES
|
|
|
7299
7299
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7300
7300
|
```
|
|
7301
7301
|
|
|
7302
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/report.ts)_
|
|
7303
7303
|
|
|
7304
7304
|
## `sf package version retrieve`
|
|
7305
7305
|
|
|
@@ -7344,7 +7344,7 @@ EXAMPLES
|
|
|
7344
7344
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7345
7345
|
```
|
|
7346
7346
|
|
|
7347
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7347
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/retrieve.ts)_
|
|
7348
7348
|
|
|
7349
7349
|
## `sf package version update`
|
|
7350
7350
|
|
|
@@ -7397,7 +7397,7 @@ EXAMPLES
|
|
|
7397
7397
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7398
7398
|
```
|
|
7399
7399
|
|
|
7400
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7400
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package/version/update.ts)_
|
|
7401
7401
|
|
|
7402
7402
|
## `sf package1 version create`
|
|
7403
7403
|
|
|
@@ -7464,7 +7464,7 @@ FLAG DESCRIPTIONS
|
|
|
7464
7464
|
subscribers.
|
|
7465
7465
|
```
|
|
7466
7466
|
|
|
7467
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package1/version/create.ts)_
|
|
7468
7468
|
|
|
7469
7469
|
## `sf package1 version create get`
|
|
7470
7470
|
|
|
@@ -7497,7 +7497,7 @@ EXAMPLES
|
|
|
7497
7497
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7498
7498
|
```
|
|
7499
7499
|
|
|
7500
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7500
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package1/version/create/get.ts)_
|
|
7501
7501
|
|
|
7502
7502
|
## `sf package1 version display`
|
|
7503
7503
|
|
|
@@ -7531,7 +7531,7 @@ EXAMPLES
|
|
|
7531
7531
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7532
7532
|
```
|
|
7533
7533
|
|
|
7534
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7534
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package1/version/display.ts)_
|
|
7535
7535
|
|
|
7536
7536
|
## `sf package1 version list`
|
|
7537
7537
|
|
|
@@ -7569,7 +7569,7 @@ FLAG DESCRIPTIONS
|
|
|
7569
7569
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7570
7570
|
```
|
|
7571
7571
|
|
|
7572
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7572
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.7/src/commands/package1/version/list.ts)_
|
|
7573
7573
|
|
|
7574
7574
|
## `sf plugins`
|
|
7575
7575
|
|
|
@@ -9204,7 +9204,7 @@ FLAG DESCRIPTIONS
|
|
|
9204
9204
|
Override the api version used for api requests made by this command
|
|
9205
9205
|
```
|
|
9206
9206
|
|
|
9207
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
9207
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/project/generate.ts)_
|
|
9208
9208
|
|
|
9209
9209
|
## `sf project generate manifest`
|
|
9210
9210
|
|
|
@@ -9981,7 +9981,7 @@ FLAG DESCRIPTIONS
|
|
|
9981
9981
|
etc.
|
|
9982
9982
|
```
|
|
9983
9983
|
|
|
9984
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
9984
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/static-resource/generate.ts)_
|
|
9985
9985
|
|
|
9986
9986
|
## `sf update [CHANNEL]`
|
|
9987
9987
|
|
|
@@ -10095,7 +10095,7 @@ FLAG DESCRIPTIONS
|
|
|
10095
10095
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10096
10096
|
```
|
|
10097
10097
|
|
|
10098
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
10098
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/visualforce/generate/component.ts)_
|
|
10099
10099
|
|
|
10100
10100
|
## `sf visualforce generate page`
|
|
10101
10101
|
|
|
@@ -10145,7 +10145,7 @@ FLAG DESCRIPTIONS
|
|
|
10145
10145
|
The name can be up to 40 characters and must start with a letter.
|
|
10146
10146
|
```
|
|
10147
10147
|
|
|
10148
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.
|
|
10148
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.2/src/commands/visualforce/generate/page.ts)_
|
|
10149
10149
|
|
|
10150
10150
|
## `sf which`
|
|
10151
10151
|
|