@salesforce/cli 2.80.1 → 2.80.2
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.80.
|
|
27
|
+
@salesforce/cli/2.80.2 linux-x64 node-v22.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -4919,7 +4919,7 @@ FLAG DESCRIPTIONS
|
|
|
4919
4919
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4920
4920
|
```
|
|
4921
4921
|
|
|
4922
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
4922
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/create.ts)_
|
|
4923
4923
|
|
|
4924
4924
|
## `sf package delete`
|
|
4925
4925
|
|
|
@@ -4961,7 +4961,7 @@ EXAMPLES
|
|
|
4961
4961
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4962
4962
|
```
|
|
4963
4963
|
|
|
4964
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
4964
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/delete.ts)_
|
|
4965
4965
|
|
|
4966
4966
|
## `sf package install`
|
|
4967
4967
|
|
|
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
|
|
|
5060
5060
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5061
5061
|
```
|
|
5062
5062
|
|
|
5063
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5063
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/install.ts)_
|
|
5064
5064
|
|
|
5065
5065
|
## `sf package install report`
|
|
5066
5066
|
|
|
@@ -5093,7 +5093,7 @@ EXAMPLES
|
|
|
5093
5093
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5094
5094
|
```
|
|
5095
5095
|
|
|
5096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/install/report.ts)_
|
|
5097
5097
|
|
|
5098
5098
|
## `sf package installed list`
|
|
5099
5099
|
|
|
@@ -5125,7 +5125,7 @@ EXAMPLES
|
|
|
5125
5125
|
$ sf package installed list --target-org me@example.com
|
|
5126
5126
|
```
|
|
5127
5127
|
|
|
5128
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/installed/list.ts)_
|
|
5129
5129
|
|
|
5130
5130
|
## `sf package list`
|
|
5131
5131
|
|
|
@@ -5163,7 +5163,7 @@ EXAMPLES
|
|
|
5163
5163
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5164
5164
|
```
|
|
5165
5165
|
|
|
5166
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5166
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/list.ts)_
|
|
5167
5167
|
|
|
5168
5168
|
## `sf package uninstall`
|
|
5169
5169
|
|
|
@@ -5211,7 +5211,7 @@ EXAMPLES
|
|
|
5211
5211
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5214
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/uninstall.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf package uninstall report`
|
|
5217
5217
|
|
|
@@ -5244,7 +5244,7 @@ EXAMPLES
|
|
|
5244
5244
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5247
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/uninstall/report.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf package update`
|
|
5250
5250
|
|
|
@@ -5299,7 +5299,7 @@ FLAG DESCRIPTIONS
|
|
|
5299
5299
|
associated with your package.
|
|
5300
5300
|
```
|
|
5301
5301
|
|
|
5302
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/update.ts)_
|
|
5303
5303
|
|
|
5304
5304
|
## `sf package version create`
|
|
5305
5305
|
|
|
@@ -5474,7 +5474,7 @@ FLAG DESCRIPTIONS
|
|
|
5474
5474
|
periods of no output from commands.
|
|
5475
5475
|
```
|
|
5476
5476
|
|
|
5477
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5477
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/create.ts)_
|
|
5478
5478
|
|
|
5479
5479
|
## `sf package version create list`
|
|
5480
5480
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5538
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/create/list.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf package version create report`
|
|
5541
5541
|
|
|
@@ -5578,7 +5578,7 @@ EXAMPLES
|
|
|
5578
5578
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5579
5579
|
```
|
|
5580
5580
|
|
|
5581
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5581
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/create/report.ts)_
|
|
5582
5582
|
|
|
5583
5583
|
## `sf package version delete`
|
|
5584
5584
|
|
|
@@ -5619,7 +5619,7 @@ EXAMPLES
|
|
|
5619
5619
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5620
5620
|
```
|
|
5621
5621
|
|
|
5622
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5622
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/delete.ts)_
|
|
5623
5623
|
|
|
5624
5624
|
## `sf package version displayancestry`
|
|
5625
5625
|
|
|
@@ -5679,7 +5679,7 @@ FLAG DESCRIPTIONS
|
|
|
5679
5679
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5680
5680
|
```
|
|
5681
5681
|
|
|
5682
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5682
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/displayancestry.ts)_
|
|
5683
5683
|
|
|
5684
5684
|
## `sf package version list`
|
|
5685
5685
|
|
|
@@ -5755,7 +5755,7 @@ EXAMPLES
|
|
|
5755
5755
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5758
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/list.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf package version promote`
|
|
5761
5761
|
|
|
@@ -5799,7 +5799,7 @@ EXAMPLES
|
|
|
5799
5799
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5800
5800
|
```
|
|
5801
5801
|
|
|
5802
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5802
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/promote.ts)_
|
|
5803
5803
|
|
|
5804
5804
|
## `sf package version report`
|
|
5805
5805
|
|
|
@@ -5839,7 +5839,7 @@ EXAMPLES
|
|
|
5839
5839
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5840
5840
|
```
|
|
5841
5841
|
|
|
5842
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/report.ts)_
|
|
5843
5843
|
|
|
5844
5844
|
## `sf package version update`
|
|
5845
5845
|
|
|
@@ -5892,7 +5892,7 @@ EXAMPLES
|
|
|
5892
5892
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5893
5893
|
```
|
|
5894
5894
|
|
|
5895
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5895
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package/version/update.ts)_
|
|
5896
5896
|
|
|
5897
5897
|
## `sf package1 version create`
|
|
5898
5898
|
|
|
@@ -5959,7 +5959,7 @@ FLAG DESCRIPTIONS
|
|
|
5959
5959
|
subscribers.
|
|
5960
5960
|
```
|
|
5961
5961
|
|
|
5962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package1/version/create.ts)_
|
|
5963
5963
|
|
|
5964
5964
|
## `sf package1 version create get`
|
|
5965
5965
|
|
|
@@ -5992,7 +5992,7 @@ EXAMPLES
|
|
|
5992
5992
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5993
5993
|
```
|
|
5994
5994
|
|
|
5995
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
5995
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package1/version/create/get.ts)_
|
|
5996
5996
|
|
|
5997
5997
|
## `sf package1 version display`
|
|
5998
5998
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
6029
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package1/version/display.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf package1 version list`
|
|
6032
6032
|
|
|
@@ -6064,7 +6064,7 @@ FLAG DESCRIPTIONS
|
|
|
6064
6064
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6065
6065
|
```
|
|
6066
6066
|
|
|
6067
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.
|
|
6067
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.10.2/src/commands/package1/version/list.ts)_
|
|
6068
6068
|
|
|
6069
6069
|
## `sf plugins`
|
|
6070
6070
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.80.
|
|
3
|
+
"version": "2.80.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.80.
|
|
9
|
+
"version": "2.80.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.47",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
35
|
"@salesforce/plugin-org": "5.2.38",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.10.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.10.2",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.52",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.18",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.50",
|
|
@@ -5359,9 +5359,9 @@
|
|
|
5359
5359
|
}
|
|
5360
5360
|
},
|
|
5361
5361
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5362
|
-
"version": "2.10.
|
|
5363
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.10.
|
|
5364
|
-
"integrity": "sha512
|
|
5362
|
+
"version": "2.10.2",
|
|
5363
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.10.2.tgz",
|
|
5364
|
+
"integrity": "sha512-eG4LHCTl4Y2PxaHKtDXafkXDGBd80akTYO8/SJC2sl1Ot2wFjX1zXhwC6RdyMgAZkQ77SbSRHAKrPwSHrWqH4w==",
|
|
5365
5365
|
"license": "BSD-3-Clause",
|
|
5366
5366
|
"dependencies": {
|
|
5367
5367
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -2252,10 +2252,10 @@
|
|
|
2252
2252
|
open "^10.1.0"
|
|
2253
2253
|
terminal-link "^3.0.0"
|
|
2254
2254
|
|
|
2255
|
-
"@salesforce/plugin-packaging@2.10.
|
|
2256
|
-
version "2.10.
|
|
2257
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.10.
|
|
2258
|
-
integrity sha512
|
|
2255
|
+
"@salesforce/plugin-packaging@2.10.2":
|
|
2256
|
+
version "2.10.2"
|
|
2257
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.10.2.tgz"
|
|
2258
|
+
integrity sha512-eG4LHCTl4Y2PxaHKtDXafkXDGBd80akTYO8/SJC2sl1Ot2wFjX1zXhwC6RdyMgAZkQ77SbSRHAKrPwSHrWqH4w==
|
|
2259
2259
|
dependencies:
|
|
2260
2260
|
"@oclif/core" "^4"
|
|
2261
2261
|
"@salesforce/core" "^8.8.3"
|
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.80.
|
|
4
|
+
"version": "2.80.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.47",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
167
167
|
"@salesforce/plugin-org": "5.2.38",
|
|
168
|
-
"@salesforce/plugin-packaging": "2.10.
|
|
168
|
+
"@salesforce/plugin-packaging": "2.10.2",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.52",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.18",
|
|
171
171
|
"@salesforce/plugin-sobject": "1.4.50",
|