@salesforce/cli 2.115.12 → 2.116.0
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 +91 -91
- package/npm-shrinkwrap.json +59 -59
- package/oclif.lock +61 -61
- package/oclif.manifest.json +126 -126
- package/package.json +14 -14
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.
|
|
28
|
+
@salesforce/cli/2.116.0 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -244,7 +244,7 @@ EXAMPLES
|
|
|
244
244
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
247
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/activate.ts)_
|
|
248
248
|
|
|
249
249
|
## `sf agent create`
|
|
250
250
|
|
|
@@ -306,7 +306,7 @@ EXAMPLES
|
|
|
306
306
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
307
307
|
```
|
|
308
308
|
|
|
309
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
309
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/create.ts)_
|
|
310
310
|
|
|
311
311
|
## `sf agent deactivate`
|
|
312
312
|
|
|
@@ -346,7 +346,7 @@ EXAMPLES
|
|
|
346
346
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
349
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/deactivate.ts)_
|
|
350
350
|
|
|
351
351
|
## `sf agent generate agent-spec`
|
|
352
352
|
|
|
@@ -451,7 +451,7 @@ EXAMPLES
|
|
|
451
451
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
454
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/generate/agent-spec.ts)_
|
|
455
455
|
|
|
456
456
|
## `sf agent generate template`
|
|
457
457
|
|
|
@@ -499,7 +499,7 @@ EXAMPLES
|
|
|
499
499
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
502
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/generate/template.ts)_
|
|
503
503
|
|
|
504
504
|
## `sf agent generate test-spec`
|
|
505
505
|
|
|
@@ -560,7 +560,7 @@ EXAMPLES
|
|
|
560
560
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
561
561
|
```
|
|
562
562
|
|
|
563
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
563
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/generate/test-spec.ts)_
|
|
564
564
|
|
|
565
565
|
## `sf agent preview`
|
|
566
566
|
|
|
@@ -624,7 +624,7 @@ EXAMPLES
|
|
|
624
624
|
transcripts/my-preview
|
|
625
625
|
```
|
|
626
626
|
|
|
627
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
627
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/preview.ts)_
|
|
628
628
|
|
|
629
629
|
## `sf agent test create`
|
|
630
630
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
682
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/test/create.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf agent test list`
|
|
685
685
|
|
|
@@ -714,7 +714,7 @@ EXAMPLES
|
|
|
714
714
|
$ sf agent test list --target-org my-org
|
|
715
715
|
```
|
|
716
716
|
|
|
717
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
717
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/test/list.ts)_
|
|
718
718
|
|
|
719
719
|
## `sf agent test results`
|
|
720
720
|
|
|
@@ -780,7 +780,7 @@ FLAG DESCRIPTIONS
|
|
|
780
780
|
expression when using custom evaluations.
|
|
781
781
|
```
|
|
782
782
|
|
|
783
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
783
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/test/results.ts)_
|
|
784
784
|
|
|
785
785
|
## `sf agent test resume`
|
|
786
786
|
|
|
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
|
|
|
853
853
|
expression when using custom evaluations.
|
|
854
854
|
```
|
|
855
855
|
|
|
856
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
856
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/test/resume.ts)_
|
|
857
857
|
|
|
858
858
|
## `sf agent test run`
|
|
859
859
|
|
|
@@ -927,7 +927,7 @@ FLAG DESCRIPTIONS
|
|
|
927
927
|
expression when using custom evaluations.
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
930
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.35/src/commands/agent/test/run.ts)_
|
|
931
931
|
|
|
932
932
|
## `sf alias list`
|
|
933
933
|
|
|
@@ -1086,7 +1086,7 @@ FLAG DESCRIPTIONS
|
|
|
1086
1086
|
directory.
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1089
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/analytics/generate/template.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `sf apex generate class`
|
|
1092
1092
|
|
|
@@ -1145,7 +1145,7 @@ FLAG DESCRIPTIONS
|
|
|
1145
1145
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1146
1146
|
```
|
|
1147
1147
|
|
|
1148
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1148
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/apex/generate/class.ts)_
|
|
1149
1149
|
|
|
1150
1150
|
## `sf apex generate trigger`
|
|
1151
1151
|
|
|
@@ -1214,7 +1214,7 @@ FLAG DESCRIPTIONS
|
|
|
1214
1214
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1215
1215
|
```
|
|
1216
1216
|
|
|
1217
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1217
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/apex/generate/trigger.ts)_
|
|
1218
1218
|
|
|
1219
1219
|
## `sf apex get log`
|
|
1220
1220
|
|
|
@@ -1270,7 +1270,7 @@ FLAG DESCRIPTIONS
|
|
|
1270
1270
|
directory.
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1273
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/get/log.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `sf apex get test`
|
|
1276
1276
|
|
|
@@ -1330,7 +1330,7 @@ EXAMPLES
|
|
|
1330
1330
|
me@myorg'
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1333
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/get/test.ts)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sf apex list log`
|
|
1336
1336
|
|
|
@@ -1370,7 +1370,7 @@ EXAMPLES
|
|
|
1370
1370
|
$ sf apex list log --target-org me@my.org
|
|
1371
1371
|
```
|
|
1372
1372
|
|
|
1373
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1373
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/list/log.ts)_
|
|
1374
1374
|
|
|
1375
1375
|
## `sf apex run`
|
|
1376
1376
|
|
|
@@ -1417,7 +1417,7 @@ EXAMPLES
|
|
|
1417
1417
|
$ sf apex run
|
|
1418
1418
|
```
|
|
1419
1419
|
|
|
1420
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1420
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/run.ts)_
|
|
1421
1421
|
|
|
1422
1422
|
## `sf apex run test`
|
|
1423
1423
|
|
|
@@ -1563,7 +1563,7 @@ FLAG DESCRIPTIONS
|
|
|
1563
1563
|
--tests Test1 --tests Test2
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1566
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/run/test.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf apex tail log`
|
|
1569
1569
|
|
|
@@ -1606,7 +1606,7 @@ EXAMPLES
|
|
|
1606
1606
|
$ sf apex tail log --color --skip-trace-flag
|
|
1607
1607
|
```
|
|
1608
1608
|
|
|
1609
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1609
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/apex/tail/log.ts)_
|
|
1610
1610
|
|
|
1611
1611
|
## `sf api request graphql`
|
|
1612
1612
|
|
|
@@ -3423,7 +3423,7 @@ FLAG DESCRIPTIONS
|
|
|
3423
3423
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3424
3424
|
```
|
|
3425
3425
|
|
|
3426
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3426
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/lightning/generate/app.ts)_
|
|
3427
3427
|
|
|
3428
3428
|
## `sf lightning generate component`
|
|
3429
3429
|
|
|
@@ -3492,7 +3492,7 @@ FLAG DESCRIPTIONS
|
|
|
3492
3492
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3493
3493
|
```
|
|
3494
3494
|
|
|
3495
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3495
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/lightning/generate/component.ts)_
|
|
3496
3496
|
|
|
3497
3497
|
## `sf lightning generate event`
|
|
3498
3498
|
|
|
@@ -3547,7 +3547,7 @@ FLAG DESCRIPTIONS
|
|
|
3547
3547
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3548
3548
|
```
|
|
3549
3549
|
|
|
3550
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3550
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/lightning/generate/event.ts)_
|
|
3551
3551
|
|
|
3552
3552
|
## `sf lightning generate interface`
|
|
3553
3553
|
|
|
@@ -3602,7 +3602,7 @@ FLAG DESCRIPTIONS
|
|
|
3602
3602
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3603
3603
|
```
|
|
3604
3604
|
|
|
3605
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3605
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/lightning/generate/interface.ts)_
|
|
3606
3606
|
|
|
3607
3607
|
## `sf lightning generate test`
|
|
3608
3608
|
|
|
@@ -3657,7 +3657,7 @@ FLAG DESCRIPTIONS
|
|
|
3657
3657
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3658
3658
|
```
|
|
3659
3659
|
|
|
3660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3660
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/lightning/generate/test.ts)_
|
|
3661
3661
|
|
|
3662
3662
|
## `sf logic get test`
|
|
3663
3663
|
|
|
@@ -3705,7 +3705,7 @@ EXAMPLES
|
|
|
3705
3705
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3706
3706
|
```
|
|
3707
3707
|
|
|
3708
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3708
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/logic/get/test.ts)_
|
|
3709
3709
|
|
|
3710
3710
|
## `sf logic run test`
|
|
3711
3711
|
|
|
@@ -3827,7 +3827,7 @@ FLAG DESCRIPTIONS
|
|
|
3827
3827
|
--tests Test1 --tests Test2
|
|
3828
3828
|
```
|
|
3829
3829
|
|
|
3830
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3830
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/logic/run/test.ts)_
|
|
3831
3831
|
|
|
3832
3832
|
## `sf org assign permset`
|
|
3833
3833
|
|
|
@@ -3873,7 +3873,7 @@ EXAMPLES
|
|
|
3873
3873
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3874
3874
|
```
|
|
3875
3875
|
|
|
3876
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3876
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/assign/permset.ts)_
|
|
3877
3877
|
|
|
3878
3878
|
## `sf org assign permsetlicense`
|
|
3879
3879
|
|
|
@@ -3920,7 +3920,7 @@ EXAMPLES
|
|
|
3920
3920
|
user3
|
|
3921
3921
|
```
|
|
3922
3922
|
|
|
3923
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3923
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/assign/permsetlicense.ts)_
|
|
3924
3924
|
|
|
3925
3925
|
## `sf org create sandbox`
|
|
3926
3926
|
|
|
@@ -4054,7 +4054,7 @@ FLAG DESCRIPTIONS
|
|
|
4054
4054
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
4055
4055
|
```
|
|
4056
4056
|
|
|
4057
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4057
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/create/sandbox.ts)_
|
|
4058
4058
|
|
|
4059
4059
|
## `sf org create scratch`
|
|
4060
4060
|
|
|
@@ -4236,7 +4236,7 @@ FLAG DESCRIPTIONS
|
|
|
4236
4236
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
4237
4237
|
```
|
|
4238
4238
|
|
|
4239
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4239
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/create/scratch.ts)_
|
|
4240
4240
|
|
|
4241
4241
|
## `sf org create user`
|
|
4242
4242
|
|
|
@@ -4344,7 +4344,7 @@ FLAG DESCRIPTIONS
|
|
|
4344
4344
|
might be different than what you specify in the definition file.
|
|
4345
4345
|
```
|
|
4346
4346
|
|
|
4347
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4347
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/create/user.ts)_
|
|
4348
4348
|
|
|
4349
4349
|
## `sf org delete sandbox`
|
|
4350
4350
|
|
|
@@ -4390,7 +4390,7 @@ EXAMPLES
|
|
|
4390
4390
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
4391
4391
|
```
|
|
4392
4392
|
|
|
4393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/delete/sandbox.ts)_
|
|
4394
4394
|
|
|
4395
4395
|
## `sf org delete scratch`
|
|
4396
4396
|
|
|
@@ -4434,7 +4434,7 @@ EXAMPLES
|
|
|
4434
4434
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
4435
4435
|
```
|
|
4436
4436
|
|
|
4437
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4437
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/delete/scratch.ts)_
|
|
4438
4438
|
|
|
4439
4439
|
## `sf org disable tracking`
|
|
4440
4440
|
|
|
@@ -4473,7 +4473,7 @@ EXAMPLES
|
|
|
4473
4473
|
$ sf org disable tracking
|
|
4474
4474
|
```
|
|
4475
4475
|
|
|
4476
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/disable/tracking.ts)_
|
|
4477
4477
|
|
|
4478
4478
|
## `sf org display`
|
|
4479
4479
|
|
|
@@ -4518,7 +4518,7 @@ EXAMPLES
|
|
|
4518
4518
|
$ sf org display --target-org TestOrg1 --verbose
|
|
4519
4519
|
```
|
|
4520
4520
|
|
|
4521
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4521
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/display.ts)_
|
|
4522
4522
|
|
|
4523
4523
|
## `sf org display user`
|
|
4524
4524
|
|
|
@@ -4557,7 +4557,7 @@ EXAMPLES
|
|
|
4557
4557
|
$ sf org display user --target-org me@my.org --json
|
|
4558
4558
|
```
|
|
4559
4559
|
|
|
4560
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4560
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/display/user.ts)_
|
|
4561
4561
|
|
|
4562
4562
|
## `sf org enable tracking`
|
|
4563
4563
|
|
|
@@ -4599,7 +4599,7 @@ EXAMPLES
|
|
|
4599
4599
|
$ sf org enable tracking
|
|
4600
4600
|
```
|
|
4601
4601
|
|
|
4602
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4602
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/enable/tracking.ts)_
|
|
4603
4603
|
|
|
4604
4604
|
## `sf org generate password`
|
|
4605
4605
|
|
|
@@ -4666,7 +4666,7 @@ EXAMPLES
|
|
|
4666
4666
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
4667
4667
|
```
|
|
4668
4668
|
|
|
4669
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4669
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/generate/password.ts)_
|
|
4670
4670
|
|
|
4671
4671
|
## `sf org list`
|
|
4672
4672
|
|
|
@@ -4705,7 +4705,7 @@ EXAMPLES
|
|
|
4705
4705
|
$ sf org list --clean
|
|
4706
4706
|
```
|
|
4707
4707
|
|
|
4708
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4708
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/list.ts)_
|
|
4709
4709
|
|
|
4710
4710
|
## `sf org list auth`
|
|
4711
4711
|
|
|
@@ -4737,7 +4737,7 @@ EXAMPLES
|
|
|
4737
4737
|
$ sf org list auth
|
|
4738
4738
|
```
|
|
4739
4739
|
|
|
4740
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
4740
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/list/auth.ts)_
|
|
4741
4741
|
|
|
4742
4742
|
## `sf org list limits`
|
|
4743
4743
|
|
|
@@ -4777,7 +4777,7 @@ EXAMPLES
|
|
|
4777
4777
|
$ sf org list limits --target-org my-scratch-org
|
|
4778
4778
|
```
|
|
4779
4779
|
|
|
4780
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4780
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.72/src/commands/org/list/limits.ts)_
|
|
4781
4781
|
|
|
4782
4782
|
## `sf org list metadata`
|
|
4783
4783
|
|
|
@@ -4844,7 +4844,7 @@ FLAG DESCRIPTIONS
|
|
|
4844
4844
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
4845
4845
|
```
|
|
4846
4846
|
|
|
4847
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4847
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/list/metadata.ts)_
|
|
4848
4848
|
|
|
4849
4849
|
## `sf org list metadata-types`
|
|
4850
4850
|
|
|
@@ -4899,7 +4899,7 @@ FLAG DESCRIPTIONS
|
|
|
4899
4899
|
Override the api version used for api requests made by this command
|
|
4900
4900
|
```
|
|
4901
4901
|
|
|
4902
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
4902
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/list/metadata-types.ts)_
|
|
4903
4903
|
|
|
4904
4904
|
## `sf org list sobject record-counts`
|
|
4905
4905
|
|
|
@@ -4945,7 +4945,7 @@ EXAMPLES
|
|
|
4945
4945
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4946
4946
|
```
|
|
4947
4947
|
|
|
4948
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4948
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.72/src/commands/org/list/sobject/record-counts.ts)_
|
|
4949
4949
|
|
|
4950
4950
|
## `sf org list users`
|
|
4951
4951
|
|
|
@@ -4983,7 +4983,7 @@ EXAMPLES
|
|
|
4983
4983
|
$ sf org list users --target-org me@my.org
|
|
4984
4984
|
```
|
|
4985
4985
|
|
|
4986
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4986
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.42/src/commands/org/list/users.ts)_
|
|
4987
4987
|
|
|
4988
4988
|
## `sf org login access-token`
|
|
4989
4989
|
|
|
@@ -5037,7 +5037,7 @@ FLAG DESCRIPTIONS
|
|
|
5037
5037
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5038
5038
|
```
|
|
5039
5039
|
|
|
5040
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5040
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/access-token.ts)_
|
|
5041
5041
|
|
|
5042
5042
|
## `sf org login jwt`
|
|
5043
5043
|
|
|
@@ -5128,7 +5128,7 @@ FLAG DESCRIPTIONS
|
|
|
5128
5128
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5129
5129
|
```
|
|
5130
5130
|
|
|
5131
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5131
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/jwt.ts)_
|
|
5132
5132
|
|
|
5133
5133
|
## `sf org login sfdx-url`
|
|
5134
5134
|
|
|
@@ -5198,7 +5198,7 @@ EXAMPLES
|
|
|
5198
5198
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5199
5199
|
```
|
|
5200
5200
|
|
|
5201
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5201
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/sfdx-url.ts)_
|
|
5202
5202
|
|
|
5203
5203
|
## `sf org login web`
|
|
5204
5204
|
|
|
@@ -5303,7 +5303,7 @@ FLAG DESCRIPTIONS
|
|
|
5303
5303
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5304
5304
|
```
|
|
5305
5305
|
|
|
5306
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5306
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/login/web.ts)_
|
|
5307
5307
|
|
|
5308
5308
|
## `sf org logout`
|
|
5309
5309
|
|
|
@@ -5369,7 +5369,7 @@ FLAG DESCRIPTIONS
|
|
|
5369
5369
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5370
5370
|
```
|
|
5371
5371
|
|
|
5372
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.
|
|
5372
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.22/src/commands/org/logout.ts)_
|
|
5373
5373
|
|
|
5374
5374
|
## `sf org open`
|
|
5375
5375
|
|
|
@@ -5445,7 +5445,7 @@ EXAMPLES
|
|
|
5445
5445
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
5446
5446
|
```
|
|
5447
5447
|
|
|
5448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/open.ts)_
|
|
5449
5449
|
|
|
5450
5450
|
## `sf org open agent`
|
|
5451
5451
|
|
|
@@ -5496,7 +5496,7 @@ EXAMPLES
|
|
|
5496
5496
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
5497
5497
|
```
|
|
5498
5498
|
|
|
5499
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5499
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/open/agent.ts)_
|
|
5500
5500
|
|
|
5501
5501
|
## `sf org refresh sandbox`
|
|
5502
5502
|
|
|
@@ -5599,7 +5599,7 @@ FLAG DESCRIPTIONS
|
|
|
5599
5599
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
5600
5600
|
```
|
|
5601
5601
|
|
|
5602
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5602
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/refresh/sandbox.ts)_
|
|
5603
5603
|
|
|
5604
5604
|
## `sf org resume sandbox`
|
|
5605
5605
|
|
|
@@ -5662,7 +5662,7 @@ FLAG DESCRIPTIONS
|
|
|
5662
5662
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
5663
5663
|
```
|
|
5664
5664
|
|
|
5665
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5665
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/resume/sandbox.ts)_
|
|
5666
5666
|
|
|
5667
5667
|
## `sf org resume scratch`
|
|
5668
5668
|
|
|
@@ -5715,7 +5715,7 @@ FLAG DESCRIPTIONS
|
|
|
5715
5715
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
5716
5716
|
```
|
|
5717
5717
|
|
|
5718
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
5718
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.50/src/commands/org/resume/scratch.ts)_
|
|
5719
5719
|
|
|
5720
5720
|
## `sf package convert`
|
|
5721
5721
|
|
|
@@ -5812,7 +5812,7 @@ FLAG DESCRIPTIONS
|
|
|
5812
5812
|
--installation-key-bypass flag is required.
|
|
5813
5813
|
```
|
|
5814
5814
|
|
|
5815
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
5815
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/convert.ts)_
|
|
5816
5816
|
|
|
5817
5817
|
## `sf package create`
|
|
5818
5818
|
|
|
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5891
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5892
5892
|
```
|
|
5893
5893
|
|
|
5894
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
5894
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/create.ts)_
|
|
5895
5895
|
|
|
5896
5896
|
## `sf package delete`
|
|
5897
5897
|
|
|
@@ -5933,7 +5933,7 @@ EXAMPLES
|
|
|
5933
5933
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5934
5934
|
```
|
|
5935
5935
|
|
|
5936
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
5936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/delete.ts)_
|
|
5937
5937
|
|
|
5938
5938
|
## `sf package install`
|
|
5939
5939
|
|
|
@@ -6032,7 +6032,7 @@ FLAG DESCRIPTIONS
|
|
|
6032
6032
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6033
6033
|
```
|
|
6034
6034
|
|
|
6035
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6035
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/install.ts)_
|
|
6036
6036
|
|
|
6037
6037
|
## `sf package install report`
|
|
6038
6038
|
|
|
@@ -6065,7 +6065,7 @@ EXAMPLES
|
|
|
6065
6065
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6066
6066
|
```
|
|
6067
6067
|
|
|
6068
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6068
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/install/report.ts)_
|
|
6069
6069
|
|
|
6070
6070
|
## `sf package installed list`
|
|
6071
6071
|
|
|
@@ -6097,7 +6097,7 @@ EXAMPLES
|
|
|
6097
6097
|
$ sf package installed list --target-org me@example.com
|
|
6098
6098
|
```
|
|
6099
6099
|
|
|
6100
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6100
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/installed/list.ts)_
|
|
6101
6101
|
|
|
6102
6102
|
## `sf package list`
|
|
6103
6103
|
|
|
@@ -6135,7 +6135,7 @@ EXAMPLES
|
|
|
6135
6135
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6136
6136
|
```
|
|
6137
6137
|
|
|
6138
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6138
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/list.ts)_
|
|
6139
6139
|
|
|
6140
6140
|
## `sf package push-upgrade abort`
|
|
6141
6141
|
|
|
@@ -6174,7 +6174,7 @@ EXAMPLES
|
|
|
6174
6174
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6175
6175
|
```
|
|
6176
6176
|
|
|
6177
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6177
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/push-upgrade/abort.ts)_
|
|
6178
6178
|
|
|
6179
6179
|
## `sf package push-upgrade list`
|
|
6180
6180
|
|
|
@@ -6233,7 +6233,7 @@ EXAMPLES
|
|
|
6233
6233
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6234
6234
|
```
|
|
6235
6235
|
|
|
6236
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6236
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/push-upgrade/list.ts)_
|
|
6237
6237
|
|
|
6238
6238
|
## `sf package push-upgrade report`
|
|
6239
6239
|
|
|
@@ -6275,7 +6275,7 @@ EXAMPLES
|
|
|
6275
6275
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6276
6276
|
```
|
|
6277
6277
|
|
|
6278
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6278
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/push-upgrade/report.ts)_
|
|
6279
6279
|
|
|
6280
6280
|
## `sf package push-upgrade schedule`
|
|
6281
6281
|
|
|
@@ -6362,7 +6362,7 @@ FLAG DESCRIPTIONS
|
|
|
6362
6362
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6363
6363
|
```
|
|
6364
6364
|
|
|
6365
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6365
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/push-upgrade/schedule.ts)_
|
|
6366
6366
|
|
|
6367
6367
|
## `sf package uninstall`
|
|
6368
6368
|
|
|
@@ -6410,7 +6410,7 @@ EXAMPLES
|
|
|
6410
6410
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6411
6411
|
```
|
|
6412
6412
|
|
|
6413
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6413
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/uninstall.ts)_
|
|
6414
6414
|
|
|
6415
6415
|
## `sf package uninstall report`
|
|
6416
6416
|
|
|
@@ -6443,7 +6443,7 @@ EXAMPLES
|
|
|
6443
6443
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6444
6444
|
```
|
|
6445
6445
|
|
|
6446
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6446
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/uninstall/report.ts)_
|
|
6447
6447
|
|
|
6448
6448
|
## `sf package update`
|
|
6449
6449
|
|
|
@@ -6506,7 +6506,7 @@ FLAG DESCRIPTIONS
|
|
|
6506
6506
|
notified to upgrade to the recommended version.
|
|
6507
6507
|
```
|
|
6508
6508
|
|
|
6509
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6509
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/update.ts)_
|
|
6510
6510
|
|
|
6511
6511
|
## `sf package version create`
|
|
6512
6512
|
|
|
@@ -6681,7 +6681,7 @@ FLAG DESCRIPTIONS
|
|
|
6681
6681
|
periods of no output from commands.
|
|
6682
6682
|
```
|
|
6683
6683
|
|
|
6684
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6684
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/create.ts)_
|
|
6685
6685
|
|
|
6686
6686
|
## `sf package version create list`
|
|
6687
6687
|
|
|
@@ -6742,7 +6742,7 @@ EXAMPLES
|
|
|
6742
6742
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6743
6743
|
```
|
|
6744
6744
|
|
|
6745
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6745
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/create/list.ts)_
|
|
6746
6746
|
|
|
6747
6747
|
## `sf package version create report`
|
|
6748
6748
|
|
|
@@ -6785,7 +6785,7 @@ EXAMPLES
|
|
|
6785
6785
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6786
6786
|
```
|
|
6787
6787
|
|
|
6788
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6788
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/create/report.ts)_
|
|
6789
6789
|
|
|
6790
6790
|
## `sf package version delete`
|
|
6791
6791
|
|
|
@@ -6826,7 +6826,7 @@ EXAMPLES
|
|
|
6826
6826
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6827
6827
|
```
|
|
6828
6828
|
|
|
6829
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6829
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/delete.ts)_
|
|
6830
6830
|
|
|
6831
6831
|
## `sf package version displayancestry`
|
|
6832
6832
|
|
|
@@ -6886,7 +6886,7 @@ FLAG DESCRIPTIONS
|
|
|
6886
6886
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6887
6887
|
```
|
|
6888
6888
|
|
|
6889
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6889
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/displayancestry.ts)_
|
|
6890
6890
|
|
|
6891
6891
|
## `sf package version displaydependencies`
|
|
6892
6892
|
|
|
@@ -6948,7 +6948,7 @@ FLAG DESCRIPTIONS
|
|
|
6948
6948
|
package, which must be installed last.
|
|
6949
6949
|
```
|
|
6950
6950
|
|
|
6951
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
6951
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/displaydependencies.ts)_
|
|
6952
6952
|
|
|
6953
6953
|
## `sf package version list`
|
|
6954
6954
|
|
|
@@ -7024,7 +7024,7 @@ EXAMPLES
|
|
|
7024
7024
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7025
7025
|
```
|
|
7026
7026
|
|
|
7027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/list.ts)_
|
|
7028
7028
|
|
|
7029
7029
|
## `sf package version promote`
|
|
7030
7030
|
|
|
@@ -7068,7 +7068,7 @@ EXAMPLES
|
|
|
7068
7068
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7069
7069
|
```
|
|
7070
7070
|
|
|
7071
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7071
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/promote.ts)_
|
|
7072
7072
|
|
|
7073
7073
|
## `sf package version report`
|
|
7074
7074
|
|
|
@@ -7108,7 +7108,7 @@ EXAMPLES
|
|
|
7108
7108
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7109
7109
|
```
|
|
7110
7110
|
|
|
7111
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7111
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/report.ts)_
|
|
7112
7112
|
|
|
7113
7113
|
## `sf package version retrieve`
|
|
7114
7114
|
|
|
@@ -7153,7 +7153,7 @@ EXAMPLES
|
|
|
7153
7153
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7154
7154
|
```
|
|
7155
7155
|
|
|
7156
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7156
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/retrieve.ts)_
|
|
7157
7157
|
|
|
7158
7158
|
## `sf package version update`
|
|
7159
7159
|
|
|
@@ -7206,7 +7206,7 @@ EXAMPLES
|
|
|
7206
7206
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7207
7207
|
```
|
|
7208
7208
|
|
|
7209
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7209
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package/version/update.ts)_
|
|
7210
7210
|
|
|
7211
7211
|
## `sf package1 version create`
|
|
7212
7212
|
|
|
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
|
|
|
7273
7273
|
subscribers.
|
|
7274
7274
|
```
|
|
7275
7275
|
|
|
7276
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7276
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package1/version/create.ts)_
|
|
7277
7277
|
|
|
7278
7278
|
## `sf package1 version create get`
|
|
7279
7279
|
|
|
@@ -7306,7 +7306,7 @@ EXAMPLES
|
|
|
7306
7306
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7307
7307
|
```
|
|
7308
7308
|
|
|
7309
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7309
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package1/version/create/get.ts)_
|
|
7310
7310
|
|
|
7311
7311
|
## `sf package1 version display`
|
|
7312
7312
|
|
|
@@ -7340,7 +7340,7 @@ EXAMPLES
|
|
|
7340
7340
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7341
7341
|
```
|
|
7342
7342
|
|
|
7343
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7343
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package1/version/display.ts)_
|
|
7344
7344
|
|
|
7345
7345
|
## `sf package1 version list`
|
|
7346
7346
|
|
|
@@ -7378,7 +7378,7 @@ FLAG DESCRIPTIONS
|
|
|
7378
7378
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7379
7379
|
```
|
|
7380
7380
|
|
|
7381
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.
|
|
7381
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.5/src/commands/package1/version/list.ts)_
|
|
7382
7382
|
|
|
7383
7383
|
## `sf plugins`
|
|
7384
7384
|
|
|
@@ -8983,7 +8983,7 @@ FLAG DESCRIPTIONS
|
|
|
8983
8983
|
Override the api version used for api requests made by this command
|
|
8984
8984
|
```
|
|
8985
8985
|
|
|
8986
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8986
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/project/generate.ts)_
|
|
8987
8987
|
|
|
8988
8988
|
## `sf project generate manifest`
|
|
8989
8989
|
|
|
@@ -9760,7 +9760,7 @@ FLAG DESCRIPTIONS
|
|
|
9760
9760
|
etc.
|
|
9761
9761
|
```
|
|
9762
9762
|
|
|
9763
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9763
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/static-resource/generate.ts)_
|
|
9764
9764
|
|
|
9765
9765
|
## `sf update [CHANNEL]`
|
|
9766
9766
|
|
|
@@ -9874,7 +9874,7 @@ FLAG DESCRIPTIONS
|
|
|
9874
9874
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9875
9875
|
```
|
|
9876
9876
|
|
|
9877
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9877
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/visualforce/generate/component.ts)_
|
|
9878
9878
|
|
|
9879
9879
|
## `sf visualforce generate page`
|
|
9880
9880
|
|
|
@@ -9924,7 +9924,7 @@ FLAG DESCRIPTIONS
|
|
|
9924
9924
|
The name can be up to 40 characters and must start with a letter.
|
|
9925
9925
|
```
|
|
9926
9926
|
|
|
9927
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9927
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.72/src/commands/visualforce/generate/page.ts)_
|
|
9928
9928
|
|
|
9929
9929
|
## `sf which`
|
|
9930
9930
|
|