@salesforce/cli 2.117.4 → 2.117.5
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 +30 -30
- package/npm-shrinkwrap.json +128 -128
- package/oclif.lock +149 -149
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.117.
|
|
28
|
+
@salesforce/cli/2.117.5 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6692,7 +6692,7 @@ FLAG DESCRIPTIONS
|
|
|
6692
6692
|
notified to upgrade to the recommended version.
|
|
6693
6693
|
```
|
|
6694
6694
|
|
|
6695
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6695
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/update.ts)_
|
|
6696
6696
|
|
|
6697
6697
|
## `sf package version create`
|
|
6698
6698
|
|
|
@@ -6867,7 +6867,7 @@ FLAG DESCRIPTIONS
|
|
|
6867
6867
|
periods of no output from commands.
|
|
6868
6868
|
```
|
|
6869
6869
|
|
|
6870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6870
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create.ts)_
|
|
6871
6871
|
|
|
6872
6872
|
## `sf package version create list`
|
|
6873
6873
|
|
|
@@ -6928,7 +6928,7 @@ EXAMPLES
|
|
|
6928
6928
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6929
6929
|
```
|
|
6930
6930
|
|
|
6931
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6931
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/list.ts)_
|
|
6932
6932
|
|
|
6933
6933
|
## `sf package version create report`
|
|
6934
6934
|
|
|
@@ -6971,7 +6971,7 @@ EXAMPLES
|
|
|
6971
6971
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6972
6972
|
```
|
|
6973
6973
|
|
|
6974
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6974
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/create/report.ts)_
|
|
6975
6975
|
|
|
6976
6976
|
## `sf package version delete`
|
|
6977
6977
|
|
|
@@ -7012,7 +7012,7 @@ EXAMPLES
|
|
|
7012
7012
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7013
7013
|
```
|
|
7014
7014
|
|
|
7015
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7015
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/delete.ts)_
|
|
7016
7016
|
|
|
7017
7017
|
## `sf package version displayancestry`
|
|
7018
7018
|
|
|
@@ -7072,7 +7072,7 @@ FLAG DESCRIPTIONS
|
|
|
7072
7072
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7075
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displayancestry.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf package version displaydependencies`
|
|
7078
7078
|
|
|
@@ -7134,7 +7134,7 @@ FLAG DESCRIPTIONS
|
|
|
7134
7134
|
package, which must be installed last.
|
|
7135
7135
|
```
|
|
7136
7136
|
|
|
7137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7137
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/displaydependencies.ts)_
|
|
7138
7138
|
|
|
7139
7139
|
## `sf package version list`
|
|
7140
7140
|
|
|
@@ -7210,7 +7210,7 @@ EXAMPLES
|
|
|
7210
7210
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7213
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/list.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf package version promote`
|
|
7216
7216
|
|
|
@@ -7254,7 +7254,7 @@ EXAMPLES
|
|
|
7254
7254
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7255
7255
|
```
|
|
7256
7256
|
|
|
7257
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7257
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/promote.ts)_
|
|
7258
7258
|
|
|
7259
7259
|
## `sf package version report`
|
|
7260
7260
|
|
|
@@ -7294,7 +7294,7 @@ EXAMPLES
|
|
|
7294
7294
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7295
7295
|
```
|
|
7296
7296
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7297
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/report.ts)_
|
|
7298
7298
|
|
|
7299
7299
|
## `sf package version retrieve`
|
|
7300
7300
|
|
|
@@ -7339,7 +7339,7 @@ EXAMPLES
|
|
|
7339
7339
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7340
7340
|
```
|
|
7341
7341
|
|
|
7342
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7342
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/retrieve.ts)_
|
|
7343
7343
|
|
|
7344
7344
|
## `sf package version update`
|
|
7345
7345
|
|
|
@@ -7392,7 +7392,7 @@ EXAMPLES
|
|
|
7392
7392
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7393
7393
|
```
|
|
7394
7394
|
|
|
7395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7395
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package/version/update.ts)_
|
|
7396
7396
|
|
|
7397
7397
|
## `sf package1 version create`
|
|
7398
7398
|
|
|
@@ -7459,7 +7459,7 @@ FLAG DESCRIPTIONS
|
|
|
7459
7459
|
subscribers.
|
|
7460
7460
|
```
|
|
7461
7461
|
|
|
7462
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7462
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create.ts)_
|
|
7463
7463
|
|
|
7464
7464
|
## `sf package1 version create get`
|
|
7465
7465
|
|
|
@@ -7492,7 +7492,7 @@ EXAMPLES
|
|
|
7492
7492
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7493
7493
|
```
|
|
7494
7494
|
|
|
7495
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7495
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/create/get.ts)_
|
|
7496
7496
|
|
|
7497
7497
|
## `sf package1 version display`
|
|
7498
7498
|
|
|
@@ -7526,7 +7526,7 @@ EXAMPLES
|
|
|
7526
7526
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7527
7527
|
```
|
|
7528
7528
|
|
|
7529
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7529
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/display.ts)_
|
|
7530
7530
|
|
|
7531
7531
|
## `sf package1 version list`
|
|
7532
7532
|
|
|
@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
|
|
|
7564
7564
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7565
7565
|
```
|
|
7566
7566
|
|
|
7567
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7567
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.2/src/commands/package1/version/list.ts)_
|
|
7568
7568
|
|
|
7569
7569
|
## `sf plugins`
|
|
7570
7570
|
|