@salesforce/cli 2.104.1 → 2.104.2
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 +8 -8
- package/npm-shrinkwrap.json +86 -47
- package/oclif.lock +63 -44
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.104.
|
|
28
|
+
@salesforce/cli/2.104.2 linux-x64 node-v22.18.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -952,7 +952,7 @@ EXAMPLES
|
|
|
952
952
|
$ sf alias list
|
|
953
953
|
```
|
|
954
954
|
|
|
955
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
955
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/alias/list.ts)_
|
|
956
956
|
|
|
957
957
|
## `sf alias set`
|
|
958
958
|
|
|
@@ -1001,7 +1001,7 @@ EXAMPLES
|
|
|
1001
1001
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
1002
1002
|
```
|
|
1003
1003
|
|
|
1004
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1004
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/alias/set.ts)_
|
|
1005
1005
|
|
|
1006
1006
|
## `sf alias unset`
|
|
1007
1007
|
|
|
@@ -1041,7 +1041,7 @@ EXAMPLES
|
|
|
1041
1041
|
$ sf alias unset --all [--no-prompt]
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1044
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/alias/unset.ts)_
|
|
1045
1045
|
|
|
1046
1046
|
## `sf analytics generate template`
|
|
1047
1047
|
|
|
@@ -1871,7 +1871,7 @@ CONFIGURATION VARIABLES
|
|
|
1871
1871
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1872
1872
|
```
|
|
1873
1873
|
|
|
1874
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1874
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/config/get.ts)_
|
|
1875
1875
|
|
|
1876
1876
|
## `sf config list`
|
|
1877
1877
|
|
|
@@ -1911,7 +1911,7 @@ EXAMPLES
|
|
|
1911
1911
|
$ sf config list
|
|
1912
1912
|
```
|
|
1913
1913
|
|
|
1914
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1914
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/config/list.ts)_
|
|
1915
1915
|
|
|
1916
1916
|
## `sf config set`
|
|
1917
1917
|
|
|
@@ -1980,7 +1980,7 @@ CONFIGURATION VARIABLES
|
|
|
1980
1980
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1981
1981
|
```
|
|
1982
1982
|
|
|
1983
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1983
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/config/set.ts)_
|
|
1984
1984
|
|
|
1985
1985
|
## `sf config unset`
|
|
1986
1986
|
|
|
@@ -2030,7 +2030,7 @@ CONFIGURATION VARIABLES
|
|
|
2030
2030
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
2031
2031
|
```
|
|
2032
2032
|
|
|
2033
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2033
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.43/src/commands/config/unset.ts)_
|
|
2034
2034
|
|
|
2035
2035
|
## `sf data bulk results`
|
|
2036
2036
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.104.
|
|
3
|
+
"version": "2.104.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.104.
|
|
9
|
+
"version": "2.104.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@salesforce/plugin-org": "5.9.23",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.19.5",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.78",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.43",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.68",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.55",
|
|
42
42
|
"@salesforce/plugin-templates": "56.3.60",
|
|
@@ -5469,9 +5469,9 @@
|
|
|
5469
5469
|
}
|
|
5470
5470
|
},
|
|
5471
5471
|
"node_modules/@salesforce/plugin-settings": {
|
|
5472
|
-
"version": "2.4.
|
|
5473
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
5474
|
-
"integrity": "sha512-
|
|
5472
|
+
"version": "2.4.43",
|
|
5473
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.43.tgz",
|
|
5474
|
+
"integrity": "sha512-2DJx7Q8WFxksGAHv8AbNdf4mEk8oodruPs7qUTwkDoT3RqxvUWMN2hFRyEL/I+wEl6N+FcsrzrQxlMuIMLwKVA==",
|
|
5475
5475
|
"license": "Apache-2.0",
|
|
5476
5476
|
"dependencies": {
|
|
5477
5477
|
"@oclif/core": "^4",
|
|
@@ -8369,7 +8369,6 @@
|
|
|
8369
8369
|
"version": "1.0.7",
|
|
8370
8370
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
8371
8371
|
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
8372
|
-
"dev": true,
|
|
8373
8372
|
"license": "MIT",
|
|
8374
8373
|
"dependencies": {
|
|
8375
8374
|
"possible-typed-array-names": "^1.0.0"
|
|
@@ -8884,17 +8883,15 @@
|
|
|
8884
8883
|
}
|
|
8885
8884
|
},
|
|
8886
8885
|
"node_modules/call-bind": {
|
|
8887
|
-
"version": "1.0.
|
|
8888
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
8889
|
-
"integrity": "sha512-
|
|
8890
|
-
"dev": true,
|
|
8886
|
+
"version": "1.0.8",
|
|
8887
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
|
|
8888
|
+
"integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
8891
8889
|
"license": "MIT",
|
|
8892
8890
|
"dependencies": {
|
|
8891
|
+
"call-bind-apply-helpers": "^1.0.0",
|
|
8893
8892
|
"es-define-property": "^1.0.0",
|
|
8894
|
-
"es-errors": "^1.3.0",
|
|
8895
|
-
"function-bind": "^1.1.2",
|
|
8896
8893
|
"get-intrinsic": "^1.2.4",
|
|
8897
|
-
"set-function-length": "^1.2.
|
|
8894
|
+
"set-function-length": "^1.2.2"
|
|
8898
8895
|
},
|
|
8899
8896
|
"engines": {
|
|
8900
8897
|
"node": ">= 0.4"
|
|
@@ -8916,6 +8913,22 @@
|
|
|
8916
8913
|
"node": ">= 0.4"
|
|
8917
8914
|
}
|
|
8918
8915
|
},
|
|
8916
|
+
"node_modules/call-bound": {
|
|
8917
|
+
"version": "1.0.4",
|
|
8918
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
8919
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
8920
|
+
"license": "MIT",
|
|
8921
|
+
"dependencies": {
|
|
8922
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
8923
|
+
"get-intrinsic": "^1.3.0"
|
|
8924
|
+
},
|
|
8925
|
+
"engines": {
|
|
8926
|
+
"node": ">= 0.4"
|
|
8927
|
+
},
|
|
8928
|
+
"funding": {
|
|
8929
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
8930
|
+
}
|
|
8931
|
+
},
|
|
8919
8932
|
"node_modules/callsites": {
|
|
8920
8933
|
"version": "3.1.0",
|
|
8921
8934
|
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
|
@@ -10521,7 +10534,6 @@
|
|
|
10521
10534
|
"version": "1.1.4",
|
|
10522
10535
|
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
10523
10536
|
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
10524
|
-
"dev": true,
|
|
10525
10537
|
"license": "MIT",
|
|
10526
10538
|
"dependencies": {
|
|
10527
10539
|
"es-define-property": "^1.0.0",
|
|
@@ -12159,13 +12171,18 @@
|
|
|
12159
12171
|
"license": "ISC"
|
|
12160
12172
|
},
|
|
12161
12173
|
"node_modules/for-each": {
|
|
12162
|
-
"version": "0.3.
|
|
12163
|
-
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.
|
|
12164
|
-
"integrity": "sha512-
|
|
12165
|
-
"dev": true,
|
|
12174
|
+
"version": "0.3.5",
|
|
12175
|
+
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
|
|
12176
|
+
"integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
|
|
12166
12177
|
"license": "MIT",
|
|
12167
12178
|
"dependencies": {
|
|
12168
|
-
"is-callable": "^1.
|
|
12179
|
+
"is-callable": "^1.2.7"
|
|
12180
|
+
},
|
|
12181
|
+
"engines": {
|
|
12182
|
+
"node": ">= 0.4"
|
|
12183
|
+
},
|
|
12184
|
+
"funding": {
|
|
12185
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
12169
12186
|
}
|
|
12170
12187
|
},
|
|
12171
12188
|
"node_modules/foreground-child": {
|
|
@@ -12977,7 +12994,6 @@
|
|
|
12977
12994
|
"version": "1.0.2",
|
|
12978
12995
|
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
12979
12996
|
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
12980
|
-
"dev": true,
|
|
12981
12997
|
"license": "MIT",
|
|
12982
12998
|
"dependencies": {
|
|
12983
12999
|
"es-define-property": "^1.0.0"
|
|
@@ -13982,7 +13998,6 @@
|
|
|
13982
13998
|
"version": "1.2.7",
|
|
13983
13999
|
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
|
13984
14000
|
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
|
|
13985
|
-
"dev": true,
|
|
13986
14001
|
"license": "MIT",
|
|
13987
14002
|
"engines": {
|
|
13988
14003
|
"node": ">= 0.4"
|
|
@@ -14325,13 +14340,12 @@
|
|
|
14325
14340
|
}
|
|
14326
14341
|
},
|
|
14327
14342
|
"node_modules/is-typed-array": {
|
|
14328
|
-
"version": "1.1.
|
|
14329
|
-
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.
|
|
14330
|
-
"integrity": "sha512-
|
|
14331
|
-
"dev": true,
|
|
14343
|
+
"version": "1.1.15",
|
|
14344
|
+
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
|
|
14345
|
+
"integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
|
|
14332
14346
|
"license": "MIT",
|
|
14333
14347
|
"dependencies": {
|
|
14334
|
-
"which-typed-array": "^1.1.
|
|
14348
|
+
"which-typed-array": "^1.1.16"
|
|
14335
14349
|
},
|
|
14336
14350
|
"engines": {
|
|
14337
14351
|
"node": ">= 0.4"
|
|
@@ -20772,7 +20786,6 @@
|
|
|
20772
20786
|
"version": "1.0.0",
|
|
20773
20787
|
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
|
|
20774
20788
|
"integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
|
|
20775
|
-
"dev": true,
|
|
20776
20789
|
"license": "MIT",
|
|
20777
20790
|
"engines": {
|
|
20778
20791
|
"node": ">= 0.4"
|
|
@@ -21994,7 +22007,6 @@
|
|
|
21994
22007
|
"version": "1.2.2",
|
|
21995
22008
|
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
21996
22009
|
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
21997
|
-
"dev": true,
|
|
21998
22010
|
"license": "MIT",
|
|
21999
22011
|
"dependencies": {
|
|
22000
22012
|
"define-data-property": "^1.1.4",
|
|
@@ -22031,16 +22043,23 @@
|
|
|
22031
22043
|
"license": "MIT"
|
|
22032
22044
|
},
|
|
22033
22045
|
"node_modules/sha.js": {
|
|
22034
|
-
"version": "2.4.
|
|
22035
|
-
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.
|
|
22036
|
-
"integrity": "sha512-
|
|
22046
|
+
"version": "2.4.12",
|
|
22047
|
+
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
|
|
22048
|
+
"integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
|
|
22037
22049
|
"license": "(MIT AND BSD-3-Clause)",
|
|
22038
22050
|
"dependencies": {
|
|
22039
|
-
"inherits": "^2.0.
|
|
22040
|
-
"safe-buffer": "^5.
|
|
22051
|
+
"inherits": "^2.0.4",
|
|
22052
|
+
"safe-buffer": "^5.2.1",
|
|
22053
|
+
"to-buffer": "^1.2.0"
|
|
22041
22054
|
},
|
|
22042
22055
|
"bin": {
|
|
22043
22056
|
"sha.js": "bin.js"
|
|
22057
|
+
},
|
|
22058
|
+
"engines": {
|
|
22059
|
+
"node": ">= 0.10"
|
|
22060
|
+
},
|
|
22061
|
+
"funding": {
|
|
22062
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
22044
22063
|
}
|
|
22045
22064
|
},
|
|
22046
22065
|
"node_modules/shebang-command": {
|
|
@@ -23406,6 +23425,26 @@
|
|
|
23406
23425
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
23407
23426
|
}
|
|
23408
23427
|
},
|
|
23428
|
+
"node_modules/to-buffer": {
|
|
23429
|
+
"version": "1.2.1",
|
|
23430
|
+
"resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz",
|
|
23431
|
+
"integrity": "sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==",
|
|
23432
|
+
"license": "MIT",
|
|
23433
|
+
"dependencies": {
|
|
23434
|
+
"isarray": "^2.0.5",
|
|
23435
|
+
"safe-buffer": "^5.2.1",
|
|
23436
|
+
"typed-array-buffer": "^1.0.3"
|
|
23437
|
+
},
|
|
23438
|
+
"engines": {
|
|
23439
|
+
"node": ">= 0.4"
|
|
23440
|
+
}
|
|
23441
|
+
},
|
|
23442
|
+
"node_modules/to-buffer/node_modules/isarray": {
|
|
23443
|
+
"version": "2.0.5",
|
|
23444
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
23445
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
23446
|
+
"license": "MIT"
|
|
23447
|
+
},
|
|
23409
23448
|
"node_modules/to-regex-range": {
|
|
23410
23449
|
"version": "5.0.1",
|
|
23411
23450
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -23748,15 +23787,14 @@
|
|
|
23748
23787
|
}
|
|
23749
23788
|
},
|
|
23750
23789
|
"node_modules/typed-array-buffer": {
|
|
23751
|
-
"version": "1.0.
|
|
23752
|
-
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.
|
|
23753
|
-
"integrity": "sha512-
|
|
23754
|
-
"dev": true,
|
|
23790
|
+
"version": "1.0.3",
|
|
23791
|
+
"resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
|
|
23792
|
+
"integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
|
|
23755
23793
|
"license": "MIT",
|
|
23756
23794
|
"dependencies": {
|
|
23757
|
-
"call-
|
|
23795
|
+
"call-bound": "^1.0.3",
|
|
23758
23796
|
"es-errors": "^1.3.0",
|
|
23759
|
-
"is-typed-array": "^1.1.
|
|
23797
|
+
"is-typed-array": "^1.1.14"
|
|
23760
23798
|
},
|
|
23761
23799
|
"engines": {
|
|
23762
23800
|
"node": ">= 0.4"
|
|
@@ -24336,16 +24374,17 @@
|
|
|
24336
24374
|
"license": "ISC"
|
|
24337
24375
|
},
|
|
24338
24376
|
"node_modules/which-typed-array": {
|
|
24339
|
-
"version": "1.1.
|
|
24340
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
24341
|
-
"integrity": "sha512-
|
|
24342
|
-
"dev": true,
|
|
24377
|
+
"version": "1.1.19",
|
|
24378
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
|
|
24379
|
+
"integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
|
|
24343
24380
|
"license": "MIT",
|
|
24344
24381
|
"dependencies": {
|
|
24345
24382
|
"available-typed-arrays": "^1.0.7",
|
|
24346
|
-
"call-bind": "^1.0.
|
|
24347
|
-
"
|
|
24348
|
-
"
|
|
24383
|
+
"call-bind": "^1.0.8",
|
|
24384
|
+
"call-bound": "^1.0.4",
|
|
24385
|
+
"for-each": "^0.3.5",
|
|
24386
|
+
"get-proto": "^1.0.1",
|
|
24387
|
+
"gopd": "^1.2.0",
|
|
24349
24388
|
"has-tostringtag": "^1.0.2"
|
|
24350
24389
|
},
|
|
24351
24390
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -2384,10 +2384,10 @@
|
|
|
2384
2384
|
"@salesforce/core" "^8.19.1"
|
|
2385
2385
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2386
2386
|
|
|
2387
|
-
"@salesforce/plugin-settings@2.4.
|
|
2388
|
-
version "2.4.
|
|
2389
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2390
|
-
integrity sha512-
|
|
2387
|
+
"@salesforce/plugin-settings@2.4.43":
|
|
2388
|
+
version "2.4.43"
|
|
2389
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.43.tgz"
|
|
2390
|
+
integrity sha512-2DJx7Q8WFxksGAHv8AbNdf4mEk8oodruPs7qUTwkDoT3RqxvUWMN2hFRyEL/I+wEl6N+FcsrzrQxlMuIMLwKVA==
|
|
2391
2391
|
dependencies:
|
|
2392
2392
|
"@oclif/core" "^4"
|
|
2393
2393
|
"@salesforce/core" "^8.19.1"
|
|
@@ -4298,7 +4298,7 @@ caching-transform@^4.0.0:
|
|
|
4298
4298
|
package-hash "^4.0.0"
|
|
4299
4299
|
write-file-atomic "^3.0.0"
|
|
4300
4300
|
|
|
4301
|
-
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
|
|
4301
|
+
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
|
|
4302
4302
|
version "1.0.2"
|
|
4303
4303
|
resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz"
|
|
4304
4304
|
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
|
|
@@ -4306,16 +4306,23 @@ call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
|
|
|
4306
4306
|
es-errors "^1.3.0"
|
|
4307
4307
|
function-bind "^1.1.2"
|
|
4308
4308
|
|
|
4309
|
-
call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
|
|
4310
|
-
version "1.0.
|
|
4311
|
-
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
4312
|
-
integrity sha512-
|
|
4309
|
+
call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7, call-bind@^1.0.8:
|
|
4310
|
+
version "1.0.8"
|
|
4311
|
+
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz"
|
|
4312
|
+
integrity sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==
|
|
4313
4313
|
dependencies:
|
|
4314
|
+
call-bind-apply-helpers "^1.0.0"
|
|
4314
4315
|
es-define-property "^1.0.0"
|
|
4315
|
-
es-errors "^1.3.0"
|
|
4316
|
-
function-bind "^1.1.2"
|
|
4317
4316
|
get-intrinsic "^1.2.4"
|
|
4318
|
-
set-function-length "^1.2.
|
|
4317
|
+
set-function-length "^1.2.2"
|
|
4318
|
+
|
|
4319
|
+
call-bound@^1.0.3, call-bound@^1.0.4:
|
|
4320
|
+
version "1.0.4"
|
|
4321
|
+
resolved "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz"
|
|
4322
|
+
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
|
|
4323
|
+
dependencies:
|
|
4324
|
+
call-bind-apply-helpers "^1.0.2"
|
|
4325
|
+
get-intrinsic "^1.3.0"
|
|
4319
4326
|
|
|
4320
4327
|
callsites@^3.0.0:
|
|
4321
4328
|
version "3.1.0"
|
|
@@ -6140,12 +6147,12 @@ flatted@^3.2.9:
|
|
|
6140
6147
|
resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz"
|
|
6141
6148
|
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
|
|
6142
6149
|
|
|
6143
|
-
for-each@^0.3.3:
|
|
6144
|
-
version "0.3.
|
|
6145
|
-
resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.
|
|
6146
|
-
integrity sha512-
|
|
6150
|
+
for-each@^0.3.3, for-each@^0.3.5:
|
|
6151
|
+
version "0.3.5"
|
|
6152
|
+
resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz"
|
|
6153
|
+
integrity sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==
|
|
6147
6154
|
dependencies:
|
|
6148
|
-
is-callable "^1.
|
|
6155
|
+
is-callable "^1.2.7"
|
|
6149
6156
|
|
|
6150
6157
|
foreground-child@^2.0.0:
|
|
6151
6158
|
version "2.0.0"
|
|
@@ -6277,7 +6284,7 @@ get-func-name@^2.0.1, get-func-name@^2.0.2:
|
|
|
6277
6284
|
resolved "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz"
|
|
6278
6285
|
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
|
|
6279
6286
|
|
|
6280
|
-
get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4, get-intrinsic@^1.2.6:
|
|
6287
|
+
get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
|
|
6281
6288
|
version "1.3.0"
|
|
6282
6289
|
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz"
|
|
6283
6290
|
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
|
|
@@ -7140,7 +7147,7 @@ is-builtin-module@^3.2.1:
|
|
|
7140
7147
|
dependencies:
|
|
7141
7148
|
builtin-modules "^3.3.0"
|
|
7142
7149
|
|
|
7143
|
-
is-callable@^1.1.
|
|
7150
|
+
is-callable@^1.1.4, is-callable@^1.2.7:
|
|
7144
7151
|
version "1.2.7"
|
|
7145
7152
|
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
|
|
7146
7153
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
@@ -7319,12 +7326,12 @@ is-text-path@^1.0.1:
|
|
|
7319
7326
|
dependencies:
|
|
7320
7327
|
text-extensions "^1.0.0"
|
|
7321
7328
|
|
|
7322
|
-
is-typed-array@^1.1.13, is-typed-array@^1.1.3:
|
|
7323
|
-
version "1.1.
|
|
7324
|
-
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.
|
|
7325
|
-
integrity sha512-
|
|
7329
|
+
is-typed-array@^1.1.13, is-typed-array@^1.1.14, is-typed-array@^1.1.3:
|
|
7330
|
+
version "1.1.15"
|
|
7331
|
+
resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz"
|
|
7332
|
+
integrity sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==
|
|
7326
7333
|
dependencies:
|
|
7327
|
-
which-typed-array "^1.1.
|
|
7334
|
+
which-typed-array "^1.1.16"
|
|
7328
7335
|
|
|
7329
7336
|
is-typedarray@^1.0.0:
|
|
7330
7337
|
version "1.0.0"
|
|
@@ -10169,7 +10176,7 @@ safe-array-concat@^1.1.2:
|
|
|
10169
10176
|
has-symbols "^1.0.3"
|
|
10170
10177
|
isarray "^2.0.5"
|
|
10171
10178
|
|
|
10172
|
-
safe-buffer@*, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@>=5.1.0, safe-buffer@~5.2.0:
|
|
10179
|
+
safe-buffer@*, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.2.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0:
|
|
10173
10180
|
version "5.2.1"
|
|
10174
10181
|
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
|
|
10175
10182
|
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
|
@@ -10293,7 +10300,7 @@ set-blocking@^2.0.0:
|
|
|
10293
10300
|
resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
|
|
10294
10301
|
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
|
|
10295
10302
|
|
|
10296
|
-
set-function-length@^1.2.
|
|
10303
|
+
set-function-length@^1.2.2:
|
|
10297
10304
|
version "1.2.2"
|
|
10298
10305
|
resolved "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz"
|
|
10299
10306
|
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
|
|
@@ -10321,12 +10328,13 @@ setimmediate@^1.0.5:
|
|
|
10321
10328
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
10322
10329
|
|
|
10323
10330
|
sha.js@^2.4.9:
|
|
10324
|
-
version "2.4.
|
|
10325
|
-
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.
|
|
10326
|
-
integrity sha512-
|
|
10331
|
+
version "2.4.12"
|
|
10332
|
+
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz"
|
|
10333
|
+
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
|
|
10327
10334
|
dependencies:
|
|
10328
|
-
inherits "^2.0.
|
|
10329
|
-
safe-buffer "^5.
|
|
10335
|
+
inherits "^2.0.4"
|
|
10336
|
+
safe-buffer "^5.2.1"
|
|
10337
|
+
to-buffer "^1.2.0"
|
|
10330
10338
|
|
|
10331
10339
|
shebang-command@^2.0.0:
|
|
10332
10340
|
version "2.0.0"
|
|
@@ -11022,6 +11030,15 @@ tinyglobby@^0.2.12, tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
|
11022
11030
|
fdir "^6.4.4"
|
|
11023
11031
|
picomatch "^4.0.2"
|
|
11024
11032
|
|
|
11033
|
+
to-buffer@^1.2.0:
|
|
11034
|
+
version "1.2.1"
|
|
11035
|
+
resolved "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.1.tgz"
|
|
11036
|
+
integrity sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==
|
|
11037
|
+
dependencies:
|
|
11038
|
+
isarray "^2.0.5"
|
|
11039
|
+
safe-buffer "^5.2.1"
|
|
11040
|
+
typed-array-buffer "^1.0.3"
|
|
11041
|
+
|
|
11025
11042
|
to-regex-range@^5.0.1:
|
|
11026
11043
|
version "5.0.1"
|
|
11027
11044
|
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
|
|
@@ -11208,14 +11225,14 @@ type-fest@^4.8.3:
|
|
|
11208
11225
|
resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz"
|
|
11209
11226
|
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
|
|
11210
11227
|
|
|
11211
|
-
typed-array-buffer@^1.0.2:
|
|
11212
|
-
version "1.0.
|
|
11213
|
-
resolved "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.
|
|
11214
|
-
integrity sha512-
|
|
11228
|
+
typed-array-buffer@^1.0.2, typed-array-buffer@^1.0.3:
|
|
11229
|
+
version "1.0.3"
|
|
11230
|
+
resolved "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz"
|
|
11231
|
+
integrity sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==
|
|
11215
11232
|
dependencies:
|
|
11216
|
-
call-
|
|
11233
|
+
call-bound "^1.0.3"
|
|
11217
11234
|
es-errors "^1.3.0"
|
|
11218
|
-
is-typed-array "^1.1.
|
|
11235
|
+
is-typed-array "^1.1.14"
|
|
11219
11236
|
|
|
11220
11237
|
typed-array-byte-length@^1.0.1:
|
|
11221
11238
|
version "1.0.1"
|
|
@@ -11575,15 +11592,17 @@ which-module@^2.0.0:
|
|
|
11575
11592
|
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz"
|
|
11576
11593
|
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
|
|
11577
11594
|
|
|
11578
|
-
which-typed-array@^1.1.
|
|
11579
|
-
version "1.1.
|
|
11580
|
-
resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
11581
|
-
integrity sha512-
|
|
11595
|
+
which-typed-array@^1.1.15, which-typed-array@^1.1.16, which-typed-array@^1.1.2:
|
|
11596
|
+
version "1.1.19"
|
|
11597
|
+
resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz"
|
|
11598
|
+
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
|
|
11582
11599
|
dependencies:
|
|
11583
11600
|
available-typed-arrays "^1.0.7"
|
|
11584
|
-
call-bind "^1.0.
|
|
11585
|
-
|
|
11586
|
-
|
|
11601
|
+
call-bind "^1.0.8"
|
|
11602
|
+
call-bound "^1.0.4"
|
|
11603
|
+
for-each "^0.3.5"
|
|
11604
|
+
get-proto "^1.0.1"
|
|
11605
|
+
gopd "^1.2.0"
|
|
11587
11606
|
has-tostringtag "^1.0.2"
|
|
11588
11607
|
|
|
11589
11608
|
which@^2.0.1:
|
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.104.
|
|
4
|
+
"version": "2.104.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@salesforce/plugin-org": "5.9.23",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.19.5",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.78",
|
|
172
|
-
"@salesforce/plugin-settings": "2.4.
|
|
172
|
+
"@salesforce/plugin-settings": "2.4.43",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.68",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.6.55",
|
|
175
175
|
"@salesforce/plugin-templates": "56.3.60",
|