@salesforce/cli 2.121.1 → 2.121.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -51
- package/npm-shrinkwrap.json +1084 -192
- package/oclif.lock +250 -53
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.3 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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `sf alias list`
|
|
1113
1113
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|