@salesforce/cli 2.139.4 → 2.139.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 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.139.4 linux-x64 node-v22.22.3
28
+ @salesforce/cli/2.139.5 linux-x64 node-v22.22.3
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -6972,7 +6972,7 @@ FLAG DESCRIPTIONS
6972
6972
  --installation-key-bypass flag is required.
6973
6973
  ```
6974
6974
 
6975
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/convert.ts)_
6975
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/convert.ts)_
6976
6976
 
6977
6977
  ## `sf package create`
6978
6978
 
@@ -7051,7 +7051,7 @@ FLAG DESCRIPTIONS
7051
7051
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7052
7052
  ```
7053
7053
 
7054
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/create.ts)_
7054
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/create.ts)_
7055
7055
 
7056
7056
  ## `sf package delete`
7057
7057
 
@@ -7093,7 +7093,7 @@ EXAMPLES
7093
7093
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7094
7094
  ```
7095
7095
 
7096
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/delete.ts)_
7096
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/delete.ts)_
7097
7097
 
7098
7098
  ## `sf package install`
7099
7099
 
@@ -7192,7 +7192,7 @@ FLAG DESCRIPTIONS
7192
7192
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7193
7193
  ```
7194
7194
 
7195
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install.ts)_
7195
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/install.ts)_
7196
7196
 
7197
7197
  ## `sf package install report`
7198
7198
 
@@ -7225,7 +7225,7 @@ EXAMPLES
7225
7225
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7226
7226
  ```
7227
7227
 
7228
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install/report.ts)_
7228
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/install/report.ts)_
7229
7229
 
7230
7230
  ## `sf package installed list`
7231
7231
 
@@ -7257,7 +7257,7 @@ EXAMPLES
7257
7257
  $ sf package installed list --target-org me@example.com
7258
7258
  ```
7259
7259
 
7260
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/installed/list.ts)_
7260
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/installed/list.ts)_
7261
7261
 
7262
7262
  ## `sf package list`
7263
7263
 
@@ -7295,7 +7295,7 @@ EXAMPLES
7295
7295
  $ sf package list --target-dev-hub devhub@example.com --verbose
7296
7296
  ```
7297
7297
 
7298
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/list.ts)_
7298
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/list.ts)_
7299
7299
 
7300
7300
  ## `sf package push-upgrade abort`
7301
7301
 
@@ -7334,7 +7334,7 @@ EXAMPLES
7334
7334
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7335
7335
  ```
7336
7336
 
7337
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/abort.ts)_
7337
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/abort.ts)_
7338
7338
 
7339
7339
  ## `sf package push-upgrade list`
7340
7340
 
@@ -7393,7 +7393,7 @@ EXAMPLES
7393
7393
  $ sf package push-upgrade list --package 033xyz –-status Failed
7394
7394
  ```
7395
7395
 
7396
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/list.ts)_
7396
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/list.ts)_
7397
7397
 
7398
7398
  ## `sf package push-upgrade report`
7399
7399
 
@@ -7435,7 +7435,7 @@ EXAMPLES
7435
7435
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7436
7436
  ```
7437
7437
 
7438
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/report.ts)_
7438
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/report.ts)_
7439
7439
 
7440
7440
  ## `sf package push-upgrade schedule`
7441
7441
 
@@ -7522,7 +7522,7 @@ FLAG DESCRIPTIONS
7522
7522
  Overrides the value of the target-dev-hub configuration variable, if set.
7523
7523
  ```
7524
7524
 
7525
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/schedule.ts)_
7525
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/push-upgrade/schedule.ts)_
7526
7526
 
7527
7527
  ## `sf package uninstall`
7528
7528
 
@@ -7570,7 +7570,7 @@ EXAMPLES
7570
7570
  $ sf package uninstall --package "Undesirable Package Alias"
7571
7571
  ```
7572
7572
 
7573
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall.ts)_
7573
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/uninstall.ts)_
7574
7574
 
7575
7575
  ## `sf package uninstall report`
7576
7576
 
@@ -7603,7 +7603,7 @@ EXAMPLES
7603
7603
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
7604
7604
  ```
7605
7605
 
7606
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall/report.ts)_
7606
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/uninstall/report.ts)_
7607
7607
 
7608
7608
  ## `sf package update`
7609
7609
 
@@ -7671,7 +7671,7 @@ FLAG DESCRIPTIONS
7671
7671
  the Installed Packages page. Only released package versions can be set as the recommended version.
7672
7672
  ```
7673
7673
 
7674
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/update.ts)_
7674
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/update.ts)_
7675
7675
 
7676
7676
  ## `sf package version create`
7677
7677
 
@@ -7848,7 +7848,7 @@ FLAG DESCRIPTIONS
7848
7848
  periods of no output from commands.
7849
7849
  ```
7850
7850
 
7851
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create.ts)_
7851
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create.ts)_
7852
7852
 
7853
7853
  ## `sf package version create list`
7854
7854
 
@@ -7909,7 +7909,7 @@ EXAMPLES
7909
7909
  $ sf package version create list --created-last-days 0 --status Success
7910
7910
  ```
7911
7911
 
7912
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/list.ts)_
7912
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create/list.ts)_
7913
7913
 
7914
7914
  ## `sf package version create report`
7915
7915
 
@@ -7952,7 +7952,7 @@ EXAMPLES
7952
7952
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
7953
7953
  ```
7954
7954
 
7955
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/report.ts)_
7955
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/create/report.ts)_
7956
7956
 
7957
7957
  ## `sf package version delete`
7958
7958
 
@@ -7993,7 +7993,7 @@ EXAMPLES
7993
7993
  $ sf package version delete --package 04t... --target-org devhub@example.com
7994
7994
  ```
7995
7995
 
7996
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/delete.ts)_
7996
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/delete.ts)_
7997
7997
 
7998
7998
  ## `sf package version displayancestry`
7999
7999
 
@@ -8053,7 +8053,7 @@ FLAG DESCRIPTIONS
8053
8053
  You can use the DOT code output in graph visualization software to create tree visualizations.
8054
8054
  ```
8055
8055
 
8056
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displayancestry.ts)_
8056
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/displayancestry.ts)_
8057
8057
 
8058
8058
  ## `sf package version displaydependencies`
8059
8059
 
@@ -8115,7 +8115,7 @@ FLAG DESCRIPTIONS
8115
8115
  package, which must be installed last.
8116
8116
  ```
8117
8117
 
8118
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displaydependencies.ts)_
8118
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/displaydependencies.ts)_
8119
8119
 
8120
8120
  ## `sf package version list`
8121
8121
 
@@ -8191,7 +8191,7 @@ EXAMPLES
8191
8191
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8192
8192
  ```
8193
8193
 
8194
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/list.ts)_
8194
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/list.ts)_
8195
8195
 
8196
8196
  ## `sf package version promote`
8197
8197
 
@@ -8235,7 +8235,7 @@ EXAMPLES
8235
8235
  $ sf package version promote --package "Awesome Package Alias"
8236
8236
  ```
8237
8237
 
8238
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/promote.ts)_
8238
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/promote.ts)_
8239
8239
 
8240
8240
  ## `sf package version report`
8241
8241
 
@@ -8275,7 +8275,7 @@ EXAMPLES
8275
8275
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8276
8276
  ```
8277
8277
 
8278
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/report.ts)_
8278
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/report.ts)_
8279
8279
 
8280
8280
  ## `sf package version retrieve`
8281
8281
 
@@ -8320,7 +8320,7 @@ EXAMPLES
8320
8320
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8321
8321
  ```
8322
8322
 
8323
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/retrieve.ts)_
8323
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/retrieve.ts)_
8324
8324
 
8325
8325
  ## `sf package version update`
8326
8326
 
@@ -8373,7 +8373,7 @@ EXAMPLES
8373
8373
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8374
8374
  ```
8375
8375
 
8376
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/update.ts)_
8376
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package/version/update.ts)_
8377
8377
 
8378
8378
  ## `sf package1 version create`
8379
8379
 
@@ -8440,7 +8440,7 @@ FLAG DESCRIPTIONS
8440
8440
  subscribers.
8441
8441
  ```
8442
8442
 
8443
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create.ts)_
8443
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/create.ts)_
8444
8444
 
8445
8445
  ## `sf package1 version create get`
8446
8446
 
@@ -8473,7 +8473,7 @@ EXAMPLES
8473
8473
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8474
8474
  ```
8475
8475
 
8476
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create/get.ts)_
8476
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/create/get.ts)_
8477
8477
 
8478
8478
  ## `sf package1 version display`
8479
8479
 
@@ -8507,7 +8507,7 @@ EXAMPLES
8507
8507
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8508
8508
  ```
8509
8509
 
8510
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/display.ts)_
8510
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/display.ts)_
8511
8511
 
8512
8512
  ## `sf package1 version list`
8513
8513
 
@@ -8545,7 +8545,7 @@ FLAG DESCRIPTIONS
8545
8545
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
8546
8546
  ```
8547
8547
 
8548
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/list.ts)_
8548
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.29.0/src/commands/package1/version/list.ts)_
8549
8549
 
8550
8550
  ## `sf plugins`
8551
8551