@salesforce/cli 2.23.0 → 2.23.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 +39 -39
- package/dist/hooks/incomplete.js +1 -1
- package/npm-shrinkwrap.json +1106 -1875
- package/oclif.manifest.json +1 -1
- package/package.json +19 -30
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.23.
|
|
27
|
+
@salesforce/cli/2.23.1 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1124,7 +1124,7 @@ EXAMPLES
|
|
|
1124
1124
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1125
1125
|
```
|
|
1126
1126
|
|
|
1127
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1127
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/create/record.ts)_
|
|
1128
1128
|
|
|
1129
1129
|
## `sf data delete bulk`
|
|
1130
1130
|
|
|
@@ -1169,7 +1169,7 @@ EXAMPLES
|
|
|
1169
1169
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1170
1170
|
```
|
|
1171
1171
|
|
|
1172
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1172
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/bulk.ts)_
|
|
1173
1173
|
|
|
1174
1174
|
## `sf data delete record`
|
|
1175
1175
|
|
|
@@ -1228,7 +1228,7 @@ EXAMPLES
|
|
|
1228
1228
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1229
1229
|
```
|
|
1230
1230
|
|
|
1231
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1231
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/record.ts)_
|
|
1232
1232
|
|
|
1233
1233
|
## `sf data delete resume`
|
|
1234
1234
|
|
|
@@ -1265,7 +1265,7 @@ EXAMPLES
|
|
|
1265
1265
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1266
1266
|
```
|
|
1267
1267
|
|
|
1268
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1268
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/resume.ts)_
|
|
1269
1269
|
|
|
1270
1270
|
## `sf data export tree`
|
|
1271
1271
|
|
|
@@ -1323,7 +1323,7 @@ EXAMPLES
|
|
|
1323
1323
|
my-scratch
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1326
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/export/tree.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
## `sf data get record`
|
|
1329
1329
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/get/record.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf data import tree`
|
|
1391
1391
|
|
|
@@ -1436,7 +1436,7 @@ EXAMPLES
|
|
|
1436
1436
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1437
1437
|
```
|
|
1438
1438
|
|
|
1439
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1439
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/import/tree.ts)_
|
|
1440
1440
|
|
|
1441
1441
|
## `sf data query`
|
|
1442
1442
|
|
|
@@ -1499,7 +1499,7 @@ EXAMPLES
|
|
|
1499
1499
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1500
1500
|
```
|
|
1501
1501
|
|
|
1502
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1502
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query.ts)_
|
|
1503
1503
|
|
|
1504
1504
|
## `sf data query resume`
|
|
1505
1505
|
|
|
@@ -1535,7 +1535,7 @@ EXAMPLES
|
|
|
1535
1535
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1536
1536
|
```
|
|
1537
1537
|
|
|
1538
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1538
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query/resume.ts)_
|
|
1539
1539
|
|
|
1540
1540
|
## `sf data resume`
|
|
1541
1541
|
|
|
@@ -1571,7 +1571,7 @@ EXAMPLES
|
|
|
1571
1571
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1572
1572
|
```
|
|
1573
1573
|
|
|
1574
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1574
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/resume.ts)_
|
|
1575
1575
|
|
|
1576
1576
|
## `sf data update record`
|
|
1577
1577
|
|
|
@@ -1632,7 +1632,7 @@ EXAMPLES
|
|
|
1632
1632
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1633
1633
|
```
|
|
1634
1634
|
|
|
1635
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1635
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/update/record.ts)_
|
|
1636
1636
|
|
|
1637
1637
|
## `sf data upsert bulk`
|
|
1638
1638
|
|
|
@@ -1684,7 +1684,7 @@ EXAMPLES
|
|
|
1684
1684
|
my-scratch
|
|
1685
1685
|
```
|
|
1686
1686
|
|
|
1687
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1687
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/bulk.ts)_
|
|
1688
1688
|
|
|
1689
1689
|
## `sf data upsert resume`
|
|
1690
1690
|
|
|
@@ -1721,7 +1721,7 @@ EXAMPLES
|
|
|
1721
1721
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1722
1722
|
```
|
|
1723
1723
|
|
|
1724
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1724
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/resume.ts)_
|
|
1725
1725
|
|
|
1726
1726
|
## `sf doctor`
|
|
1727
1727
|
|
|
@@ -1813,7 +1813,7 @@ EXAMPLES
|
|
|
1813
1813
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1814
1814
|
```
|
|
1815
1815
|
|
|
1816
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1816
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/delete.ts)_
|
|
1817
1817
|
|
|
1818
1818
|
## `sf force data bulk status`
|
|
1819
1819
|
|
|
@@ -1849,7 +1849,7 @@ EXAMPLES
|
|
|
1849
1849
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1850
1850
|
```
|
|
1851
1851
|
|
|
1852
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/status.ts)_
|
|
1853
1853
|
|
|
1854
1854
|
## `sf force data bulk upsert`
|
|
1855
1855
|
|
|
@@ -1906,7 +1906,7 @@ EXAMPLES
|
|
|
1906
1906
|
--target-org my-scratch
|
|
1907
1907
|
```
|
|
1908
1908
|
|
|
1909
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
1909
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/upsert.ts)_
|
|
1910
1910
|
|
|
1911
1911
|
## `sf force mdapi deploy`
|
|
1912
1912
|
|
|
@@ -5246,7 +5246,7 @@ FLAG DESCRIPTIONS
|
|
|
5246
5246
|
subscribers.
|
|
5247
5247
|
```
|
|
5248
5248
|
|
|
5249
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5249
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create.ts)_
|
|
5250
5250
|
|
|
5251
5251
|
## `sf package1 version create get`
|
|
5252
5252
|
|
|
@@ -5278,7 +5278,7 @@ EXAMPLES
|
|
|
5278
5278
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5279
5279
|
```
|
|
5280
5280
|
|
|
5281
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5281
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create/get.ts)_
|
|
5282
5282
|
|
|
5283
5283
|
## `sf package1 version display`
|
|
5284
5284
|
|
|
@@ -5311,7 +5311,7 @@ EXAMPLES
|
|
|
5311
5311
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
5312
5312
|
```
|
|
5313
5313
|
|
|
5314
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5314
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/display.ts)_
|
|
5315
5315
|
|
|
5316
5316
|
## `sf package1 version list`
|
|
5317
5317
|
|
|
@@ -5348,7 +5348,7 @@ FLAG DESCRIPTIONS
|
|
|
5348
5348
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
5349
5349
|
```
|
|
5350
5350
|
|
|
5351
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5351
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/list.ts)_
|
|
5352
5352
|
|
|
5353
5353
|
## `sf package create`
|
|
5354
5354
|
|
|
@@ -5426,7 +5426,7 @@ FLAG DESCRIPTIONS
|
|
|
5426
5426
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5427
5427
|
```
|
|
5428
5428
|
|
|
5429
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5429
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/create.ts)_
|
|
5430
5430
|
|
|
5431
5431
|
## `sf package delete`
|
|
5432
5432
|
|
|
@@ -5467,7 +5467,7 @@ EXAMPLES
|
|
|
5467
5467
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5468
5468
|
```
|
|
5469
5469
|
|
|
5470
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5470
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/delete.ts)_
|
|
5471
5471
|
|
|
5472
5472
|
## `sf package install`
|
|
5473
5473
|
|
|
@@ -5565,7 +5565,7 @@ FLAG DESCRIPTIONS
|
|
|
5565
5565
|
specify DeprecateOnly or Delete only for unlocked package upgrades.
|
|
5566
5566
|
```
|
|
5567
5567
|
|
|
5568
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5568
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install.ts)_
|
|
5569
5569
|
|
|
5570
5570
|
## `sf package install report`
|
|
5571
5571
|
|
|
@@ -5597,7 +5597,7 @@ EXAMPLES
|
|
|
5597
5597
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5598
5598
|
```
|
|
5599
5599
|
|
|
5600
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5600
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install/report.ts)_
|
|
5601
5601
|
|
|
5602
5602
|
## `sf package installed list`
|
|
5603
5603
|
|
|
@@ -5628,7 +5628,7 @@ EXAMPLES
|
|
|
5628
5628
|
$ sf package installed list --target-org me@example.com
|
|
5629
5629
|
```
|
|
5630
5630
|
|
|
5631
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5631
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/installed/list.ts)_
|
|
5632
5632
|
|
|
5633
5633
|
## `sf package list`
|
|
5634
5634
|
|
|
@@ -5665,7 +5665,7 @@ EXAMPLES
|
|
|
5665
5665
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5666
5666
|
```
|
|
5667
5667
|
|
|
5668
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5668
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/list.ts)_
|
|
5669
5669
|
|
|
5670
5670
|
## `sf package uninstall`
|
|
5671
5671
|
|
|
@@ -5712,7 +5712,7 @@ EXAMPLES
|
|
|
5712
5712
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5713
5713
|
```
|
|
5714
5714
|
|
|
5715
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5715
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall.ts)_
|
|
5716
5716
|
|
|
5717
5717
|
## `sf package uninstall report`
|
|
5718
5718
|
|
|
@@ -5744,7 +5744,7 @@ EXAMPLES
|
|
|
5744
5744
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5745
5745
|
```
|
|
5746
5746
|
|
|
5747
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5747
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall/report.ts)_
|
|
5748
5748
|
|
|
5749
5749
|
## `sf package update`
|
|
5750
5750
|
|
|
@@ -5798,7 +5798,7 @@ FLAG DESCRIPTIONS
|
|
|
5798
5798
|
associated with your package.
|
|
5799
5799
|
```
|
|
5800
5800
|
|
|
5801
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5801
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/update.ts)_
|
|
5802
5802
|
|
|
5803
5803
|
## `sf package version create`
|
|
5804
5804
|
|
|
@@ -5953,7 +5953,7 @@ FLAG DESCRIPTIONS
|
|
|
5953
5953
|
periods of no output from commands.
|
|
5954
5954
|
```
|
|
5955
5955
|
|
|
5956
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
5956
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create.ts)_
|
|
5957
5957
|
|
|
5958
5958
|
## `sf package version create list`
|
|
5959
5959
|
|
|
@@ -6013,7 +6013,7 @@ EXAMPLES
|
|
|
6013
6013
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6014
6014
|
```
|
|
6015
6015
|
|
|
6016
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6016
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/list.ts)_
|
|
6017
6017
|
|
|
6018
6018
|
## `sf package version create report`
|
|
6019
6019
|
|
|
@@ -6055,7 +6055,7 @@ EXAMPLES
|
|
|
6055
6055
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6056
6056
|
```
|
|
6057
6057
|
|
|
6058
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6058
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/report.ts)_
|
|
6059
6059
|
|
|
6060
6060
|
## `sf package version delete`
|
|
6061
6061
|
|
|
@@ -6093,7 +6093,7 @@ EXAMPLES
|
|
|
6093
6093
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6094
6094
|
```
|
|
6095
6095
|
|
|
6096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/delete.ts)_
|
|
6097
6097
|
|
|
6098
6098
|
## `sf package version displayancestry`
|
|
6099
6099
|
|
|
@@ -6151,7 +6151,7 @@ FLAG DESCRIPTIONS
|
|
|
6151
6151
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6152
6152
|
```
|
|
6153
6153
|
|
|
6154
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6154
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/displayancestry.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf package version list`
|
|
6157
6157
|
|
|
@@ -6219,7 +6219,7 @@ EXAMPLES
|
|
|
6219
6219
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
6220
6220
|
```
|
|
6221
6221
|
|
|
6222
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6222
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/list.ts)_
|
|
6223
6223
|
|
|
6224
6224
|
## `sf package version promote`
|
|
6225
6225
|
|
|
@@ -6262,7 +6262,7 @@ EXAMPLES
|
|
|
6262
6262
|
$ sf package version promote --package "Awesome Package Alias"
|
|
6263
6263
|
```
|
|
6264
6264
|
|
|
6265
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6265
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/promote.ts)_
|
|
6266
6266
|
|
|
6267
6267
|
## `sf package version report`
|
|
6268
6268
|
|
|
@@ -6301,7 +6301,7 @@ EXAMPLES
|
|
|
6301
6301
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
6302
6302
|
```
|
|
6303
6303
|
|
|
6304
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6304
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/report.ts)_
|
|
6305
6305
|
|
|
6306
6306
|
## `sf package version update`
|
|
6307
6307
|
|
|
@@ -6353,7 +6353,7 @@ EXAMPLES
|
|
|
6353
6353
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
6354
6354
|
```
|
|
6355
6355
|
|
|
6356
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.
|
|
6356
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/update.ts)_
|
|
6357
6357
|
|
|
6358
6358
|
## `sf plugins`
|
|
6359
6359
|
|
package/dist/hooks/incomplete.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Licensed under the BSD 3-Clause license.
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
|
-
import * as os from 'os';
|
|
7
|
+
import * as os from 'node:os';
|
|
8
8
|
import { toConfiguredId, toStandardizedId, loadHelpClass } from '@oclif/core';
|
|
9
9
|
import { Prompter } from '@salesforce/sf-plugins-core';
|
|
10
10
|
function buildChoices(matches, config) {
|