@salesforce/cli 2.61.1-qa.0 → 2.61.1
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 +23 -23
- package/npm-shrinkwrap.json +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.61.1
|
|
27
|
+
@salesforce/cli/2.61.1 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -4438,7 +4438,7 @@ FLAG DESCRIPTIONS
|
|
|
4438
4438
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4439
4439
|
```
|
|
4440
4440
|
|
|
4441
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4441
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/create.ts)_
|
|
4442
4442
|
|
|
4443
4443
|
## `sf package delete`
|
|
4444
4444
|
|
|
@@ -4480,7 +4480,7 @@ EXAMPLES
|
|
|
4480
4480
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4481
4481
|
```
|
|
4482
4482
|
|
|
4483
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4483
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/delete.ts)_
|
|
4484
4484
|
|
|
4485
4485
|
## `sf package install`
|
|
4486
4486
|
|
|
@@ -4579,7 +4579,7 @@ FLAG DESCRIPTIONS
|
|
|
4579
4579
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
4580
4580
|
```
|
|
4581
4581
|
|
|
4582
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4582
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/install.ts)_
|
|
4583
4583
|
|
|
4584
4584
|
## `sf package install report`
|
|
4585
4585
|
|
|
@@ -4612,7 +4612,7 @@ EXAMPLES
|
|
|
4612
4612
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
4613
4613
|
```
|
|
4614
4614
|
|
|
4615
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4615
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/install/report.ts)_
|
|
4616
4616
|
|
|
4617
4617
|
## `sf package installed list`
|
|
4618
4618
|
|
|
@@ -4644,7 +4644,7 @@ EXAMPLES
|
|
|
4644
4644
|
$ sf package installed list --target-org me@example.com
|
|
4645
4645
|
```
|
|
4646
4646
|
|
|
4647
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4647
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/installed/list.ts)_
|
|
4648
4648
|
|
|
4649
4649
|
## `sf package list`
|
|
4650
4650
|
|
|
@@ -4682,7 +4682,7 @@ EXAMPLES
|
|
|
4682
4682
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
4683
4683
|
```
|
|
4684
4684
|
|
|
4685
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4685
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/list.ts)_
|
|
4686
4686
|
|
|
4687
4687
|
## `sf package uninstall`
|
|
4688
4688
|
|
|
@@ -4730,7 +4730,7 @@ EXAMPLES
|
|
|
4730
4730
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
4731
4731
|
```
|
|
4732
4732
|
|
|
4733
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4733
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/uninstall.ts)_
|
|
4734
4734
|
|
|
4735
4735
|
## `sf package uninstall report`
|
|
4736
4736
|
|
|
@@ -4763,7 +4763,7 @@ EXAMPLES
|
|
|
4763
4763
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
4764
4764
|
```
|
|
4765
4765
|
|
|
4766
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4766
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/uninstall/report.ts)_
|
|
4767
4767
|
|
|
4768
4768
|
## `sf package update`
|
|
4769
4769
|
|
|
@@ -4818,7 +4818,7 @@ FLAG DESCRIPTIONS
|
|
|
4818
4818
|
associated with your package.
|
|
4819
4819
|
```
|
|
4820
4820
|
|
|
4821
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4821
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/update.ts)_
|
|
4822
4822
|
|
|
4823
4823
|
## `sf package version create`
|
|
4824
4824
|
|
|
@@ -4993,7 +4993,7 @@ FLAG DESCRIPTIONS
|
|
|
4993
4993
|
periods of no output from commands.
|
|
4994
4994
|
```
|
|
4995
4995
|
|
|
4996
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
4996
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create.ts)_
|
|
4997
4997
|
|
|
4998
4998
|
## `sf package version create list`
|
|
4999
4999
|
|
|
@@ -5054,7 +5054,7 @@ EXAMPLES
|
|
|
5054
5054
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5055
5055
|
```
|
|
5056
5056
|
|
|
5057
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5057
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create/list.ts)_
|
|
5058
5058
|
|
|
5059
5059
|
## `sf package version create report`
|
|
5060
5060
|
|
|
@@ -5097,7 +5097,7 @@ EXAMPLES
|
|
|
5097
5097
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5098
5098
|
```
|
|
5099
5099
|
|
|
5100
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5100
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/create/report.ts)_
|
|
5101
5101
|
|
|
5102
5102
|
## `sf package version delete`
|
|
5103
5103
|
|
|
@@ -5138,7 +5138,7 @@ EXAMPLES
|
|
|
5138
5138
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5139
5139
|
```
|
|
5140
5140
|
|
|
5141
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5141
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/delete.ts)_
|
|
5142
5142
|
|
|
5143
5143
|
## `sf package version displayancestry`
|
|
5144
5144
|
|
|
@@ -5198,7 +5198,7 @@ FLAG DESCRIPTIONS
|
|
|
5198
5198
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5199
5199
|
```
|
|
5200
5200
|
|
|
5201
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5201
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/displayancestry.ts)_
|
|
5202
5202
|
|
|
5203
5203
|
## `sf package version list`
|
|
5204
5204
|
|
|
@@ -5274,7 +5274,7 @@ EXAMPLES
|
|
|
5274
5274
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5275
5275
|
```
|
|
5276
5276
|
|
|
5277
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5277
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/list.ts)_
|
|
5278
5278
|
|
|
5279
5279
|
## `sf package version promote`
|
|
5280
5280
|
|
|
@@ -5318,7 +5318,7 @@ EXAMPLES
|
|
|
5318
5318
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5319
5319
|
```
|
|
5320
5320
|
|
|
5321
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5321
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/promote.ts)_
|
|
5322
5322
|
|
|
5323
5323
|
## `sf package version report`
|
|
5324
5324
|
|
|
@@ -5358,7 +5358,7 @@ EXAMPLES
|
|
|
5358
5358
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5359
5359
|
```
|
|
5360
5360
|
|
|
5361
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5361
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/report.ts)_
|
|
5362
5362
|
|
|
5363
5363
|
## `sf package version update`
|
|
5364
5364
|
|
|
@@ -5411,7 +5411,7 @@ EXAMPLES
|
|
|
5411
5411
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5412
5412
|
```
|
|
5413
5413
|
|
|
5414
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5414
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package/version/update.ts)_
|
|
5415
5415
|
|
|
5416
5416
|
## `sf package1 version create`
|
|
5417
5417
|
|
|
@@ -5478,7 +5478,7 @@ FLAG DESCRIPTIONS
|
|
|
5478
5478
|
subscribers.
|
|
5479
5479
|
```
|
|
5480
5480
|
|
|
5481
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5481
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/create.ts)_
|
|
5482
5482
|
|
|
5483
5483
|
## `sf package1 version create get`
|
|
5484
5484
|
|
|
@@ -5511,7 +5511,7 @@ EXAMPLES
|
|
|
5511
5511
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5512
5512
|
```
|
|
5513
5513
|
|
|
5514
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5514
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/create/get.ts)_
|
|
5515
5515
|
|
|
5516
5516
|
## `sf package1 version display`
|
|
5517
5517
|
|
|
@@ -5545,7 +5545,7 @@ EXAMPLES
|
|
|
5545
5545
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5546
5546
|
```
|
|
5547
5547
|
|
|
5548
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5548
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/display.ts)_
|
|
5549
5549
|
|
|
5550
5550
|
## `sf package1 version list`
|
|
5551
5551
|
|
|
@@ -5583,7 +5583,7 @@ FLAG DESCRIPTIONS
|
|
|
5583
5583
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5584
5584
|
```
|
|
5585
5585
|
|
|
5586
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.
|
|
5586
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.8/src/commands/package1/version/list.ts)_
|
|
5587
5587
|
|
|
5588
5588
|
## `sf plugins`
|
|
5589
5589
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.61.1
|
|
3
|
+
"version": "2.61.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.61.1
|
|
9
|
+
"version": "2.61.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.32",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
35
35
|
"@salesforce/plugin-org": "4.6.0",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.8.8",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.32",
|
|
38
38
|
"@salesforce/plugin-settings": "2.3.21",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.38",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1691.0",
|
|
59
|
-
"oclif": "4.14.
|
|
59
|
+
"oclif": "^4.14.35",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.6.2"
|
|
62
62
|
},
|
|
@@ -5158,9 +5158,9 @@
|
|
|
5158
5158
|
"license": "MIT"
|
|
5159
5159
|
},
|
|
5160
5160
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5161
|
-
"version": "2.8.
|
|
5162
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.
|
|
5163
|
-
"integrity": "sha512-
|
|
5161
|
+
"version": "2.8.8",
|
|
5162
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.8.tgz",
|
|
5163
|
+
"integrity": "sha512-TxvbqVLUdewVr75k1bjvr5UPAU3vP2lVFQf/FS249soYXZ49OIcEQ19EJVlw1L3F2jWCcm4ZHvph9VjbvF9ndw==",
|
|
5164
5164
|
"license": "BSD-3-Clause",
|
|
5165
5165
|
"dependencies": {
|
|
5166
5166
|
"@oclif/core": "^4",
|
|
@@ -18628,9 +18628,9 @@
|
|
|
18628
18628
|
"license": "MIT"
|
|
18629
18629
|
},
|
|
18630
18630
|
"node_modules/oclif": {
|
|
18631
|
-
"version": "4.14.
|
|
18632
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18633
|
-
"integrity": "sha512-
|
|
18631
|
+
"version": "4.14.35",
|
|
18632
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz",
|
|
18633
|
+
"integrity": "sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==",
|
|
18634
18634
|
"dev": true,
|
|
18635
18635
|
"license": "MIT",
|
|
18636
18636
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -2439,10 +2439,10 @@
|
|
|
2439
2439
|
is-wsl "^3.1.0"
|
|
2440
2440
|
open "^10.1.0"
|
|
2441
2441
|
|
|
2442
|
-
"@salesforce/plugin-packaging@2.8.
|
|
2443
|
-
version "2.8.
|
|
2444
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.
|
|
2445
|
-
integrity sha512-
|
|
2442
|
+
"@salesforce/plugin-packaging@2.8.8":
|
|
2443
|
+
version "2.8.8"
|
|
2444
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.8.tgz"
|
|
2445
|
+
integrity sha512-TxvbqVLUdewVr75k1bjvr5UPAU3vP2lVFQf/FS249soYXZ49OIcEQ19EJVlw1L3F2jWCcm4ZHvph9VjbvF9ndw==
|
|
2446
2446
|
dependencies:
|
|
2447
2447
|
"@oclif/core" "^4"
|
|
2448
2448
|
"@salesforce/core" "^8.5.7"
|
|
@@ -8789,10 +8789,10 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8789
8789
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8790
8790
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8791
8791
|
|
|
8792
|
-
oclif
|
|
8793
|
-
version "4.14.
|
|
8794
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8795
|
-
integrity sha512-
|
|
8792
|
+
oclif@^4.14.35:
|
|
8793
|
+
version "4.14.35"
|
|
8794
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz"
|
|
8795
|
+
integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==
|
|
8796
8796
|
dependencies:
|
|
8797
8797
|
"@aws-sdk/client-cloudfront" "^3.645.0"
|
|
8798
8798
|
"@aws-sdk/client-s3" "^3.651.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.61.1
|
|
4
|
+
"version": "2.61.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.32",
|
|
163
163
|
"@salesforce/plugin-marketplace": "1.2.26",
|
|
164
164
|
"@salesforce/plugin-org": "4.6.0",
|
|
165
|
-
"@salesforce/plugin-packaging": "2.8.
|
|
165
|
+
"@salesforce/plugin-packaging": "2.8.8",
|
|
166
166
|
"@salesforce/plugin-schema": "3.3.32",
|
|
167
167
|
"@salesforce/plugin-settings": "2.3.21",
|
|
168
168
|
"@salesforce/plugin-sobject": "1.4.38",
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
257
257
|
"@salesforce/ts-types": "^2.0.10",
|
|
258
258
|
"aws-sdk": "^2.1691.0",
|
|
259
|
-
"oclif": "4.14.
|
|
259
|
+
"oclif": "^4.14.35",
|
|
260
260
|
"ts-node": "^10.9.2",
|
|
261
261
|
"typescript": "^5.6.2"
|
|
262
262
|
},
|