Skip to content

Commit ab07346

Browse files
authored
Merge pull request #2446 from salesforcecli/release/2.111.7
Release PR for 2.111.7 as nightly
2 parents 2152d77 + c115379 commit ab07346

File tree

3 files changed

+91
-47
lines changed

3 files changed

+91
-47
lines changed

README.md

Lines changed: 80 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.111.6 linux-x64 node-v24.11.0
28+
@salesforce/cli/2.111.7 linux-x64 node-v22.20.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -160,6 +160,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
160160
- [`sf package version list`](#sf-package-version-list)
161161
- [`sf package version promote`](#sf-package-version-promote)
162162
- [`sf package version report`](#sf-package-version-report)
163+
- [`sf package version retrieve`](#sf-package-version-retrieve)
163164
- [`sf package version update`](#sf-package-version-update)
164165
- [`sf package1 version create`](#sf-package1-version-create)
165166
- [`sf package1 version create get`](#sf-package1-version-create-get)
@@ -5811,7 +5812,7 @@ FLAG DESCRIPTIONS
58115812
--installation-key-bypass flag is required.
58125813
```
58135814

5814-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/convert.ts)_
5815+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/convert.ts)_
58155816

58165817
## `sf package create`
58175818

@@ -5890,7 +5891,7 @@ FLAG DESCRIPTIONS
58905891
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
58915892
```
58925893

5893-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/create.ts)_
5894+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/create.ts)_
58945895

58955896
## `sf package delete`
58965897

@@ -5932,7 +5933,7 @@ EXAMPLES
59325933
$ sf package delete --package 0Ho... --target-dev-hub [email protected]
59335934
```
59345935

5935-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/delete.ts)_
5936+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/delete.ts)_
59365937

59375938
## `sf package install`
59385939

@@ -6031,7 +6032,7 @@ FLAG DESCRIPTIONS
60316032
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
60326033
```
60336034

6034-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/install.ts)_
6035+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install.ts)_
60356036

60366037
## `sf package install report`
60376038

@@ -6064,7 +6065,7 @@ EXAMPLES
60646065
$ sf package install report --request-id 0Hf... --target-org [email protected]
60656066
```
60666067

6067-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/install/report.ts)_
6068+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/install/report.ts)_
60686069

60696070
## `sf package installed list`
60706071

@@ -6096,7 +6097,7 @@ EXAMPLES
60966097
$ sf package installed list --target-org [email protected]
60976098
```
60986099

6099-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/installed/list.ts)_
6100+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/installed/list.ts)_
61006101

61016102
## `sf package list`
61026103

@@ -6134,7 +6135,7 @@ EXAMPLES
61346135
$ sf package list --target-dev-hub [email protected] --verbose
61356136
```
61366137

6137-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/list.ts)_
6138+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/list.ts)_
61386139

61396140
## `sf package push-upgrade abort`
61406141

@@ -6173,7 +6174,7 @@ EXAMPLES
61736174
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub [email protected]
61746175
```
61756176

6176-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/push-upgrade/abort.ts)_
6177+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/abort.ts)_
61776178

61786179
## `sf package push-upgrade list`
61796180

@@ -6232,7 +6233,7 @@ EXAMPLES
62326233
$ sf package push-upgrade list --package 033xyz –-status Failed
62336234
```
62346235

6235-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/push-upgrade/list.ts)_
6236+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/list.ts)_
62366237

62376238
## `sf package push-upgrade report`
62386239

@@ -6274,7 +6275,7 @@ EXAMPLES
62746275
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub [email protected]
62756276
```
62766277

6277-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/push-upgrade/report.ts)_
6278+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/report.ts)_
62786279

62796280
## `sf package push-upgrade schedule`
62806281

@@ -6361,7 +6362,7 @@ FLAG DESCRIPTIONS
63616362
Overrides the value of the target-dev-hub configuration variable, if set.
63626363
```
63636364

6364-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/push-upgrade/schedule.ts)_
6365+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/push-upgrade/schedule.ts)_
63656366

63666367
## `sf package uninstall`
63676368

@@ -6409,7 +6410,7 @@ EXAMPLES
64096410
$ sf package uninstall --package "Undesirable Package Alias"
64106411
```
64116412

6412-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/uninstall.ts)_
6413+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall.ts)_
64136414

64146415
## `sf package uninstall report`
64156416

@@ -6442,7 +6443,7 @@ EXAMPLES
64426443
$ sf package uninstall report --request-id 06y... --target-org [email protected]
64436444
```
64446445

6445-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/uninstall/report.ts)_
6446+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/uninstall/report.ts)_
64466447

64476448
## `sf package update`
64486449

@@ -6505,7 +6506,7 @@ FLAG DESCRIPTIONS
65056506
notified to upgrade to the recommended version.
65066507
```
65076508

6508-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/update.ts)_
6509+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/update.ts)_
65096510

65106511
## `sf package version create`
65116512

@@ -6680,7 +6681,7 @@ FLAG DESCRIPTIONS
66806681
periods of no output from commands.
66816682
```
66826683

6683-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/create.ts)_
6684+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create.ts)_
66846685

66856686
## `sf package version create list`
66866687

@@ -6741,7 +6742,7 @@ EXAMPLES
67416742
$ sf package version create list --created-last-days 0 --status Success
67426743
```
67436744

6744-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/create/list.ts)_
6745+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/list.ts)_
67456746

67466747
## `sf package version create report`
67476748

@@ -6784,7 +6785,7 @@ EXAMPLES
67846785
$ sf package version create report --package-create-request-id 08c... --target-dev-hub [email protected]
67856786
```
67866787

6787-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/create/report.ts)_
6788+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/create/report.ts)_
67886789

67896790
## `sf package version delete`
67906791

@@ -6825,7 +6826,7 @@ EXAMPLES
68256826
$ sf package version delete --package 04t... --target-org [email protected]
68266827
```
68276828

6828-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/delete.ts)_
6829+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/delete.ts)_
68296830

68306831
## `sf package version displayancestry`
68316832

@@ -6885,7 +6886,7 @@ FLAG DESCRIPTIONS
68856886
You can use the DOT code output in graph visualization software to create tree visualizations.
68866887
```
68876888

6888-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/displayancestry.ts)_
6889+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displayancestry.ts)_
68896890

68906891
## `sf package version displaydependencies`
68916892

@@ -6947,7 +6948,7 @@ FLAG DESCRIPTIONS
69476948
package, which must be installed last.
69486949
```
69496950

6950-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/displaydependencies.ts)_
6951+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/displaydependencies.ts)_
69516952

69526953
## `sf package version list`
69536954

@@ -7023,7 +7024,7 @@ EXAMPLES
70237024
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
70247025
```
70257026

7026-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/list.ts)_
7027+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/list.ts)_
70277028

70287029
## `sf package version promote`
70297030

@@ -7067,7 +7068,7 @@ EXAMPLES
70677068
$ sf package version promote --package "Awesome Package Alias"
70687069
```
70697070

7070-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/promote.ts)_
7071+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/promote.ts)_
70717072

70727073
## `sf package version report`
70737074

@@ -7107,7 +7108,50 @@ EXAMPLES
71077108
$ sf package version report --package "Your Package Alias" --target-dev-hub [email protected]
71087109
```
71097110

7110-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/report.ts)_
7111+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/report.ts)_
7112+
7113+
## `sf package version retrieve`
7114+
7115+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation managed package versions or unlocked packages only.
7116+
7117+
```
7118+
USAGE
7119+
$ sf package version retrieve -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-d
7120+
<value>]
7121+
7122+
FLAGS
7123+
-d, --output-dir=<value> [default: force-app] Path within your Salesforce DX project directory in which to
7124+
download the metadata. This directory must be empty.
7125+
-p, --package=<value> (required) Subscriber package version ID (starts with 04t).
7126+
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the `target-dev-hub`
7127+
configuration variable is already set.
7128+
--api-version=<value> Override the api version used for api requests made by this command
7129+
7130+
GLOBAL FLAGS
7131+
--flags-dir=<value> Import flag values from a directory.
7132+
--json Format output as json.
7133+
7134+
DESCRIPTION
7135+
Retrieve package metadata for a specified package version. Package metadata can be retrieved for second-generation
7136+
managed package versions or unlocked packages only.
7137+
7138+
Retrieving a package version downloads the metadata into the directory you specify.
7139+
7140+
When you run this command, specify the subscriber package version ID (starts with 04t) and the path to an empty
7141+
directory.
7142+
7143+
By default, the package version retrieve command is available to 2GP managed packages that were converted from 1GP. To
7144+
use this command with a managed package created using 2GP (not converted from 1GP) or with an unlocked package,
7145+
specify IsDevUsePkgZipRequested = true in the Package2VersionCreateRequest Tooling API object. If you run this command
7146+
and the zip folder with the package version’s source files is missing, confirm that IsDevUsePkgZipRequested is set to
7147+
true.
7148+
7149+
EXAMPLES
7150+
Retrieve package metadata for a converted subscriber package version ID (starts with 04t) into my-directory/ within your Salesforce DX project directory:
7151+
sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub [email protected]
7152+
```
7153+
7154+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/retrieve.ts)_
71117155

71127156
## `sf package version update`
71137157

@@ -7160,7 +7204,7 @@ EXAMPLES
71607204
$ sf package version update --package 04t... --version-description "New Package Version Description"
71617205
```
71627206

7163-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package/version/update.ts)_
7207+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package/version/update.ts)_
71647208

71657209
## `sf package1 version create`
71667210

@@ -7227,7 +7271,7 @@ FLAG DESCRIPTIONS
72277271
subscribers.
72287272
```
72297273

7230-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package1/version/create.ts)_
7274+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create.ts)_
72317275

72327276
## `sf package1 version create get`
72337277

@@ -7260,7 +7304,7 @@ EXAMPLES
72607304
$ sf package1 version create get --request-id 0HD... --target-org [email protected]
72617305
```
72627306

7263-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package1/version/create/get.ts)_
7307+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/create/get.ts)_
72647308

72657309
## `sf package1 version display`
72667310

@@ -7294,7 +7338,7 @@ EXAMPLES
72947338
$ sf package1 version display --package-version-id 04t... --target-org [email protected]
72957339
```
72967340

7297-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package1/version/display.ts)_
7341+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/display.ts)_
72987342

72997343
## `sf package1 version list`
73007344

@@ -7332,7 +7376,7 @@ FLAG DESCRIPTIONS
73327376
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
73337377
```
73347378

7335-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.4/src/commands/package1/version/list.ts)_
7379+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.23.0/src/commands/package1/version/list.ts)_
73367380

73377381
## `sf plugins`
73387382

@@ -7355,7 +7399,7 @@ EXAMPLES
73557399
$ sf plugins
73567400
```
73577401

7358-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/index.ts)_
7402+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/index.ts)_
73597403

73607404
## `sf plugins discover`
73617405

@@ -7400,7 +7444,7 @@ EXAMPLES
74007444
$ sf plugins inspect @salesforce/plugin-packaging
74017445
```
74027446

7403-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/inspect.ts)_
7447+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/inspect.ts)_
74047448

74057449
## `sf plugins install PLUGIN`
74067450

@@ -7449,7 +7493,7 @@ EXAMPLES
74497493
$ sf plugins install someuser/someplugin
74507494
```
74517495

7452-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/install.ts)_
7496+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/install.ts)_
74537497

74547498
## `sf plugins link PATH`
74557499

@@ -7480,7 +7524,7 @@ EXAMPLES
74807524
$ sf plugins link @salesforce/plugin-packaging
74817525
```
74827526

7483-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/link.ts)_
7527+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/link.ts)_
74847528

74857529
## `sf plugins reset`
74867530

@@ -7495,7 +7539,7 @@ FLAGS
74957539
--reinstall Reinstall all plugins after uninstalling.
74967540
```
74977541

7498-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/reset.ts)_
7542+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/reset.ts)_
74997543

75007544
## `sf plugins trust verify`
75017545

@@ -7552,7 +7596,7 @@ EXAMPLES
75527596
$ sf plugins uninstall @salesforce/plugin-packaging
75537597
```
75547598

7555-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/uninstall.ts)_
7599+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/uninstall.ts)_
75567600

75577601
## `sf plugins update`
75587602

@@ -7570,7 +7614,7 @@ DESCRIPTION
75707614
Update installed plugins.
75717615
```
75727616

7573-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/update.ts)_
7617+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.52/src/commands/plugins/update.ts)_
75747618

75757619
## `sf project convert mdapi`
75767620

0 commit comments

Comments
 (0)