@salesforce/cli 2.62.6 → 2.63.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 +21 -21
- package/npm-shrinkwrap.json +80 -13
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.
|
|
27
|
+
@salesforce/cli/2.63.1 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1331,7 +1331,7 @@ EXAMPLES
|
|
|
1331
1331
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1334
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/create/file.ts)_
|
|
1335
1335
|
|
|
1336
1336
|
## `sf data create record`
|
|
1337
1337
|
|
|
@@ -1387,7 +1387,7 @@ EXAMPLES
|
|
|
1387
1387
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1388
1388
|
```
|
|
1389
1389
|
|
|
1390
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1390
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/create/record.ts)_
|
|
1391
1391
|
|
|
1392
1392
|
## `sf data delete bulk`
|
|
1393
1393
|
|
|
@@ -1445,7 +1445,7 @@ FLAG DESCRIPTIONS
|
|
|
1445
1445
|
and can be enabled only by a system administrator.
|
|
1446
1446
|
```
|
|
1447
1447
|
|
|
1448
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1448
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/delete/bulk.ts)_
|
|
1449
1449
|
|
|
1450
1450
|
## `sf data delete record`
|
|
1451
1451
|
|
|
@@ -1506,7 +1506,7 @@ EXAMPLES
|
|
|
1506
1506
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1507
1507
|
```
|
|
1508
1508
|
|
|
1509
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1509
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/delete/record.ts)_
|
|
1510
1510
|
|
|
1511
1511
|
## `sf data delete resume`
|
|
1512
1512
|
|
|
@@ -1545,7 +1545,7 @@ EXAMPLES
|
|
|
1545
1545
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1546
1546
|
```
|
|
1547
1547
|
|
|
1548
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1548
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/delete/resume.ts)_
|
|
1549
1549
|
|
|
1550
1550
|
## `sf data export bulk`
|
|
1551
1551
|
|
|
@@ -1619,7 +1619,7 @@ EXAMPLES
|
|
|
1619
1619
|
--result-format json --async
|
|
1620
1620
|
```
|
|
1621
1621
|
|
|
1622
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1622
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/export/bulk.ts)_
|
|
1623
1623
|
|
|
1624
1624
|
## `sf data export resume`
|
|
1625
1625
|
|
|
@@ -1655,7 +1655,7 @@ EXAMPLES
|
|
|
1655
1655
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1656
1656
|
```
|
|
1657
1657
|
|
|
1658
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1658
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/export/resume.ts)_
|
|
1659
1659
|
|
|
1660
1660
|
## `sf data export tree`
|
|
1661
1661
|
|
|
@@ -1716,7 +1716,7 @@ EXAMPLES
|
|
|
1716
1716
|
my-scratch
|
|
1717
1717
|
```
|
|
1718
1718
|
|
|
1719
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1719
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/export/tree.ts)_
|
|
1720
1720
|
|
|
1721
1721
|
## `sf data get record`
|
|
1722
1722
|
|
|
@@ -1780,7 +1780,7 @@ EXAMPLES
|
|
|
1780
1780
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1781
1781
|
```
|
|
1782
1782
|
|
|
1783
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1783
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/get/record.ts)_
|
|
1784
1784
|
|
|
1785
1785
|
## `sf data import tree`
|
|
1786
1786
|
|
|
@@ -1845,7 +1845,7 @@ FLAG DESCRIPTIONS
|
|
|
1845
1845
|
- files(array) - Files: An array of files paths to load
|
|
1846
1846
|
```
|
|
1847
1847
|
|
|
1848
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1848
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/import/tree.ts)_
|
|
1849
1849
|
|
|
1850
1850
|
## `sf data query`
|
|
1851
1851
|
|
|
@@ -1909,7 +1909,7 @@ EXAMPLES
|
|
|
1909
1909
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1910
1910
|
```
|
|
1911
1911
|
|
|
1912
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1912
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/query.ts)_
|
|
1913
1913
|
|
|
1914
1914
|
## `sf data query resume`
|
|
1915
1915
|
|
|
@@ -1947,7 +1947,7 @@ EXAMPLES
|
|
|
1947
1947
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1948
1948
|
```
|
|
1949
1949
|
|
|
1950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/query/resume.ts)_
|
|
1951
1951
|
|
|
1952
1952
|
## `sf data resume`
|
|
1953
1953
|
|
|
@@ -1984,7 +1984,7 @@ EXAMPLES
|
|
|
1984
1984
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1985
1985
|
```
|
|
1986
1986
|
|
|
1987
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
1987
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/resume.ts)_
|
|
1988
1988
|
|
|
1989
1989
|
## `sf data search`
|
|
1990
1990
|
|
|
@@ -2034,7 +2034,7 @@ EXAMPLES
|
|
|
2034
2034
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2035
2035
|
```
|
|
2036
2036
|
|
|
2037
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2037
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/search.ts)_
|
|
2038
2038
|
|
|
2039
2039
|
## `sf data update record`
|
|
2040
2040
|
|
|
@@ -2096,7 +2096,7 @@ EXAMPLES
|
|
|
2096
2096
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2097
2097
|
```
|
|
2098
2098
|
|
|
2099
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2099
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/update/record.ts)_
|
|
2100
2100
|
|
|
2101
2101
|
## `sf data upsert bulk`
|
|
2102
2102
|
|
|
@@ -2149,7 +2149,7 @@ EXAMPLES
|
|
|
2149
2149
|
my-scratch
|
|
2150
2150
|
```
|
|
2151
2151
|
|
|
2152
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2152
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/upsert/bulk.ts)_
|
|
2153
2153
|
|
|
2154
2154
|
## `sf data upsert resume`
|
|
2155
2155
|
|
|
@@ -2188,7 +2188,7 @@ EXAMPLES
|
|
|
2188
2188
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2189
2189
|
```
|
|
2190
2190
|
|
|
2191
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2191
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/data/upsert/resume.ts)_
|
|
2192
2192
|
|
|
2193
2193
|
## `sf doctor`
|
|
2194
2194
|
|
|
@@ -2283,7 +2283,7 @@ EXAMPLES
|
|
|
2283
2283
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2284
2284
|
```
|
|
2285
2285
|
|
|
2286
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2286
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/force/data/bulk/delete.ts)_
|
|
2287
2287
|
|
|
2288
2288
|
## `sf force data bulk status`
|
|
2289
2289
|
|
|
@@ -2320,7 +2320,7 @@ EXAMPLES
|
|
|
2320
2320
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2321
2321
|
```
|
|
2322
2322
|
|
|
2323
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2323
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/force/data/bulk/status.ts)_
|
|
2324
2324
|
|
|
2325
2325
|
## `sf force data bulk upsert`
|
|
2326
2326
|
|
|
@@ -2378,7 +2378,7 @@ EXAMPLES
|
|
|
2378
2378
|
--target-org my-scratch
|
|
2379
2379
|
```
|
|
2380
2380
|
|
|
2381
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.
|
|
2381
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.7.1/src/commands/force/data/bulk/upsert.ts)_
|
|
2382
2382
|
|
|
2383
2383
|
## `sf help [COMMAND]`
|
|
2384
2384
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.63.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.63.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.5.1",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.1",
|
|
29
29
|
"@salesforce/plugin-auth": "3.6.65",
|
|
30
|
-
"@salesforce/plugin-data": "3.7.
|
|
30
|
+
"@salesforce/plugin-data": "3.7.1",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.12.17",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.9",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.32",
|
|
@@ -3236,23 +3236,41 @@
|
|
|
3236
3236
|
}
|
|
3237
3237
|
},
|
|
3238
3238
|
"node_modules/@oclif/multi-stage-output": {
|
|
3239
|
-
"version": "0.
|
|
3240
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.
|
|
3241
|
-
"integrity": "sha512-
|
|
3239
|
+
"version": "0.7.5",
|
|
3240
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.5.tgz",
|
|
3241
|
+
"integrity": "sha512-9DSPryrL6Qx7jWz7BGBdSyokmUUbrp8z3kRZpfIbA0vqZ/zqYDdW2tO2hlplb74Sr8FUiiwE0FcvRTYZWEmb9Q==",
|
|
3242
3242
|
"license": "MIT",
|
|
3243
3243
|
"dependencies": {
|
|
3244
3244
|
"@oclif/core": "^4",
|
|
3245
|
-
"@types/react": "^18.3.
|
|
3246
|
-
"change-case": "^5.4.4",
|
|
3245
|
+
"@types/react": "^18.3.11",
|
|
3247
3246
|
"cli-spinners": "^2",
|
|
3248
3247
|
"figures": "^6.1.0",
|
|
3249
3248
|
"ink": "^5.0.1",
|
|
3250
|
-
"react": "^18.3.1"
|
|
3249
|
+
"react": "^18.3.1",
|
|
3250
|
+
"wrap-ansi": "^9.0.0"
|
|
3251
3251
|
},
|
|
3252
3252
|
"engines": {
|
|
3253
3253
|
"node": ">=18.0.0"
|
|
3254
3254
|
}
|
|
3255
3255
|
},
|
|
3256
|
+
"node_modules/@oclif/multi-stage-output/node_modules/ansi-regex": {
|
|
3257
|
+
"version": "6.0.1",
|
|
3258
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3259
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3260
|
+
"license": "MIT",
|
|
3261
|
+
"engines": {
|
|
3262
|
+
"node": ">=12"
|
|
3263
|
+
},
|
|
3264
|
+
"funding": {
|
|
3265
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"node_modules/@oclif/multi-stage-output/node_modules/emoji-regex": {
|
|
3269
|
+
"version": "10.3.0",
|
|
3270
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3271
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3272
|
+
"license": "MIT"
|
|
3273
|
+
},
|
|
3256
3274
|
"node_modules/@oclif/multi-stage-output/node_modules/figures": {
|
|
3257
3275
|
"version": "6.1.0",
|
|
3258
3276
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
@@ -3280,6 +3298,55 @@
|
|
|
3280
3298
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3281
3299
|
}
|
|
3282
3300
|
},
|
|
3301
|
+
"node_modules/@oclif/multi-stage-output/node_modules/string-width": {
|
|
3302
|
+
"version": "7.2.0",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3304
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3305
|
+
"license": "MIT",
|
|
3306
|
+
"dependencies": {
|
|
3307
|
+
"emoji-regex": "^10.3.0",
|
|
3308
|
+
"get-east-asian-width": "^1.0.0",
|
|
3309
|
+
"strip-ansi": "^7.1.0"
|
|
3310
|
+
},
|
|
3311
|
+
"engines": {
|
|
3312
|
+
"node": ">=18"
|
|
3313
|
+
},
|
|
3314
|
+
"funding": {
|
|
3315
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
"node_modules/@oclif/multi-stage-output/node_modules/strip-ansi": {
|
|
3319
|
+
"version": "7.1.0",
|
|
3320
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3321
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3322
|
+
"license": "MIT",
|
|
3323
|
+
"dependencies": {
|
|
3324
|
+
"ansi-regex": "^6.0.1"
|
|
3325
|
+
},
|
|
3326
|
+
"engines": {
|
|
3327
|
+
"node": ">=12"
|
|
3328
|
+
},
|
|
3329
|
+
"funding": {
|
|
3330
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
3331
|
+
}
|
|
3332
|
+
},
|
|
3333
|
+
"node_modules/@oclif/multi-stage-output/node_modules/wrap-ansi": {
|
|
3334
|
+
"version": "9.0.0",
|
|
3335
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3336
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3337
|
+
"license": "MIT",
|
|
3338
|
+
"dependencies": {
|
|
3339
|
+
"ansi-styles": "^6.2.1",
|
|
3340
|
+
"string-width": "^7.0.0",
|
|
3341
|
+
"strip-ansi": "^7.1.0"
|
|
3342
|
+
},
|
|
3343
|
+
"engines": {
|
|
3344
|
+
"node": ">=18"
|
|
3345
|
+
},
|
|
3346
|
+
"funding": {
|
|
3347
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3283
3350
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3284
3351
|
"version": "3.2.5",
|
|
3285
3352
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.5.tgz",
|
|
@@ -4367,13 +4434,13 @@
|
|
|
4367
4434
|
}
|
|
4368
4435
|
},
|
|
4369
4436
|
"node_modules/@salesforce/plugin-data": {
|
|
4370
|
-
"version": "3.7.
|
|
4371
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.7.
|
|
4372
|
-
"integrity": "sha512
|
|
4437
|
+
"version": "3.7.1",
|
|
4438
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.7.1.tgz",
|
|
4439
|
+
"integrity": "sha512-bN/MLhS+kxA6s+xbIKrd314b2BfcMmDMS2M7W5pfOGVOacYEop4lf4Rn6iTv+/kaVQ2I3+mhJKUFxxIPkcAnQg==",
|
|
4373
4440
|
"license": "BSD-3-Clause",
|
|
4374
4441
|
"dependencies": {
|
|
4375
4442
|
"@jsforce/jsforce-node": "^3.5.1",
|
|
4376
|
-
"@oclif/multi-stage-output": "^0.
|
|
4443
|
+
"@oclif/multi-stage-output": "^0.7.5",
|
|
4377
4444
|
"@salesforce/core": "^8.6.1",
|
|
4378
4445
|
"@salesforce/kit": "^3.2.2",
|
|
4379
4446
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
package/oclif.lock
CHANGED
|
@@ -1580,18 +1580,18 @@
|
|
|
1580
1580
|
wordwrap "^1.0.0"
|
|
1581
1581
|
wrap-ansi "^7.0.0"
|
|
1582
1582
|
|
|
1583
|
-
"@oclif/multi-stage-output@^0.
|
|
1584
|
-
version "0.
|
|
1585
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.
|
|
1586
|
-
integrity sha512-
|
|
1583
|
+
"@oclif/multi-stage-output@^0.7.5":
|
|
1584
|
+
version "0.7.5"
|
|
1585
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.5.tgz"
|
|
1586
|
+
integrity sha512-9DSPryrL6Qx7jWz7BGBdSyokmUUbrp8z3kRZpfIbA0vqZ/zqYDdW2tO2hlplb74Sr8FUiiwE0FcvRTYZWEmb9Q==
|
|
1587
1587
|
dependencies:
|
|
1588
1588
|
"@oclif/core" "^4"
|
|
1589
|
-
"@types/react" "^18.3.
|
|
1590
|
-
change-case "^5.4.4"
|
|
1589
|
+
"@types/react" "^18.3.11"
|
|
1591
1590
|
cli-spinners "^2"
|
|
1592
1591
|
figures "^6.1.0"
|
|
1593
1592
|
ink "^5.0.1"
|
|
1594
1593
|
react "^18.3.1"
|
|
1594
|
+
wrap-ansi "^9.0.0"
|
|
1595
1595
|
|
|
1596
1596
|
"@oclif/plugin-autocomplete@3.2.5":
|
|
1597
1597
|
version "3.2.5"
|
|
@@ -2067,13 +2067,13 @@
|
|
|
2067
2067
|
debug "^4.3.4"
|
|
2068
2068
|
handlebars "^4.7.8"
|
|
2069
2069
|
|
|
2070
|
-
"@salesforce/plugin-data@3.7.
|
|
2071
|
-
version "3.7.
|
|
2072
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.7.
|
|
2073
|
-
integrity sha512
|
|
2070
|
+
"@salesforce/plugin-data@3.7.1":
|
|
2071
|
+
version "3.7.1"
|
|
2072
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.7.1.tgz"
|
|
2073
|
+
integrity sha512-bN/MLhS+kxA6s+xbIKrd314b2BfcMmDMS2M7W5pfOGVOacYEop4lf4Rn6iTv+/kaVQ2I3+mhJKUFxxIPkcAnQg==
|
|
2074
2074
|
dependencies:
|
|
2075
2075
|
"@jsforce/jsforce-node" "^3.5.1"
|
|
2076
|
-
"@oclif/multi-stage-output" "^0.
|
|
2076
|
+
"@oclif/multi-stage-output" "^0.7.5"
|
|
2077
2077
|
"@salesforce/core" "^8.6.1"
|
|
2078
2078
|
"@salesforce/kit" "^3.2.2"
|
|
2079
2079
|
"@salesforce/sf-plugins-core" "^11.3.10"
|
|
@@ -3243,7 +3243,7 @@
|
|
|
3243
3243
|
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz"
|
|
3244
3244
|
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
|
|
3245
3245
|
|
|
3246
|
-
"@types/react@^18.3.11", "@types/react
|
|
3246
|
+
"@types/react@^18.3.11", "@types/react@>=18.0.0":
|
|
3247
3247
|
version "18.3.11"
|
|
3248
3248
|
resolved "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz"
|
|
3249
3249
|
integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==
|
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.63.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"@salesforce/plugin-apex": "3.5.1",
|
|
157
157
|
"@salesforce/plugin-api": "1.3.1",
|
|
158
158
|
"@salesforce/plugin-auth": "3.6.65",
|
|
159
|
-
"@salesforce/plugin-data": "3.7.
|
|
159
|
+
"@salesforce/plugin-data": "3.7.1",
|
|
160
160
|
"@salesforce/plugin-deploy-retrieve": "3.12.17",
|
|
161
161
|
"@salesforce/plugin-info": "3.4.9",
|
|
162
162
|
"@salesforce/plugin-limits": "3.3.32",
|