Skip to content

Commit 08b49d6

Browse files
committed
chore(release): bump to 2.122.3
1 parent 3cf1527 commit 08b49d6

3 files changed

Lines changed: 62 additions & 62 deletions

File tree

README.md

Lines changed: 31 additions & 31 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.122.2 linux-x64 node-v22.22.0
28+
@salesforce/cli/2.122.3 linux-x64 node-v22.22.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -2011,7 +2011,7 @@ DESCRIPTION
20112011
List all sf commands.
20122012
```
20132013

2014-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.39/src/commands/commands.ts)_
2014+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.40/src/commands/commands.ts)_
20152015

20162016
## `sf config get`
20172017

@@ -6041,7 +6041,7 @@ FLAG DESCRIPTIONS
60416041
--installation-key-bypass flag is required.
60426042
```
60436043

6044-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/convert.ts)_
6044+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/convert.ts)_
60456045

60466046
## `sf package create`
60476047

@@ -6120,7 +6120,7 @@ FLAG DESCRIPTIONS
61206120
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
61216121
```
61226122

6123-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/create.ts)_
6123+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/create.ts)_
61246124

61256125
## `sf package delete`
61266126

@@ -6162,7 +6162,7 @@ EXAMPLES
61626162
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
61636163
```
61646164

6165-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/delete.ts)_
6165+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/delete.ts)_
61666166

61676167
## `sf package install`
61686168

@@ -6261,7 +6261,7 @@ FLAG DESCRIPTIONS
62616261
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
62626262
```
62636263

6264-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/install.ts)_
6264+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/install.ts)_
62656265

62666266
## `sf package install report`
62676267

@@ -6294,7 +6294,7 @@ EXAMPLES
62946294
$ sf package install report --request-id 0Hf... --target-org me@example.com
62956295
```
62966296

6297-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/install/report.ts)_
6297+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/install/report.ts)_
62986298

62996299
## `sf package installed list`
63006300

@@ -6326,7 +6326,7 @@ EXAMPLES
63266326
$ sf package installed list --target-org me@example.com
63276327
```
63286328

6329-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/installed/list.ts)_
6329+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/installed/list.ts)_
63306330

63316331
## `sf package list`
63326332

@@ -6364,7 +6364,7 @@ EXAMPLES
63646364
$ sf package list --target-dev-hub devhub@example.com --verbose
63656365
```
63666366

6367-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/list.ts)_
6367+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/list.ts)_
63686368

63696369
## `sf package push-upgrade abort`
63706370

@@ -6403,7 +6403,7 @@ EXAMPLES
64036403
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
64046404
```
64056405

6406-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/abort.ts)_
6406+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/abort.ts)_
64076407

64086408
## `sf package push-upgrade list`
64096409

@@ -6462,7 +6462,7 @@ EXAMPLES
64626462
$ sf package push-upgrade list --package 033xyz –-status Failed
64636463
```
64646464

6465-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/list.ts)_
6465+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/list.ts)_
64666466

64676467
## `sf package push-upgrade report`
64686468

@@ -6504,7 +6504,7 @@ EXAMPLES
65046504
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
65056505
```
65066506

6507-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/report.ts)_
6507+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/report.ts)_
65086508

65096509
## `sf package push-upgrade schedule`
65106510

@@ -6591,7 +6591,7 @@ FLAG DESCRIPTIONS
65916591
Overrides the value of the target-dev-hub configuration variable, if set.
65926592
```
65936593

6594-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/push-upgrade/schedule.ts)_
6594+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/push-upgrade/schedule.ts)_
65956595

65966596
## `sf package uninstall`
65976597

@@ -6639,7 +6639,7 @@ EXAMPLES
66396639
$ sf package uninstall --package "Undesirable Package Alias"
66406640
```
66416641

6642-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/uninstall.ts)_
6642+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/uninstall.ts)_
66436643

66446644
## `sf package uninstall report`
66456645

@@ -6672,7 +6672,7 @@ EXAMPLES
66726672
$ sf package uninstall report --request-id 06y... --target-org me@example.com
66736673
```
66746674

6675-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/uninstall/report.ts)_
6675+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/uninstall/report.ts)_
66766676

66776677
## `sf package update`
66786678

@@ -6740,7 +6740,7 @@ FLAG DESCRIPTIONS
67406740
the Installed Packages page. Only released package versions can be set as the recommended version.
67416741
```
67426742

6743-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/update.ts)_
6743+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/update.ts)_
67446744

67456745
## `sf package version create`
67466746

@@ -6915,7 +6915,7 @@ FLAG DESCRIPTIONS
69156915
periods of no output from commands.
69166916
```
69176917

6918-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create.ts)_
6918+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create.ts)_
69196919

69206920
## `sf package version create list`
69216921

@@ -6976,7 +6976,7 @@ EXAMPLES
69766976
$ sf package version create list --created-last-days 0 --status Success
69776977
```
69786978

6979-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create/list.ts)_
6979+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create/list.ts)_
69806980

69816981
## `sf package version create report`
69826982

@@ -7019,7 +7019,7 @@ EXAMPLES
70197019
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
70207020
```
70217021

7022-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/create/report.ts)_
7022+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/create/report.ts)_
70237023

70247024
## `sf package version delete`
70257025

@@ -7060,7 +7060,7 @@ EXAMPLES
70607060
$ sf package version delete --package 04t... --target-org devhub@example.com
70617061
```
70627062

7063-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/delete.ts)_
7063+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/delete.ts)_
70647064

70657065
## `sf package version displayancestry`
70667066

@@ -7120,7 +7120,7 @@ FLAG DESCRIPTIONS
71207120
You can use the DOT code output in graph visualization software to create tree visualizations.
71217121
```
71227122

7123-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/displayancestry.ts)_
7123+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/displayancestry.ts)_
71247124

71257125
## `sf package version displaydependencies`
71267126

@@ -7182,7 +7182,7 @@ FLAG DESCRIPTIONS
71827182
package, which must be installed last.
71837183
```
71847184

7185-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/displaydependencies.ts)_
7185+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/displaydependencies.ts)_
71867186

71877187
## `sf package version list`
71887188

@@ -7258,7 +7258,7 @@ EXAMPLES
72587258
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
72597259
```
72607260

7261-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/list.ts)_
7261+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/list.ts)_
72627262

72637263
## `sf package version promote`
72647264

@@ -7302,7 +7302,7 @@ EXAMPLES
73027302
$ sf package version promote --package "Awesome Package Alias"
73037303
```
73047304

7305-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/promote.ts)_
7305+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/promote.ts)_
73067306

73077307
## `sf package version report`
73087308

@@ -7342,7 +7342,7 @@ EXAMPLES
73427342
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
73437343
```
73447344

7345-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/report.ts)_
7345+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/report.ts)_
73467346

73477347
## `sf package version retrieve`
73487348

@@ -7387,7 +7387,7 @@ EXAMPLES
73877387
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
73887388
```
73897389

7390-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/retrieve.ts)_
7390+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/retrieve.ts)_
73917391

73927392
## `sf package version update`
73937393

@@ -7440,7 +7440,7 @@ EXAMPLES
74407440
$ sf package version update --package 04t... --version-description "New Package Version Description"
74417441
```
74427442

7443-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package/version/update.ts)_
7443+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package/version/update.ts)_
74447444

74457445
## `sf package1 version create`
74467446

@@ -7507,7 +7507,7 @@ FLAG DESCRIPTIONS
75077507
subscribers.
75087508
```
75097509

7510-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/create.ts)_
7510+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/create.ts)_
75117511

75127512
## `sf package1 version create get`
75137513

@@ -7540,7 +7540,7 @@ EXAMPLES
75407540
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
75417541
```
75427542

7543-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/create/get.ts)_
7543+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/create/get.ts)_
75447544

75457545
## `sf package1 version display`
75467546

@@ -7574,7 +7574,7 @@ EXAMPLES
75747574
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
75757575
```
75767576

7577-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/display.ts)_
7577+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/display.ts)_
75787578

75797579
## `sf package1 version list`
75807580

@@ -7612,7 +7612,7 @@ FLAG DESCRIPTIONS
76127612
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
76137613
```
76147614

7615-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.10/src/commands/package1/version/list.ts)_
7615+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.11/src/commands/package1/version/list.ts)_
76167616

76177617
## `sf plugins`
76187618

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.122.2",
4+
"version": "2.122.3",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146146
"@inquirer/select": "^2.3.5",
147147
"@oclif/core": "4.8.0",
148148
"@oclif/plugin-autocomplete": "3.2.40",
149-
"@oclif/plugin-commands": "4.1.39",
149+
"@oclif/plugin-commands": "4.1.40",
150150
"@oclif/plugin-help": "6.2.37",
151151
"@oclif/plugin-not-found": "3.2.74",
152152
"@oclif/plugin-plugins": "5.4.55",
@@ -167,7 +167,7 @@
167167
"@salesforce/plugin-limits": "3.3.74",
168168
"@salesforce/plugin-marketplace": "1.3.8",
169169
"@salesforce/plugin-org": "5.9.63",
170-
"@salesforce/plugin-packaging": "2.24.10",
170+
"@salesforce/plugin-packaging": "2.24.11",
171171
"@salesforce/plugin-schema": "3.3.90",
172172
"@salesforce/plugin-settings": "2.4.54",
173173
"@salesforce/plugin-sobject": "1.4.81",

0 commit comments

Comments
 (0)