@salesforce/cli 2.55.5 → 2.56.0
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 +100 -37
- package/npm-shrinkwrap.json +92 -90
- package/oclif.lock +64 -63
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
27
|
+
@salesforce/cli/2.56.0 linux-x64 node-v20.16.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -70,6 +70,7 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
70
70
|
- [`sf data query`](#sf-data-query)
|
|
71
71
|
- [`sf data query resume`](#sf-data-query-resume)
|
|
72
72
|
- [`sf data resume`](#sf-data-resume)
|
|
73
|
+
- [`sf data search`](#sf-data-search)
|
|
73
74
|
- [`sf data update record`](#sf-data-update-record)
|
|
74
75
|
- [`sf data upsert bulk`](#sf-data-upsert-bulk)
|
|
75
76
|
- [`sf data upsert resume`](#sf-data-upsert-resume)
|
|
@@ -1157,7 +1158,7 @@ EXAMPLES
|
|
|
1157
1158
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1158
1159
|
```
|
|
1159
1160
|
|
|
1160
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1161
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/create/file.ts)_
|
|
1161
1162
|
|
|
1162
1163
|
## `sf data create record`
|
|
1163
1164
|
|
|
@@ -1213,7 +1214,7 @@ EXAMPLES
|
|
|
1213
1214
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1214
1215
|
```
|
|
1215
1216
|
|
|
1216
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1217
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/create/record.ts)_
|
|
1217
1218
|
|
|
1218
1219
|
## `sf data delete bulk`
|
|
1219
1220
|
|
|
@@ -1271,7 +1272,7 @@ FLAG DESCRIPTIONS
|
|
|
1271
1272
|
and can be enabled only by a system administrator.
|
|
1272
1273
|
```
|
|
1273
1274
|
|
|
1274
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1275
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/bulk.ts)_
|
|
1275
1276
|
|
|
1276
1277
|
## `sf data delete record`
|
|
1277
1278
|
|
|
@@ -1332,7 +1333,7 @@ EXAMPLES
|
|
|
1332
1333
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1333
1334
|
```
|
|
1334
1335
|
|
|
1335
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1336
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/record.ts)_
|
|
1336
1337
|
|
|
1337
1338
|
## `sf data delete resume`
|
|
1338
1339
|
|
|
@@ -1371,7 +1372,7 @@ EXAMPLES
|
|
|
1371
1372
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1372
1373
|
```
|
|
1373
1374
|
|
|
1374
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1375
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/delete/resume.ts)_
|
|
1375
1376
|
|
|
1376
1377
|
## `sf data export tree`
|
|
1377
1378
|
|
|
@@ -1432,7 +1433,7 @@ EXAMPLES
|
|
|
1432
1433
|
my-scratch
|
|
1433
1434
|
```
|
|
1434
1435
|
|
|
1435
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1436
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/export/tree.ts)_
|
|
1436
1437
|
|
|
1437
1438
|
## `sf data get record`
|
|
1438
1439
|
|
|
@@ -1496,7 +1497,7 @@ EXAMPLES
|
|
|
1496
1497
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1497
1498
|
```
|
|
1498
1499
|
|
|
1499
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1500
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/get/record.ts)_
|
|
1500
1501
|
|
|
1501
1502
|
## `sf data import tree`
|
|
1502
1503
|
|
|
@@ -1561,7 +1562,7 @@ FLAG DESCRIPTIONS
|
|
|
1561
1562
|
- files(array) - Files: An array of files paths to load
|
|
1562
1563
|
```
|
|
1563
1564
|
|
|
1564
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1565
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/import/tree.ts)_
|
|
1565
1566
|
|
|
1566
1567
|
## `sf data query`
|
|
1567
1568
|
|
|
@@ -1625,7 +1626,7 @@ EXAMPLES
|
|
|
1625
1626
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1626
1627
|
```
|
|
1627
1628
|
|
|
1628
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1629
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/query.ts)_
|
|
1629
1630
|
|
|
1630
1631
|
## `sf data query resume`
|
|
1631
1632
|
|
|
@@ -1663,7 +1664,7 @@ EXAMPLES
|
|
|
1663
1664
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1664
1665
|
```
|
|
1665
1666
|
|
|
1666
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1667
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/query/resume.ts)_
|
|
1667
1668
|
|
|
1668
1669
|
## `sf data resume`
|
|
1669
1670
|
|
|
@@ -1700,7 +1701,57 @@ EXAMPLES
|
|
|
1700
1701
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1701
1702
|
```
|
|
1702
1703
|
|
|
1703
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1704
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/resume.ts)_
|
|
1705
|
+
|
|
1706
|
+
## `sf data search`
|
|
1707
|
+
|
|
1708
|
+
Execute a SOSL text-based search query.
|
|
1709
|
+
|
|
1710
|
+
```
|
|
1711
|
+
USAGE
|
|
1712
|
+
$ sf data search -o <value> [--flags-dir <value>] [--api-version <value>] [-q <value>] [-f <value>] [-r
|
|
1713
|
+
human|csv|json | --json]
|
|
1714
|
+
|
|
1715
|
+
FLAGS
|
|
1716
|
+
-f, --file=<value> File that contains the SOSL query.
|
|
1717
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
1718
|
+
configuration variable is already set.
|
|
1719
|
+
-q, --query=<value> SOSL query to execute.
|
|
1720
|
+
-r, --result-format=<option> [default: human] Format to display the results, or to write to disk if you specify
|
|
1721
|
+
"csv".
|
|
1722
|
+
<options: human|csv|json>
|
|
1723
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
1724
|
+
|
|
1725
|
+
GLOBAL FLAGS
|
|
1726
|
+
--flags-dir=<value> Import flag values from a directory.
|
|
1727
|
+
--json Format output as json.
|
|
1728
|
+
|
|
1729
|
+
DESCRIPTION
|
|
1730
|
+
Execute a SOSL text-based search query.
|
|
1731
|
+
|
|
1732
|
+
Specify the SOSL query at the command line with the --query flag or read the query from a file with the --file flag.
|
|
1733
|
+
|
|
1734
|
+
By default, the results are written to the terminal in human-readable format. If you specify `--result-format csv`,
|
|
1735
|
+
the output is written to one or more CSV (comma-separated values) files. The file names correspond to the Salesforce
|
|
1736
|
+
objects in the results, such as Account.csv. Both `--result-format human` and `--result-format json` display only to
|
|
1737
|
+
the terminal.
|
|
1738
|
+
|
|
1739
|
+
EXAMPLES
|
|
1740
|
+
Specify a SOSL query at the command line; the command uses your default org:
|
|
1741
|
+
|
|
1742
|
+
$ sf data search --query "FIND {Anna Jones} IN Name Fields RETURNING Contact (Name, Phone)"
|
|
1743
|
+
|
|
1744
|
+
Read the SOSL query from a file called "query.txt"; the command uses the org with alias "my-scratch":
|
|
1745
|
+
|
|
1746
|
+
$ sf data search --file query.txt --target-org my-scratch
|
|
1747
|
+
|
|
1748
|
+
Similar to the previous example, but write the results to one or more CSV files, depending on the Salesforce objects
|
|
1749
|
+
in the results:
|
|
1750
|
+
|
|
1751
|
+
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
1752
|
+
```
|
|
1753
|
+
|
|
1754
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/search.ts)_
|
|
1704
1755
|
|
|
1705
1756
|
## `sf data update record`
|
|
1706
1757
|
|
|
@@ -1762,7 +1813,7 @@ EXAMPLES
|
|
|
1762
1813
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1763
1814
|
```
|
|
1764
1815
|
|
|
1765
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1816
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/update/record.ts)_
|
|
1766
1817
|
|
|
1767
1818
|
## `sf data upsert bulk`
|
|
1768
1819
|
|
|
@@ -1815,7 +1866,7 @@ EXAMPLES
|
|
|
1815
1866
|
my-scratch
|
|
1816
1867
|
```
|
|
1817
1868
|
|
|
1818
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1869
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/upsert/bulk.ts)_
|
|
1819
1870
|
|
|
1820
1871
|
## `sf data upsert resume`
|
|
1821
1872
|
|
|
@@ -1854,7 +1905,7 @@ EXAMPLES
|
|
|
1854
1905
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1855
1906
|
```
|
|
1856
1907
|
|
|
1857
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
1908
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/data/upsert/resume.ts)_
|
|
1858
1909
|
|
|
1859
1910
|
## `sf doctor`
|
|
1860
1911
|
|
|
@@ -1949,7 +2000,7 @@ EXAMPLES
|
|
|
1949
2000
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1950
2001
|
```
|
|
1951
2002
|
|
|
1952
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2003
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/delete.ts)_
|
|
1953
2004
|
|
|
1954
2005
|
## `sf force data bulk status`
|
|
1955
2006
|
|
|
@@ -1986,7 +2037,7 @@ EXAMPLES
|
|
|
1986
2037
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1987
2038
|
```
|
|
1988
2039
|
|
|
1989
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2040
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/status.ts)_
|
|
1990
2041
|
|
|
1991
2042
|
## `sf force data bulk upsert`
|
|
1992
2043
|
|
|
@@ -2044,7 +2095,7 @@ EXAMPLES
|
|
|
2044
2095
|
--target-org my-scratch
|
|
2045
2096
|
```
|
|
2046
2097
|
|
|
2047
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.
|
|
2098
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.0/src/commands/force/data/bulk/upsert.ts)_
|
|
2048
2099
|
|
|
2049
2100
|
## `sf help [COMMAND]`
|
|
2050
2101
|
|
|
@@ -5703,7 +5754,7 @@ FLAG DESCRIPTIONS
|
|
|
5703
5754
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5704
5755
|
```
|
|
5705
5756
|
|
|
5706
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5757
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/mdapi.ts)_
|
|
5707
5758
|
|
|
5708
5759
|
## `sf project convert source`
|
|
5709
5760
|
|
|
@@ -5715,7 +5766,7 @@ USAGE
|
|
|
5715
5766
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5716
5767
|
|
|
5717
5768
|
FLAGS
|
|
5718
|
-
-d, --output-dir=<value> [default:
|
|
5769
|
+
-d, --output-dir=<value> [default: metadataPackage_1723521333199] Output directory to store the Metadata
|
|
5719
5770
|
API–formatted files in.
|
|
5720
5771
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5721
5772
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5776,7 +5827,7 @@ FLAG DESCRIPTIONS
|
|
|
5776
5827
|
Override the api version used for api requests made by this command
|
|
5777
5828
|
```
|
|
5778
5829
|
|
|
5779
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5830
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/source.ts)_
|
|
5780
5831
|
|
|
5781
5832
|
## `sf project convert source-behavior`
|
|
5782
5833
|
|
|
@@ -5833,7 +5884,7 @@ EXAMPLES
|
|
|
5833
5884
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5834
5885
|
```
|
|
5835
5886
|
|
|
5836
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5887
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/convert/source-behavior.ts)_
|
|
5837
5888
|
|
|
5838
5889
|
## `sf project delete source`
|
|
5839
5890
|
|
|
@@ -5973,7 +6024,7 @@ FLAG DESCRIPTIONS
|
|
|
5973
6024
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5974
6025
|
```
|
|
5975
6026
|
|
|
5976
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6027
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/delete/source.ts)_
|
|
5977
6028
|
|
|
5978
6029
|
## `sf project delete tracking`
|
|
5979
6030
|
|
|
@@ -6010,7 +6061,7 @@ EXAMPLES
|
|
|
6010
6061
|
$ sf project delete tracking --target-org my-scratch
|
|
6011
6062
|
```
|
|
6012
6063
|
|
|
6013
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6064
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/delete/tracking.ts)_
|
|
6014
6065
|
|
|
6015
6066
|
## `sf project deploy cancel`
|
|
6016
6067
|
|
|
@@ -6082,7 +6133,7 @@ FLAG DESCRIPTIONS
|
|
|
6082
6133
|
project deploy report".
|
|
6083
6134
|
```
|
|
6084
6135
|
|
|
6085
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6136
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/cancel.ts)_
|
|
6086
6137
|
|
|
6087
6138
|
## `sf project deploy preview`
|
|
6088
6139
|
|
|
@@ -6165,7 +6216,7 @@ FLAG DESCRIPTIONS
|
|
|
6165
6216
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6166
6217
|
```
|
|
6167
6218
|
|
|
6168
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6219
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/preview.ts)_
|
|
6169
6220
|
|
|
6170
6221
|
## `sf project deploy quick`
|
|
6171
6222
|
|
|
@@ -6258,7 +6309,7 @@ ERROR CODES
|
|
|
6258
6309
|
Canceling (69) The deploy is being canceled.
|
|
6259
6310
|
```
|
|
6260
6311
|
|
|
6261
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6312
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/quick.ts)_
|
|
6262
6313
|
|
|
6263
6314
|
## `sf project deploy report`
|
|
6264
6315
|
|
|
@@ -6350,7 +6401,7 @@ FLAG DESCRIPTIONS
|
|
|
6350
6401
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6351
6402
|
```
|
|
6352
6403
|
|
|
6353
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6404
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/report.ts)_
|
|
6354
6405
|
|
|
6355
6406
|
## `sf project deploy resume`
|
|
6356
6407
|
|
|
@@ -6447,7 +6498,7 @@ ERROR CODES
|
|
|
6447
6498
|
Canceling (69) The deploy is being canceled.
|
|
6448
6499
|
```
|
|
6449
6500
|
|
|
6450
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6501
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/resume.ts)_
|
|
6451
6502
|
|
|
6452
6503
|
## `sf project deploy start`
|
|
6453
6504
|
|
|
@@ -6700,7 +6751,7 @@ ERROR CODES
|
|
|
6700
6751
|
Canceling (69) The deploy is being canceled.
|
|
6701
6752
|
```
|
|
6702
6753
|
|
|
6703
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6754
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/start.ts)_
|
|
6704
6755
|
|
|
6705
6756
|
## `sf project deploy validate`
|
|
6706
6757
|
|
|
@@ -6890,7 +6941,7 @@ ERROR CODES
|
|
|
6890
6941
|
Canceling (69) The deploy is being canceled.
|
|
6891
6942
|
```
|
|
6892
6943
|
|
|
6893
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6944
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/deploy/validate.ts)_
|
|
6894
6945
|
|
|
6895
6946
|
## `sf project generate`
|
|
6896
6947
|
|
|
@@ -7072,7 +7123,7 @@ EXAMPLES
|
|
|
7072
7123
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7073
7124
|
```
|
|
7074
7125
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7126
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/generate/manifest.ts)_
|
|
7076
7127
|
|
|
7077
7128
|
## `sf project list ignored`
|
|
7078
7129
|
|
|
@@ -7114,7 +7165,7 @@ EXAMPLES
|
|
|
7114
7165
|
$ sf project list ignored --source-dir package.xml
|
|
7115
7166
|
```
|
|
7116
7167
|
|
|
7117
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7168
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/list/ignored.ts)_
|
|
7118
7169
|
|
|
7119
7170
|
## `sf project reset tracking`
|
|
7120
7171
|
|
|
@@ -7163,7 +7214,7 @@ EXAMPLES
|
|
|
7163
7214
|
$ sf project reset tracking --revision 30
|
|
7164
7215
|
```
|
|
7165
7216
|
|
|
7166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7217
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/reset/tracking.ts)_
|
|
7167
7218
|
|
|
7168
7219
|
## `sf project retrieve preview`
|
|
7169
7220
|
|
|
@@ -7217,7 +7268,7 @@ FLAG DESCRIPTIONS
|
|
|
7217
7268
|
production orgs.
|
|
7218
7269
|
```
|
|
7219
7270
|
|
|
7220
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7271
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/retrieve/preview.ts)_
|
|
7221
7272
|
|
|
7222
7273
|
## `sf project retrieve start`
|
|
7223
7274
|
|
|
@@ -7236,7 +7287,8 @@ FLAGS
|
|
|
7236
7287
|
-d, --source-dir=<value>... File paths for source to retrieve from the org.
|
|
7237
7288
|
-m, --metadata=<value>... Metadata component names to retrieve. Wildcards (`*`) supported as long as you use
|
|
7238
7289
|
quotes, such as `ApexClass:MyClass*`.
|
|
7239
|
-
-n, --package-name=<value>... Package names to retrieve.
|
|
7290
|
+
-n, --package-name=<value>... Package names to retrieve. Use of this flag is for reference only; don't use it to
|
|
7291
|
+
retrieve packaged metadata for development.
|
|
7240
7292
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
7241
7293
|
configuration variable is already set.
|
|
7242
7294
|
-r, --output-dir=<value> Directory root for the retrieved source files.
|
|
@@ -7359,6 +7411,17 @@ FLAG DESCRIPTIONS
|
|
|
7359
7411
|
The supplied paths can be to a single file (in which case the operation is applied to only one file) or to a folder
|
|
7360
7412
|
(in which case the operation is applied to all source files in the directory and its subdirectories).
|
|
7361
7413
|
|
|
7414
|
+
-n, --package-name=<value>...
|
|
7415
|
+
|
|
7416
|
+
Package names to retrieve. Use of this flag is for reference only; don't use it to retrieve packaged metadata for
|
|
7417
|
+
development.
|
|
7418
|
+
|
|
7419
|
+
The metadata of the supplied package name(s) will be retrieved into a child directory of the project. The name of
|
|
7420
|
+
that child directory matches the name of the package. The retrieved metadata is meant for your reference only, don't
|
|
7421
|
+
add it to a source control system for development and deployment. For package development, retrieve the metadata
|
|
7422
|
+
using a manifest (`--manifest` flag) or by targeting a source controlled package directory within your project
|
|
7423
|
+
(`--source-dir` flag).
|
|
7424
|
+
|
|
7362
7425
|
-r, --output-dir=<value> Directory root for the retrieved source files.
|
|
7363
7426
|
|
|
7364
7427
|
The root of the directory structure into which the source files are retrieved.
|
|
@@ -7382,7 +7445,7 @@ ENVIRONMENT VARIABLES
|
|
|
7382
7445
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7383
7446
|
```
|
|
7384
7447
|
|
|
7385
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7448
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.27/src/commands/project/retrieve/start.ts)_
|
|
7386
7449
|
|
|
7387
7450
|
## `sf schema generate field`
|
|
7388
7451
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.56.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.3.4",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.47",
|
|
29
|
-
"@salesforce/plugin-data": "3.
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
29
|
+
"@salesforce/plugin-data": "3.6.0",
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.27",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.28",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.24",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.22",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@salesforce/ts-sinon": "^1.4.24",
|
|
56
56
|
"@salesforce/ts-types": "^2.0.10",
|
|
57
57
|
"aws-sdk": "^2.1672.0",
|
|
58
|
-
"oclif": "^4.14.
|
|
58
|
+
"oclif": "^4.14.19",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.5.4"
|
|
61
61
|
},
|
|
@@ -306,18 +306,18 @@
|
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"node_modules/@aws-sdk/client-cloudfront": {
|
|
309
|
-
"version": "3.
|
|
310
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
311
|
-
"integrity": "sha512-
|
|
309
|
+
"version": "3.629.0",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.629.0.tgz",
|
|
311
|
+
"integrity": "sha512-WBwmK/5R1dBlQXdxJwbdiXaA8mQPyaK8znJ1f5hFeE+euzIWntEjuN7qhoSW7lMC4IiLTiB0xAwVVvOfqi95iQ==",
|
|
312
312
|
"dev": true,
|
|
313
313
|
"license": "Apache-2.0",
|
|
314
314
|
"dependencies": {
|
|
315
315
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
316
316
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
317
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
318
|
-
"@aws-sdk/client-sts": "3.
|
|
319
|
-
"@aws-sdk/core": "3.
|
|
320
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
317
|
+
"@aws-sdk/client-sso-oidc": "3.629.0",
|
|
318
|
+
"@aws-sdk/client-sts": "3.629.0",
|
|
319
|
+
"@aws-sdk/core": "3.629.0",
|
|
320
|
+
"@aws-sdk/credential-provider-node": "3.629.0",
|
|
321
321
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
322
322
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
323
323
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -362,15 +362,15 @@
|
|
|
362
362
|
}
|
|
363
363
|
},
|
|
364
364
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/client-sso": {
|
|
365
|
-
"version": "3.
|
|
366
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
367
|
-
"integrity": "sha512-
|
|
365
|
+
"version": "3.629.0",
|
|
366
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.629.0.tgz",
|
|
367
|
+
"integrity": "sha512-2w8xU4O0Grca5HmT2dXZ5fF0g39RxODtmoqHJDsK5DSt750LqDG4w3ktmBvQs3+SrpkkJOjlX5v/hb2PCxVbww==",
|
|
368
368
|
"dev": true,
|
|
369
369
|
"license": "Apache-2.0",
|
|
370
370
|
"dependencies": {
|
|
371
371
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
372
372
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
373
|
-
"@aws-sdk/core": "3.
|
|
373
|
+
"@aws-sdk/core": "3.629.0",
|
|
374
374
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
375
375
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
376
376
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -412,16 +412,16 @@
|
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/client-sso-oidc": {
|
|
415
|
-
"version": "3.
|
|
416
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
417
|
-
"integrity": "sha512-
|
|
415
|
+
"version": "3.629.0",
|
|
416
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.629.0.tgz",
|
|
417
|
+
"integrity": "sha512-3if0LauNJPqubGYf8vnlkp+B3yAeKRuRNxfNbHlE6l510xWGcKK/ZsEmiFmfePzKKSRrDh/cxMFMScgOrXptNg==",
|
|
418
418
|
"dev": true,
|
|
419
419
|
"license": "Apache-2.0",
|
|
420
420
|
"dependencies": {
|
|
421
421
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
422
422
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
423
|
-
"@aws-sdk/core": "3.
|
|
424
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
423
|
+
"@aws-sdk/core": "3.629.0",
|
|
424
|
+
"@aws-sdk/credential-provider-node": "3.629.0",
|
|
425
425
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
426
426
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
427
427
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -462,21 +462,21 @@
|
|
|
462
462
|
"node": ">=16.0.0"
|
|
463
463
|
},
|
|
464
464
|
"peerDependencies": {
|
|
465
|
-
"@aws-sdk/client-sts": "^3.
|
|
465
|
+
"@aws-sdk/client-sts": "^3.629.0"
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
468
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/client-sts": {
|
|
469
|
-
"version": "3.
|
|
470
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
471
|
-
"integrity": "sha512-
|
|
469
|
+
"version": "3.629.0",
|
|
470
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.629.0.tgz",
|
|
471
|
+
"integrity": "sha512-RjOs371YwnSVGxhPjuluJKaxl4gcPYTAky0nPjwBime0i9/iS9nI8R8l5j7k7ec9tpFWjBPvNnThCU07pvjdzw==",
|
|
472
472
|
"dev": true,
|
|
473
473
|
"license": "Apache-2.0",
|
|
474
474
|
"dependencies": {
|
|
475
475
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
476
476
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
477
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
478
|
-
"@aws-sdk/core": "3.
|
|
479
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
477
|
+
"@aws-sdk/client-sso-oidc": "3.629.0",
|
|
478
|
+
"@aws-sdk/core": "3.629.0",
|
|
479
|
+
"@aws-sdk/credential-provider-node": "3.629.0",
|
|
480
480
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
481
481
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
482
482
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -518,14 +518,15 @@
|
|
|
518
518
|
}
|
|
519
519
|
},
|
|
520
520
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/core": {
|
|
521
|
-
"version": "3.
|
|
522
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
523
|
-
"integrity": "sha512
|
|
521
|
+
"version": "3.629.0",
|
|
522
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.629.0.tgz",
|
|
523
|
+
"integrity": "sha512-+/ShPU/tyIBM3oY1cnjgNA/tFyHtlWq+wXF9xEKRv19NOpYbWQ+xzNwVjGq8vR07cCRqy/sDQLWPhxjtuV/FiQ==",
|
|
524
524
|
"dev": true,
|
|
525
525
|
"license": "Apache-2.0",
|
|
526
526
|
"dependencies": {
|
|
527
527
|
"@smithy/core": "^2.3.2",
|
|
528
528
|
"@smithy/node-config-provider": "^3.1.4",
|
|
529
|
+
"@smithy/property-provider": "^3.1.3",
|
|
529
530
|
"@smithy/protocol-http": "^4.1.0",
|
|
530
531
|
"@smithy/signature-v4": "^4.1.0",
|
|
531
532
|
"@smithy/smithy-client": "^3.1.12",
|
|
@@ -576,16 +577,16 @@
|
|
|
576
577
|
}
|
|
577
578
|
},
|
|
578
579
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/credential-provider-ini": {
|
|
579
|
-
"version": "3.
|
|
580
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
581
|
-
"integrity": "sha512-
|
|
580
|
+
"version": "3.629.0",
|
|
581
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.629.0.tgz",
|
|
582
|
+
"integrity": "sha512-r9fI7BABARvVDp77DBUImQzYdvarAIdhbvpCEZib0rlpvfWu3zxE9KZcapCAAi0MPjxeDfb7RMehFQIkAP7mYw==",
|
|
582
583
|
"dev": true,
|
|
583
584
|
"license": "Apache-2.0",
|
|
584
585
|
"dependencies": {
|
|
585
586
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
586
587
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
587
588
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
588
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
589
|
+
"@aws-sdk/credential-provider-sso": "3.629.0",
|
|
589
590
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
590
591
|
"@aws-sdk/types": "3.609.0",
|
|
591
592
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
@@ -598,21 +599,21 @@
|
|
|
598
599
|
"node": ">=16.0.0"
|
|
599
600
|
},
|
|
600
601
|
"peerDependencies": {
|
|
601
|
-
"@aws-sdk/client-sts": "^3.
|
|
602
|
+
"@aws-sdk/client-sts": "^3.629.0"
|
|
602
603
|
}
|
|
603
604
|
},
|
|
604
605
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/credential-provider-node": {
|
|
605
|
-
"version": "3.
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
607
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "3.629.0",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.629.0.tgz",
|
|
608
|
+
"integrity": "sha512-868hnVOLlXOBHk91Rl0jZIRgr/M4WJCa0nOrW9A9yidsQxuZp9P0vshDmm4hMvNZadmPIfo0Rra2MpA4RELoCw==",
|
|
608
609
|
"dev": true,
|
|
609
610
|
"license": "Apache-2.0",
|
|
610
611
|
"dependencies": {
|
|
611
612
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
612
613
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
613
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
614
|
+
"@aws-sdk/credential-provider-ini": "3.629.0",
|
|
614
615
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
615
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
616
|
+
"@aws-sdk/credential-provider-sso": "3.629.0",
|
|
616
617
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
617
618
|
"@aws-sdk/types": "3.609.0",
|
|
618
619
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
@@ -643,13 +644,13 @@
|
|
|
643
644
|
}
|
|
644
645
|
},
|
|
645
646
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/@aws-sdk/credential-provider-sso": {
|
|
646
|
-
"version": "3.
|
|
647
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
648
|
-
"integrity": "sha512-
|
|
647
|
+
"version": "3.629.0",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.629.0.tgz",
|
|
649
|
+
"integrity": "sha512-Lf4XOuj6jamxgGZGrVojERh5S+NS2t2S4CUOnAu6tJ5U0GPlpjhINUKlcVxJBpsIXudMGW1nkumAd3+kazCPig==",
|
|
649
650
|
"dev": true,
|
|
650
651
|
"license": "Apache-2.0",
|
|
651
652
|
"dependencies": {
|
|
652
|
-
"@aws-sdk/client-sso": "3.
|
|
653
|
+
"@aws-sdk/client-sso": "3.629.0",
|
|
653
654
|
"@aws-sdk/token-providers": "3.614.0",
|
|
654
655
|
"@aws-sdk/types": "3.609.0",
|
|
655
656
|
"@smithy/property-provider": "^3.1.3",
|
|
@@ -1405,16 +1406,16 @@
|
|
|
1405
1406
|
}
|
|
1406
1407
|
},
|
|
1407
1408
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/client-sso": {
|
|
1408
|
-
"version": "3.
|
|
1409
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
1410
|
-
"integrity": "sha512-
|
|
1409
|
+
"version": "3.629.0",
|
|
1410
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.629.0.tgz",
|
|
1411
|
+
"integrity": "sha512-2w8xU4O0Grca5HmT2dXZ5fF0g39RxODtmoqHJDsK5DSt750LqDG4w3ktmBvQs3+SrpkkJOjlX5v/hb2PCxVbww==",
|
|
1411
1412
|
"dev": true,
|
|
1412
1413
|
"license": "Apache-2.0",
|
|
1413
1414
|
"peer": true,
|
|
1414
1415
|
"dependencies": {
|
|
1415
1416
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1416
1417
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1417
|
-
"@aws-sdk/core": "3.
|
|
1418
|
+
"@aws-sdk/core": "3.629.0",
|
|
1418
1419
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
1419
1420
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
1420
1421
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -1456,17 +1457,17 @@
|
|
|
1456
1457
|
}
|
|
1457
1458
|
},
|
|
1458
1459
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/client-sso-oidc": {
|
|
1459
|
-
"version": "3.
|
|
1460
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
1461
|
-
"integrity": "sha512-
|
|
1460
|
+
"version": "3.629.0",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.629.0.tgz",
|
|
1462
|
+
"integrity": "sha512-3if0LauNJPqubGYf8vnlkp+B3yAeKRuRNxfNbHlE6l510xWGcKK/ZsEmiFmfePzKKSRrDh/cxMFMScgOrXptNg==",
|
|
1462
1463
|
"dev": true,
|
|
1463
1464
|
"license": "Apache-2.0",
|
|
1464
1465
|
"peer": true,
|
|
1465
1466
|
"dependencies": {
|
|
1466
1467
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1467
1468
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1468
|
-
"@aws-sdk/core": "3.
|
|
1469
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1469
|
+
"@aws-sdk/core": "3.629.0",
|
|
1470
|
+
"@aws-sdk/credential-provider-node": "3.629.0",
|
|
1470
1471
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
1471
1472
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
1472
1473
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -1507,22 +1508,22 @@
|
|
|
1507
1508
|
"node": ">=16.0.0"
|
|
1508
1509
|
},
|
|
1509
1510
|
"peerDependencies": {
|
|
1510
|
-
"@aws-sdk/client-sts": "^3.
|
|
1511
|
+
"@aws-sdk/client-sts": "^3.629.0"
|
|
1511
1512
|
}
|
|
1512
1513
|
},
|
|
1513
1514
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/client-sts": {
|
|
1514
|
-
"version": "3.
|
|
1515
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
1516
|
-
"integrity": "sha512-
|
|
1515
|
+
"version": "3.629.0",
|
|
1516
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.629.0.tgz",
|
|
1517
|
+
"integrity": "sha512-RjOs371YwnSVGxhPjuluJKaxl4gcPYTAky0nPjwBime0i9/iS9nI8R8l5j7k7ec9tpFWjBPvNnThCU07pvjdzw==",
|
|
1517
1518
|
"dev": true,
|
|
1518
1519
|
"license": "Apache-2.0",
|
|
1519
1520
|
"peer": true,
|
|
1520
1521
|
"dependencies": {
|
|
1521
1522
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1522
1523
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1523
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
1524
|
-
"@aws-sdk/core": "3.
|
|
1525
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
1524
|
+
"@aws-sdk/client-sso-oidc": "3.629.0",
|
|
1525
|
+
"@aws-sdk/core": "3.629.0",
|
|
1526
|
+
"@aws-sdk/credential-provider-node": "3.629.0",
|
|
1526
1527
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
1527
1528
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
1528
1529
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
@@ -1564,15 +1565,16 @@
|
|
|
1564
1565
|
}
|
|
1565
1566
|
},
|
|
1566
1567
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/core": {
|
|
1567
|
-
"version": "3.
|
|
1568
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
1569
|
-
"integrity": "sha512
|
|
1568
|
+
"version": "3.629.0",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.629.0.tgz",
|
|
1570
|
+
"integrity": "sha512-+/ShPU/tyIBM3oY1cnjgNA/tFyHtlWq+wXF9xEKRv19NOpYbWQ+xzNwVjGq8vR07cCRqy/sDQLWPhxjtuV/FiQ==",
|
|
1570
1571
|
"dev": true,
|
|
1571
1572
|
"license": "Apache-2.0",
|
|
1572
1573
|
"peer": true,
|
|
1573
1574
|
"dependencies": {
|
|
1574
1575
|
"@smithy/core": "^2.3.2",
|
|
1575
1576
|
"@smithy/node-config-provider": "^3.1.4",
|
|
1577
|
+
"@smithy/property-provider": "^3.1.3",
|
|
1576
1578
|
"@smithy/protocol-http": "^4.1.0",
|
|
1577
1579
|
"@smithy/signature-v4": "^4.1.0",
|
|
1578
1580
|
"@smithy/smithy-client": "^3.1.12",
|
|
@@ -1625,9 +1627,9 @@
|
|
|
1625
1627
|
}
|
|
1626
1628
|
},
|
|
1627
1629
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/credential-provider-ini": {
|
|
1628
|
-
"version": "3.
|
|
1629
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
1630
|
-
"integrity": "sha512-
|
|
1630
|
+
"version": "3.629.0",
|
|
1631
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.629.0.tgz",
|
|
1632
|
+
"integrity": "sha512-r9fI7BABARvVDp77DBUImQzYdvarAIdhbvpCEZib0rlpvfWu3zxE9KZcapCAAi0MPjxeDfb7RMehFQIkAP7mYw==",
|
|
1631
1633
|
"dev": true,
|
|
1632
1634
|
"license": "Apache-2.0",
|
|
1633
1635
|
"peer": true,
|
|
@@ -1635,7 +1637,7 @@
|
|
|
1635
1637
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
1636
1638
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
1637
1639
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
1638
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
1640
|
+
"@aws-sdk/credential-provider-sso": "3.629.0",
|
|
1639
1641
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
1640
1642
|
"@aws-sdk/types": "3.609.0",
|
|
1641
1643
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
@@ -1648,22 +1650,22 @@
|
|
|
1648
1650
|
"node": ">=16.0.0"
|
|
1649
1651
|
},
|
|
1650
1652
|
"peerDependencies": {
|
|
1651
|
-
"@aws-sdk/client-sts": "^3.
|
|
1653
|
+
"@aws-sdk/client-sts": "^3.629.0"
|
|
1652
1654
|
}
|
|
1653
1655
|
},
|
|
1654
1656
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/credential-provider-node": {
|
|
1655
|
-
"version": "3.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
1657
|
-
"integrity": "sha512-
|
|
1657
|
+
"version": "3.629.0",
|
|
1658
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.629.0.tgz",
|
|
1659
|
+
"integrity": "sha512-868hnVOLlXOBHk91Rl0jZIRgr/M4WJCa0nOrW9A9yidsQxuZp9P0vshDmm4hMvNZadmPIfo0Rra2MpA4RELoCw==",
|
|
1658
1660
|
"dev": true,
|
|
1659
1661
|
"license": "Apache-2.0",
|
|
1660
1662
|
"peer": true,
|
|
1661
1663
|
"dependencies": {
|
|
1662
1664
|
"@aws-sdk/credential-provider-env": "3.620.1",
|
|
1663
1665
|
"@aws-sdk/credential-provider-http": "3.622.0",
|
|
1664
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
1666
|
+
"@aws-sdk/credential-provider-ini": "3.629.0",
|
|
1665
1667
|
"@aws-sdk/credential-provider-process": "3.620.1",
|
|
1666
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
1668
|
+
"@aws-sdk/credential-provider-sso": "3.629.0",
|
|
1667
1669
|
"@aws-sdk/credential-provider-web-identity": "3.621.0",
|
|
1668
1670
|
"@aws-sdk/types": "3.609.0",
|
|
1669
1671
|
"@smithy/credential-provider-imds": "^3.2.0",
|
|
@@ -1695,14 +1697,14 @@
|
|
|
1695
1697
|
}
|
|
1696
1698
|
},
|
|
1697
1699
|
"node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/credential-provider-sso": {
|
|
1698
|
-
"version": "3.
|
|
1699
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
1700
|
-
"integrity": "sha512-
|
|
1700
|
+
"version": "3.629.0",
|
|
1701
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.629.0.tgz",
|
|
1702
|
+
"integrity": "sha512-Lf4XOuj6jamxgGZGrVojERh5S+NS2t2S4CUOnAu6tJ5U0GPlpjhINUKlcVxJBpsIXudMGW1nkumAd3+kazCPig==",
|
|
1701
1703
|
"dev": true,
|
|
1702
1704
|
"license": "Apache-2.0",
|
|
1703
1705
|
"peer": true,
|
|
1704
1706
|
"dependencies": {
|
|
1705
|
-
"@aws-sdk/client-sso": "3.
|
|
1707
|
+
"@aws-sdk/client-sso": "3.629.0",
|
|
1706
1708
|
"@aws-sdk/token-providers": "3.614.0",
|
|
1707
1709
|
"@aws-sdk/types": "3.609.0",
|
|
1708
1710
|
"@smithy/property-provider": "^3.1.3",
|
|
@@ -4907,9 +4909,9 @@
|
|
|
4907
4909
|
}
|
|
4908
4910
|
},
|
|
4909
4911
|
"node_modules/@salesforce/plugin-data": {
|
|
4910
|
-
"version": "3.
|
|
4911
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
4912
|
-
"integrity": "sha512-
|
|
4912
|
+
"version": "3.6.0",
|
|
4913
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.0.tgz",
|
|
4914
|
+
"integrity": "sha512-a8EtacfJb03hh7CJZy00QlMZDGduuX4LyFMIHJxoqaQt+/W3v5sh5hNT/O2AysqUzoapVEmISgQx6itMT5EIxw==",
|
|
4913
4915
|
"license": "BSD-3-Clause",
|
|
4914
4916
|
"dependencies": {
|
|
4915
4917
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
@@ -4934,9 +4936,9 @@
|
|
|
4934
4936
|
"license": "MIT"
|
|
4935
4937
|
},
|
|
4936
4938
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4937
|
-
"version": "3.9.
|
|
4938
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
4939
|
-
"integrity": "sha512-
|
|
4939
|
+
"version": "3.9.27",
|
|
4940
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.27.tgz",
|
|
4941
|
+
"integrity": "sha512-nLv0gc/ZUBUf/5+MIVBj6V9BresXixULminOE+majxsyMNuauvOaPig1C83JN0i1DbYR+o8f8urbU50Td8Y+Ag==",
|
|
4940
4942
|
"license": "BSD-3-Clause",
|
|
4941
4943
|
"dependencies": {
|
|
4942
4944
|
"@oclif/core": "^4.0.12",
|
|
@@ -18548,20 +18550,20 @@
|
|
|
18548
18550
|
"license": "MIT"
|
|
18549
18551
|
},
|
|
18550
18552
|
"node_modules/oclif": {
|
|
18551
|
-
"version": "4.14.
|
|
18552
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18553
|
-
"integrity": "sha512-
|
|
18553
|
+
"version": "4.14.19",
|
|
18554
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.19.tgz",
|
|
18555
|
+
"integrity": "sha512-JdpLi1JbJ2OqSYCSLNzuLx9sn+ZgKNx3Z/zAL9f/BWsrQ6ohq3ElhjeAOSwOki3n533hjGqFHJW/hj1yuGYl0g==",
|
|
18554
18556
|
"dev": true,
|
|
18555
18557
|
"license": "MIT",
|
|
18556
18558
|
"dependencies": {
|
|
18557
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
18559
|
+
"@aws-sdk/client-cloudfront": "^3.624.0",
|
|
18558
18560
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
18559
|
-
"@inquirer/confirm": "^3.1.
|
|
18561
|
+
"@inquirer/confirm": "^3.1.22",
|
|
18560
18562
|
"@inquirer/input": "^2.2.4",
|
|
18561
18563
|
"@inquirer/select": "^2.3.10",
|
|
18562
18564
|
"@oclif/core": "^4",
|
|
18563
18565
|
"@oclif/plugin-help": "^6.2.7",
|
|
18564
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
18566
|
+
"@oclif/plugin-not-found": "^3.2.15",
|
|
18565
18567
|
"@oclif/plugin-warn-if-update-available": "^3.0.19",
|
|
18566
18568
|
"async-retry": "^1.3.3",
|
|
18567
18569
|
"chalk": "^4",
|
package/oclif.lock
CHANGED
|
@@ -83,17 +83,17 @@
|
|
|
83
83
|
"@smithy/util-utf8" "^2.0.0"
|
|
84
84
|
tslib "^2.6.2"
|
|
85
85
|
|
|
86
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
87
|
-
version "3.
|
|
88
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
89
|
-
integrity sha512-
|
|
86
|
+
"@aws-sdk/client-cloudfront@^3.624.0":
|
|
87
|
+
version "3.629.0"
|
|
88
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.629.0.tgz"
|
|
89
|
+
integrity sha512-WBwmK/5R1dBlQXdxJwbdiXaA8mQPyaK8znJ1f5hFeE+euzIWntEjuN7qhoSW7lMC4IiLTiB0xAwVVvOfqi95iQ==
|
|
90
90
|
dependencies:
|
|
91
91
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
92
92
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
93
|
-
"@aws-sdk/client-sso-oidc" "3.
|
|
94
|
-
"@aws-sdk/client-sts" "3.
|
|
95
|
-
"@aws-sdk/core" "3.
|
|
96
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
93
|
+
"@aws-sdk/client-sso-oidc" "3.629.0"
|
|
94
|
+
"@aws-sdk/client-sts" "3.629.0"
|
|
95
|
+
"@aws-sdk/core" "3.629.0"
|
|
96
|
+
"@aws-sdk/credential-provider-node" "3.629.0"
|
|
97
97
|
"@aws-sdk/middleware-host-header" "3.620.0"
|
|
98
98
|
"@aws-sdk/middleware-logger" "3.609.0"
|
|
99
99
|
"@aws-sdk/middleware-recursion-detection" "3.620.0"
|
|
@@ -197,15 +197,15 @@
|
|
|
197
197
|
"@smithy/util-waiter" "^3.1.2"
|
|
198
198
|
tslib "^2.6.2"
|
|
199
199
|
|
|
200
|
-
"@aws-sdk/client-sso-oidc@^3.614.0", "@aws-sdk/client-sso-oidc@3.
|
|
201
|
-
version "3.
|
|
202
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.
|
|
203
|
-
integrity sha512-
|
|
200
|
+
"@aws-sdk/client-sso-oidc@^3.614.0", "@aws-sdk/client-sso-oidc@3.629.0":
|
|
201
|
+
version "3.629.0"
|
|
202
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.629.0.tgz"
|
|
203
|
+
integrity sha512-3if0LauNJPqubGYf8vnlkp+B3yAeKRuRNxfNbHlE6l510xWGcKK/ZsEmiFmfePzKKSRrDh/cxMFMScgOrXptNg==
|
|
204
204
|
dependencies:
|
|
205
205
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
206
206
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
207
|
-
"@aws-sdk/core" "3.
|
|
208
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
207
|
+
"@aws-sdk/core" "3.629.0"
|
|
208
|
+
"@aws-sdk/credential-provider-node" "3.629.0"
|
|
209
209
|
"@aws-sdk/middleware-host-header" "3.620.0"
|
|
210
210
|
"@aws-sdk/middleware-logger" "3.609.0"
|
|
211
211
|
"@aws-sdk/middleware-recursion-detection" "3.620.0"
|
|
@@ -331,14 +331,14 @@
|
|
|
331
331
|
"@smithy/util-utf8" "^3.0.0"
|
|
332
332
|
tslib "^2.6.2"
|
|
333
333
|
|
|
334
|
-
"@aws-sdk/client-sso@3.
|
|
335
|
-
version "3.
|
|
336
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
337
|
-
integrity sha512-
|
|
334
|
+
"@aws-sdk/client-sso@3.629.0":
|
|
335
|
+
version "3.629.0"
|
|
336
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.629.0.tgz"
|
|
337
|
+
integrity sha512-2w8xU4O0Grca5HmT2dXZ5fF0g39RxODtmoqHJDsK5DSt750LqDG4w3ktmBvQs3+SrpkkJOjlX5v/hb2PCxVbww==
|
|
338
338
|
dependencies:
|
|
339
339
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
340
340
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
341
|
-
"@aws-sdk/core" "3.
|
|
341
|
+
"@aws-sdk/core" "3.629.0"
|
|
342
342
|
"@aws-sdk/middleware-host-header" "3.620.0"
|
|
343
343
|
"@aws-sdk/middleware-logger" "3.609.0"
|
|
344
344
|
"@aws-sdk/middleware-recursion-detection" "3.620.0"
|
|
@@ -421,16 +421,16 @@
|
|
|
421
421
|
"@smithy/util-utf8" "^3.0.0"
|
|
422
422
|
tslib "^2.6.2"
|
|
423
423
|
|
|
424
|
-
"@aws-sdk/client-sts@^3.621.0", "@aws-sdk/client-sts@^3.
|
|
425
|
-
version "3.
|
|
426
|
-
resolved "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.
|
|
427
|
-
integrity sha512-
|
|
424
|
+
"@aws-sdk/client-sts@^3.621.0", "@aws-sdk/client-sts@^3.629.0", "@aws-sdk/client-sts@3.629.0":
|
|
425
|
+
version "3.629.0"
|
|
426
|
+
resolved "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.629.0.tgz"
|
|
427
|
+
integrity sha512-RjOs371YwnSVGxhPjuluJKaxl4gcPYTAky0nPjwBime0i9/iS9nI8R8l5j7k7ec9tpFWjBPvNnThCU07pvjdzw==
|
|
428
428
|
dependencies:
|
|
429
429
|
"@aws-crypto/sha256-browser" "5.2.0"
|
|
430
430
|
"@aws-crypto/sha256-js" "5.2.0"
|
|
431
|
-
"@aws-sdk/client-sso-oidc" "3.
|
|
432
|
-
"@aws-sdk/core" "3.
|
|
433
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
431
|
+
"@aws-sdk/client-sso-oidc" "3.629.0"
|
|
432
|
+
"@aws-sdk/core" "3.629.0"
|
|
433
|
+
"@aws-sdk/credential-provider-node" "3.629.0"
|
|
434
434
|
"@aws-sdk/middleware-host-header" "3.620.0"
|
|
435
435
|
"@aws-sdk/middleware-logger" "3.609.0"
|
|
436
436
|
"@aws-sdk/middleware-recursion-detection" "3.620.0"
|
|
@@ -480,13 +480,14 @@
|
|
|
480
480
|
fast-xml-parser "4.2.5"
|
|
481
481
|
tslib "^2.6.2"
|
|
482
482
|
|
|
483
|
-
"@aws-sdk/core@3.
|
|
484
|
-
version "3.
|
|
485
|
-
resolved "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
486
|
-
integrity sha512
|
|
483
|
+
"@aws-sdk/core@3.629.0":
|
|
484
|
+
version "3.629.0"
|
|
485
|
+
resolved "https://registry.npmjs.org/@aws-sdk/core/-/core-3.629.0.tgz"
|
|
486
|
+
integrity sha512-+/ShPU/tyIBM3oY1cnjgNA/tFyHtlWq+wXF9xEKRv19NOpYbWQ+xzNwVjGq8vR07cCRqy/sDQLWPhxjtuV/FiQ==
|
|
487
487
|
dependencies:
|
|
488
488
|
"@smithy/core" "^2.3.2"
|
|
489
489
|
"@smithy/node-config-provider" "^3.1.4"
|
|
490
|
+
"@smithy/property-provider" "^3.1.3"
|
|
490
491
|
"@smithy/protocol-http" "^4.1.0"
|
|
491
492
|
"@smithy/signature-v4" "^4.1.0"
|
|
492
493
|
"@smithy/smithy-client" "^3.1.12"
|
|
@@ -562,15 +563,15 @@
|
|
|
562
563
|
"@smithy/types" "^3.3.0"
|
|
563
564
|
tslib "^2.6.2"
|
|
564
565
|
|
|
565
|
-
"@aws-sdk/credential-provider-ini@3.
|
|
566
|
-
version "3.
|
|
567
|
-
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
568
|
-
integrity sha512-
|
|
566
|
+
"@aws-sdk/credential-provider-ini@3.629.0":
|
|
567
|
+
version "3.629.0"
|
|
568
|
+
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.629.0.tgz"
|
|
569
|
+
integrity sha512-r9fI7BABARvVDp77DBUImQzYdvarAIdhbvpCEZib0rlpvfWu3zxE9KZcapCAAi0MPjxeDfb7RMehFQIkAP7mYw==
|
|
569
570
|
dependencies:
|
|
570
571
|
"@aws-sdk/credential-provider-env" "3.620.1"
|
|
571
572
|
"@aws-sdk/credential-provider-http" "3.622.0"
|
|
572
573
|
"@aws-sdk/credential-provider-process" "3.620.1"
|
|
573
|
-
"@aws-sdk/credential-provider-sso" "3.
|
|
574
|
+
"@aws-sdk/credential-provider-sso" "3.629.0"
|
|
574
575
|
"@aws-sdk/credential-provider-web-identity" "3.621.0"
|
|
575
576
|
"@aws-sdk/types" "3.609.0"
|
|
576
577
|
"@smithy/credential-provider-imds" "^3.2.0"
|
|
@@ -597,16 +598,16 @@
|
|
|
597
598
|
"@smithy/types" "^3.3.0"
|
|
598
599
|
tslib "^2.6.2"
|
|
599
600
|
|
|
600
|
-
"@aws-sdk/credential-provider-node@3.
|
|
601
|
-
version "3.
|
|
602
|
-
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
603
|
-
integrity sha512-
|
|
601
|
+
"@aws-sdk/credential-provider-node@3.629.0":
|
|
602
|
+
version "3.629.0"
|
|
603
|
+
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.629.0.tgz"
|
|
604
|
+
integrity sha512-868hnVOLlXOBHk91Rl0jZIRgr/M4WJCa0nOrW9A9yidsQxuZp9P0vshDmm4hMvNZadmPIfo0Rra2MpA4RELoCw==
|
|
604
605
|
dependencies:
|
|
605
606
|
"@aws-sdk/credential-provider-env" "3.620.1"
|
|
606
607
|
"@aws-sdk/credential-provider-http" "3.622.0"
|
|
607
|
-
"@aws-sdk/credential-provider-ini" "3.
|
|
608
|
+
"@aws-sdk/credential-provider-ini" "3.629.0"
|
|
608
609
|
"@aws-sdk/credential-provider-process" "3.620.1"
|
|
609
|
-
"@aws-sdk/credential-provider-sso" "3.
|
|
610
|
+
"@aws-sdk/credential-provider-sso" "3.629.0"
|
|
610
611
|
"@aws-sdk/credential-provider-web-identity" "3.621.0"
|
|
611
612
|
"@aws-sdk/types" "3.609.0"
|
|
612
613
|
"@smithy/credential-provider-imds" "^3.2.0"
|
|
@@ -650,12 +651,12 @@
|
|
|
650
651
|
"@smithy/types" "^3.3.0"
|
|
651
652
|
tslib "^2.6.2"
|
|
652
653
|
|
|
653
|
-
"@aws-sdk/credential-provider-sso@3.
|
|
654
|
-
version "3.
|
|
655
|
-
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
656
|
-
integrity sha512-
|
|
654
|
+
"@aws-sdk/credential-provider-sso@3.629.0":
|
|
655
|
+
version "3.629.0"
|
|
656
|
+
resolved "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.629.0.tgz"
|
|
657
|
+
integrity sha512-Lf4XOuj6jamxgGZGrVojERh5S+NS2t2S4CUOnAu6tJ5U0GPlpjhINUKlcVxJBpsIXudMGW1nkumAd3+kazCPig==
|
|
657
658
|
dependencies:
|
|
658
|
-
"@aws-sdk/client-sso" "3.
|
|
659
|
+
"@aws-sdk/client-sso" "3.629.0"
|
|
659
660
|
"@aws-sdk/token-providers" "3.614.0"
|
|
660
661
|
"@aws-sdk/types" "3.609.0"
|
|
661
662
|
"@smithy/property-provider" "^3.1.3"
|
|
@@ -1442,7 +1443,7 @@
|
|
|
1442
1443
|
ansi-escapes "^4.3.2"
|
|
1443
1444
|
yoctocolors-cjs "^2.1.2"
|
|
1444
1445
|
|
|
1445
|
-
"@inquirer/confirm@^3.1.
|
|
1446
|
+
"@inquirer/confirm@^3.1.20", "@inquirer/confirm@^3.1.22":
|
|
1446
1447
|
version "3.1.22"
|
|
1447
1448
|
resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.22.tgz"
|
|
1448
1449
|
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
|
|
@@ -1880,7 +1881,7 @@
|
|
|
1880
1881
|
dependencies:
|
|
1881
1882
|
"@oclif/core" "^4"
|
|
1882
1883
|
|
|
1883
|
-
"@oclif/plugin-not-found@^3.2.
|
|
1884
|
+
"@oclif/plugin-not-found@^3.2.15", "@oclif/plugin-not-found@3.2.16":
|
|
1884
1885
|
version "3.2.16"
|
|
1885
1886
|
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.16.tgz"
|
|
1886
1887
|
integrity sha512-9yGR1lAg4ItSwRb4WhZ41X+6tO55SJjDYnu+EXW9gPCPj64z5qRIBU1ZWUZGtxJpHNB0vUh9nDLTsQAJOw/lnw==
|
|
@@ -2259,10 +2260,10 @@
|
|
|
2259
2260
|
debug "^4.3.4"
|
|
2260
2261
|
handlebars "^4.7.8"
|
|
2261
2262
|
|
|
2262
|
-
"@salesforce/plugin-data@3.
|
|
2263
|
-
version "3.
|
|
2264
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.
|
|
2265
|
-
integrity sha512-
|
|
2263
|
+
"@salesforce/plugin-data@3.6.0":
|
|
2264
|
+
version "3.6.0"
|
|
2265
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.0.tgz"
|
|
2266
|
+
integrity sha512-a8EtacfJb03hh7CJZy00QlMZDGduuX4LyFMIHJxoqaQt+/W3v5sh5hNT/O2AysqUzoapVEmISgQx6itMT5EIxw==
|
|
2266
2267
|
dependencies:
|
|
2267
2268
|
"@jsforce/jsforce-node" "^3.4.1"
|
|
2268
2269
|
"@salesforce/core" "^8.3.0"
|
|
@@ -2275,10 +2276,10 @@
|
|
|
2275
2276
|
csv-stringify "^6.5.1"
|
|
2276
2277
|
form-data "^4.0.0"
|
|
2277
2278
|
|
|
2278
|
-
"@salesforce/plugin-deploy-retrieve@3.9.
|
|
2279
|
-
version "3.9.
|
|
2280
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.
|
|
2281
|
-
integrity sha512-
|
|
2279
|
+
"@salesforce/plugin-deploy-retrieve@3.9.27":
|
|
2280
|
+
version "3.9.27"
|
|
2281
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.27.tgz"
|
|
2282
|
+
integrity sha512-nLv0gc/ZUBUf/5+MIVBj6V9BresXixULminOE+majxsyMNuauvOaPig1C83JN0i1DbYR+o8f8urbU50Td8Y+Ag==
|
|
2282
2283
|
dependencies:
|
|
2283
2284
|
"@oclif/core" "^4.0.12"
|
|
2284
2285
|
"@salesforce/apex-node" "^8.1.1"
|
|
@@ -8710,19 +8711,19 @@ obliterator@^2.0.1, obliterator@^2.0.2:
|
|
|
8710
8711
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
8711
8712
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
8712
8713
|
|
|
8713
|
-
oclif@^4.14.
|
|
8714
|
-
version "4.14.
|
|
8715
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
8716
|
-
integrity sha512-
|
|
8714
|
+
oclif@^4.14.19:
|
|
8715
|
+
version "4.14.19"
|
|
8716
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.19.tgz"
|
|
8717
|
+
integrity sha512-JdpLi1JbJ2OqSYCSLNzuLx9sn+ZgKNx3Z/zAL9f/BWsrQ6ohq3ElhjeAOSwOki3n533hjGqFHJW/hj1yuGYl0g==
|
|
8717
8718
|
dependencies:
|
|
8718
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
8719
|
+
"@aws-sdk/client-cloudfront" "^3.624.0"
|
|
8719
8720
|
"@aws-sdk/client-s3" "^3.614.0"
|
|
8720
|
-
"@inquirer/confirm" "^3.1.
|
|
8721
|
+
"@inquirer/confirm" "^3.1.22"
|
|
8721
8722
|
"@inquirer/input" "^2.2.4"
|
|
8722
8723
|
"@inquirer/select" "^2.3.10"
|
|
8723
8724
|
"@oclif/core" "^4"
|
|
8724
8725
|
"@oclif/plugin-help" "^6.2.7"
|
|
8725
|
-
"@oclif/plugin-not-found" "^3.2.
|
|
8726
|
+
"@oclif/plugin-not-found" "^3.2.15"
|
|
8726
8727
|
"@oclif/plugin-warn-if-update-available" "^3.0.19"
|
|
8727
8728
|
async-retry "^1.3.3"
|
|
8728
8729
|
chalk "^4"
|
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.
|
|
4
|
+
"version": "2.56.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
155
|
"@salesforce/plugin-apex": "3.3.4",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.47",
|
|
157
|
-
"@salesforce/plugin-data": "3.
|
|
158
|
-
"@salesforce/plugin-deploy-retrieve": "3.9.
|
|
157
|
+
"@salesforce/plugin-data": "3.6.0",
|
|
158
|
+
"@salesforce/plugin-deploy-retrieve": "3.9.27",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.28",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.24",
|
|
161
161
|
"@salesforce/plugin-marketplace": "1.2.22",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"@salesforce/ts-sinon": "^1.4.24",
|
|
254
254
|
"@salesforce/ts-types": "^2.0.10",
|
|
255
255
|
"aws-sdk": "^2.1672.0",
|
|
256
|
-
"oclif": "^4.14.
|
|
256
|
+
"oclif": "^4.14.19",
|
|
257
257
|
"ts-node": "^10.9.2",
|
|
258
258
|
"typescript": "^5.5.4"
|
|
259
259
|
},
|