@salesforce/cli 2.49.2 → 2.49.3
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 +10 -10
- package/npm-shrinkwrap.json +40 -40
- package/oclif.lock +44 -44
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.49.
|
|
27
|
+
@salesforce/cli/2.49.3 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
List all sf commands.
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.
|
|
907
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.5/src/commands/commands.ts)_
|
|
908
908
|
|
|
909
909
|
## `sf config get`
|
|
910
910
|
|
|
@@ -3346,7 +3346,7 @@ EXAMPLES
|
|
|
3346
3346
|
$ sf org list auth
|
|
3347
3347
|
```
|
|
3348
3348
|
|
|
3349
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3349
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/list/auth.ts)_
|
|
3350
3350
|
|
|
3351
3351
|
## `sf org list limits`
|
|
3352
3352
|
|
|
@@ -3646,7 +3646,7 @@ FLAG DESCRIPTIONS
|
|
|
3646
3646
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3647
3647
|
```
|
|
3648
3648
|
|
|
3649
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3649
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/login/access-token.ts)_
|
|
3650
3650
|
|
|
3651
3651
|
## `sf org login device`
|
|
3652
3652
|
|
|
@@ -3706,7 +3706,7 @@ FLAG DESCRIPTIONS
|
|
|
3706
3706
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3707
3707
|
```
|
|
3708
3708
|
|
|
3709
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3709
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/login/device.ts)_
|
|
3710
3710
|
|
|
3711
3711
|
## `sf org login jwt`
|
|
3712
3712
|
|
|
@@ -3797,7 +3797,7 @@ FLAG DESCRIPTIONS
|
|
|
3797
3797
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3798
3798
|
```
|
|
3799
3799
|
|
|
3800
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3800
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/login/jwt.ts)_
|
|
3801
3801
|
|
|
3802
3802
|
## `sf org login sfdx-url`
|
|
3803
3803
|
|
|
@@ -3862,7 +3862,7 @@ EXAMPLES
|
|
|
3862
3862
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3863
3863
|
```
|
|
3864
3864
|
|
|
3865
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3865
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/login/sfdx-url.ts)_
|
|
3866
3866
|
|
|
3867
3867
|
## `sf org login web`
|
|
3868
3868
|
|
|
@@ -3949,7 +3949,7 @@ FLAG DESCRIPTIONS
|
|
|
3949
3949
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3950
3950
|
```
|
|
3951
3951
|
|
|
3952
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3952
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/login/web.ts)_
|
|
3953
3953
|
|
|
3954
3954
|
## `sf org logout`
|
|
3955
3955
|
|
|
@@ -4010,7 +4010,7 @@ FLAG DESCRIPTIONS
|
|
|
4010
4010
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4011
4011
|
```
|
|
4012
4012
|
|
|
4013
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4013
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.28/src/commands/org/logout.ts)_
|
|
4014
4014
|
|
|
4015
4015
|
## `sf org open`
|
|
4016
4016
|
|
|
@@ -5675,7 +5675,7 @@ EXAMPLES
|
|
|
5675
5675
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5676
5676
|
```
|
|
5677
5677
|
|
|
5678
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
5678
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.11/src/commands/plugins/trust/verify.ts)_
|
|
5679
5679
|
|
|
5680
5680
|
## `sf plugins uninstall [PLUGIN]`
|
|
5681
5681
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.49.
|
|
3
|
+
"version": "2.49.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.49.
|
|
9
|
+
"version": "2.49.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.7",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.1.4",
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
16
|
+
"@oclif/plugin-commands": "4.0.5",
|
|
17
17
|
"@oclif/plugin-help": "6.2.3",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.6",
|
|
19
19
|
"@oclif/plugin-plugins": "5.3.2",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
27
|
"@salesforce/plugin-apex": "3.2.1",
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.28",
|
|
29
29
|
"@salesforce/plugin-data": "3.5.2",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.11",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.11",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.6",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.14",
|
|
39
39
|
"@salesforce/plugin-source": "3.4.8",
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.6.1",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.0",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.11",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.17",
|
|
44
44
|
"@salesforce/sf-plugins-core": "11.1.2",
|
|
45
45
|
"ansis": "^3.2.0"
|
|
@@ -3356,16 +3356,16 @@
|
|
|
3356
3356
|
}
|
|
3357
3357
|
},
|
|
3358
3358
|
"node_modules/@inquirer/checkbox": {
|
|
3359
|
-
"version": "2.3.
|
|
3360
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.
|
|
3361
|
-
"integrity": "sha512-
|
|
3359
|
+
"version": "2.3.7",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.7.tgz",
|
|
3361
|
+
"integrity": "sha512-CWzAu56xue6x3+3YwVJZAru4L9rjoOtZ7f+pUL4jL0YATxg/DgfWAt6PFYw645VJhzhGR7bix5I/eqKQMZrQ+A==",
|
|
3362
3362
|
"license": "MIT",
|
|
3363
3363
|
"dependencies": {
|
|
3364
|
-
"@inquirer/core": "^8.2.
|
|
3364
|
+
"@inquirer/core": "^8.2.4",
|
|
3365
3365
|
"@inquirer/figures": "^1.0.3",
|
|
3366
3366
|
"@inquirer/type": "^1.3.3",
|
|
3367
3367
|
"ansi-escapes": "^4.3.2",
|
|
3368
|
-
"
|
|
3368
|
+
"picocolors": "^1.0.1"
|
|
3369
3369
|
},
|
|
3370
3370
|
"engines": {
|
|
3371
3371
|
"node": ">=18"
|
|
@@ -3385,21 +3385,21 @@
|
|
|
3385
3385
|
}
|
|
3386
3386
|
},
|
|
3387
3387
|
"node_modules/@inquirer/core": {
|
|
3388
|
-
"version": "8.2.
|
|
3389
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.
|
|
3390
|
-
"integrity": "sha512-
|
|
3388
|
+
"version": "8.2.4",
|
|
3389
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.4.tgz",
|
|
3390
|
+
"integrity": "sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==",
|
|
3391
3391
|
"license": "MIT",
|
|
3392
3392
|
"dependencies": {
|
|
3393
3393
|
"@inquirer/figures": "^1.0.3",
|
|
3394
3394
|
"@inquirer/type": "^1.3.3",
|
|
3395
3395
|
"@types/mute-stream": "^0.0.4",
|
|
3396
|
-
"@types/node": "^20.14.
|
|
3396
|
+
"@types/node": "^20.14.9",
|
|
3397
3397
|
"@types/wrap-ansi": "^3.0.0",
|
|
3398
3398
|
"ansi-escapes": "^4.3.2",
|
|
3399
|
-
"chalk": "^4.1.2",
|
|
3400
3399
|
"cli-spinners": "^2.9.2",
|
|
3401
3400
|
"cli-width": "^4.1.0",
|
|
3402
3401
|
"mute-stream": "^1.0.0",
|
|
3402
|
+
"picocolors": "^1.0.1",
|
|
3403
3403
|
"signal-exit": "^4.1.0",
|
|
3404
3404
|
"strip-ansi": "^6.0.1",
|
|
3405
3405
|
"wrap-ansi": "^6.2.0"
|
|
@@ -4256,9 +4256,9 @@
|
|
|
4256
4256
|
}
|
|
4257
4257
|
},
|
|
4258
4258
|
"node_modules/@oclif/plugin-commands": {
|
|
4259
|
-
"version": "4.0.
|
|
4260
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
4261
|
-
"integrity": "sha512-
|
|
4259
|
+
"version": "4.0.5",
|
|
4260
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.5.tgz",
|
|
4261
|
+
"integrity": "sha512-ESlQyAlkuAHgQpb00teZlJf8wSL66O8QrXf96CDRGJ3JYIb9hLHfkiYVnzAJAHbCbV62k8Ow4pn8Awue/VURJA==",
|
|
4262
4262
|
"license": "MIT",
|
|
4263
4263
|
"dependencies": {
|
|
4264
4264
|
"@oclif/core": "^4",
|
|
@@ -4874,9 +4874,9 @@
|
|
|
4874
4874
|
}
|
|
4875
4875
|
},
|
|
4876
4876
|
"node_modules/@salesforce/core": {
|
|
4877
|
-
"version": "8.0
|
|
4878
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.0.
|
|
4879
|
-
"integrity": "sha512
|
|
4877
|
+
"version": "8.1.0",
|
|
4878
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.1.0.tgz",
|
|
4879
|
+
"integrity": "sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==",
|
|
4880
4880
|
"license": "BSD-3-Clause",
|
|
4881
4881
|
"dependencies": {
|
|
4882
4882
|
"@jsforce/jsforce-node": "^3.2.1",
|
|
@@ -5050,12 +5050,12 @@
|
|
|
5050
5050
|
}
|
|
5051
5051
|
},
|
|
5052
5052
|
"node_modules/@salesforce/plugin-auth": {
|
|
5053
|
-
"version": "3.6.
|
|
5054
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5055
|
-
"integrity": "sha512-
|
|
5053
|
+
"version": "3.6.28",
|
|
5054
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.28.tgz",
|
|
5055
|
+
"integrity": "sha512-CEa2S/+dOgxOahvXrkXe+vDMOxBobTYnfqSdJ0jTuJQKYJskK2S8srQZNCBrfd6iGGO4VR6CpxzWYTnosQReTg==",
|
|
5056
5056
|
"license": "BSD-3-Clause",
|
|
5057
5057
|
"dependencies": {
|
|
5058
|
-
"@inquirer/checkbox": "^2.3.
|
|
5058
|
+
"@inquirer/checkbox": "^2.3.7",
|
|
5059
5059
|
"@inquirer/select": "^2.3.5",
|
|
5060
5060
|
"@oclif/core": "^4",
|
|
5061
5061
|
"@salesforce/core": "^8.0.3",
|
|
@@ -5610,12 +5610,12 @@
|
|
|
5610
5610
|
}
|
|
5611
5611
|
},
|
|
5612
5612
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5613
|
-
"version": "3.6.
|
|
5614
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
5615
|
-
"integrity": "sha512-
|
|
5613
|
+
"version": "3.6.1",
|
|
5614
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.1.tgz",
|
|
5615
|
+
"integrity": "sha512-nCxKMTI9lKM5rGbGjvPRVMqvzMZmJEVNFLoQj1LzT4uQTeIXXV1Uq8pAaOFgsP8L9St+eX56oIfPaM9pUHuifQ==",
|
|
5616
5616
|
"license": "BSD-3-Clause",
|
|
5617
5617
|
"dependencies": {
|
|
5618
|
-
"@oclif/core": "^4.0.
|
|
5618
|
+
"@oclif/core": "^4.0.7",
|
|
5619
5619
|
"@salesforce/core": "^8.0.3",
|
|
5620
5620
|
"@salesforce/kit": "^3.1.6",
|
|
5621
5621
|
"@salesforce/sf-plugins-core": "^11.1.1",
|
|
@@ -5642,13 +5642,13 @@
|
|
|
5642
5642
|
}
|
|
5643
5643
|
},
|
|
5644
5644
|
"node_modules/@salesforce/plugin-trust": {
|
|
5645
|
-
"version": "3.7.
|
|
5646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5647
|
-
"integrity": "sha512-
|
|
5645
|
+
"version": "3.7.11",
|
|
5646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.11.tgz",
|
|
5647
|
+
"integrity": "sha512-n/5E4d5AzF/l8l7lxJ7r9UHJ9xh0T6LuqCQLXYoCCsi4sNFEhqrUCt50UW9+TZ4pIVWNpqL2W8ZLUH7CWRcXpw==",
|
|
5648
5648
|
"license": "BSD-3-Clause",
|
|
5649
5649
|
"dependencies": {
|
|
5650
5650
|
"@oclif/core": "^4",
|
|
5651
|
-
"@salesforce/core": "^8.0
|
|
5651
|
+
"@salesforce/core": "^8.1.0",
|
|
5652
5652
|
"@salesforce/kit": "^3.1.6",
|
|
5653
5653
|
"@salesforce/plugin-info": "^3.3.7",
|
|
5654
5654
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
@@ -7412,9 +7412,9 @@
|
|
|
7412
7412
|
}
|
|
7413
7413
|
},
|
|
7414
7414
|
"node_modules/@types/node": {
|
|
7415
|
-
"version": "20.14.
|
|
7416
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
7417
|
-
"integrity": "sha512-
|
|
7415
|
+
"version": "20.14.9",
|
|
7416
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
|
|
7417
|
+
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
|
|
7418
7418
|
"license": "MIT",
|
|
7419
7419
|
"dependencies": {
|
|
7420
7420
|
"undici-types": "~5.26.4"
|
|
@@ -19560,9 +19560,9 @@
|
|
|
19560
19560
|
}
|
|
19561
19561
|
},
|
|
19562
19562
|
"node_modules/picocolors": {
|
|
19563
|
-
"version": "1.0.
|
|
19564
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.
|
|
19565
|
-
"integrity": "sha512-
|
|
19563
|
+
"version": "1.0.1",
|
|
19564
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
|
19565
|
+
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
|
|
19566
19566
|
"license": "ISC"
|
|
19567
19567
|
},
|
|
19568
19568
|
"node_modules/picomatch": {
|
package/oclif.lock
CHANGED
|
@@ -1562,16 +1562,16 @@
|
|
|
1562
1562
|
resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
|
|
1563
1563
|
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
|
|
1564
1564
|
|
|
1565
|
-
"@inquirer/checkbox@^2.3.
|
|
1566
|
-
version "2.3.
|
|
1567
|
-
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.
|
|
1568
|
-
integrity sha512-
|
|
1565
|
+
"@inquirer/checkbox@^2.3.7":
|
|
1566
|
+
version "2.3.7"
|
|
1567
|
+
resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.7.tgz"
|
|
1568
|
+
integrity sha512-CWzAu56xue6x3+3YwVJZAru4L9rjoOtZ7f+pUL4jL0YATxg/DgfWAt6PFYw645VJhzhGR7bix5I/eqKQMZrQ+A==
|
|
1569
1569
|
dependencies:
|
|
1570
|
-
"@inquirer/core" "^8.2.
|
|
1570
|
+
"@inquirer/core" "^8.2.4"
|
|
1571
1571
|
"@inquirer/figures" "^1.0.3"
|
|
1572
1572
|
"@inquirer/type" "^1.3.3"
|
|
1573
1573
|
ansi-escapes "^4.3.2"
|
|
1574
|
-
|
|
1574
|
+
picocolors "^1.0.1"
|
|
1575
1575
|
|
|
1576
1576
|
"@inquirer/confirm@^3.1.10", "@inquirer/confirm@^3.1.8", "@inquirer/confirm@^3.1.9":
|
|
1577
1577
|
version "3.1.10"
|
|
@@ -1600,21 +1600,21 @@
|
|
|
1600
1600
|
strip-ansi "^6.0.1"
|
|
1601
1601
|
wrap-ansi "^6.2.0"
|
|
1602
1602
|
|
|
1603
|
-
"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.3":
|
|
1604
|
-
version "8.2.
|
|
1605
|
-
resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.2.
|
|
1606
|
-
integrity sha512-
|
|
1603
|
+
"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.3", "@inquirer/core@^8.2.4":
|
|
1604
|
+
version "8.2.4"
|
|
1605
|
+
resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.2.4.tgz"
|
|
1606
|
+
integrity sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==
|
|
1607
1607
|
dependencies:
|
|
1608
1608
|
"@inquirer/figures" "^1.0.3"
|
|
1609
1609
|
"@inquirer/type" "^1.3.3"
|
|
1610
1610
|
"@types/mute-stream" "^0.0.4"
|
|
1611
|
-
"@types/node" "^20.14.
|
|
1611
|
+
"@types/node" "^20.14.9"
|
|
1612
1612
|
"@types/wrap-ansi" "^3.0.0"
|
|
1613
1613
|
ansi-escapes "^4.3.2"
|
|
1614
|
-
chalk "^4.1.2"
|
|
1615
1614
|
cli-spinners "^2.9.2"
|
|
1616
1615
|
cli-width "^4.1.0"
|
|
1617
1616
|
mute-stream "^1.0.0"
|
|
1617
|
+
picocolors "^1.0.1"
|
|
1618
1618
|
signal-exit "^4.1.0"
|
|
1619
1619
|
strip-ansi "^6.0.1"
|
|
1620
1620
|
wrap-ansi "^6.2.0"
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
proc-log "^4.0.0"
|
|
1947
1947
|
which "^4.0.0"
|
|
1948
1948
|
|
|
1949
|
-
"@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@4.0.7":
|
|
1949
|
+
"@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6", "@oclif/core@^4.0.7", "@oclif/core@4.0.7":
|
|
1950
1950
|
version "4.0.7"
|
|
1951
1951
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.7.tgz"
|
|
1952
1952
|
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
|
|
@@ -1994,10 +1994,10 @@
|
|
|
1994
1994
|
semver "^7.6.0"
|
|
1995
1995
|
ts-json-schema-generator "^1.5.1"
|
|
1996
1996
|
|
|
1997
|
-
"@oclif/plugin-commands@4.0.
|
|
1998
|
-
version "4.0.
|
|
1999
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
2000
|
-
integrity sha512-
|
|
1997
|
+
"@oclif/plugin-commands@4.0.5":
|
|
1998
|
+
version "4.0.5"
|
|
1999
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.5.tgz"
|
|
2000
|
+
integrity sha512-ESlQyAlkuAHgQpb00teZlJf8wSL66O8QrXf96CDRGJ3JYIb9hLHfkiYVnzAJAHbCbV62k8Ow4pn8Awue/VURJA==
|
|
2001
2001
|
dependencies:
|
|
2002
2002
|
"@oclif/core" "^4"
|
|
2003
2003
|
lodash "^4.17.21"
|
|
@@ -2357,10 +2357,10 @@
|
|
|
2357
2357
|
semver "^7.6.2"
|
|
2358
2358
|
ts-retry-promise "^0.8.1"
|
|
2359
2359
|
|
|
2360
|
-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5":
|
|
2361
|
-
version "8.0
|
|
2362
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.0.
|
|
2363
|
-
integrity sha512
|
|
2360
|
+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5", "@salesforce/core@^8.1.0":
|
|
2361
|
+
version "8.1.0"
|
|
2362
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.1.0.tgz"
|
|
2363
|
+
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==
|
|
2364
2364
|
dependencies:
|
|
2365
2365
|
"@jsforce/jsforce-node" "^3.2.1"
|
|
2366
2366
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -2457,12 +2457,12 @@
|
|
|
2457
2457
|
"@salesforce/sf-plugins-core" "^11.1.0"
|
|
2458
2458
|
ansis "^3.2.0"
|
|
2459
2459
|
|
|
2460
|
-
"@salesforce/plugin-auth@3.6.
|
|
2461
|
-
version "3.6.
|
|
2462
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2463
|
-
integrity sha512-
|
|
2460
|
+
"@salesforce/plugin-auth@3.6.28":
|
|
2461
|
+
version "3.6.28"
|
|
2462
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.28.tgz"
|
|
2463
|
+
integrity sha512-CEa2S/+dOgxOahvXrkXe+vDMOxBobTYnfqSdJ0jTuJQKYJskK2S8srQZNCBrfd6iGGO4VR6CpxzWYTnosQReTg==
|
|
2464
2464
|
dependencies:
|
|
2465
|
-
"@inquirer/checkbox" "^2.3.
|
|
2465
|
+
"@inquirer/checkbox" "^2.3.7"
|
|
2466
2466
|
"@inquirer/select" "^2.3.5"
|
|
2467
2467
|
"@oclif/core" "^4"
|
|
2468
2468
|
"@salesforce/core" "^8.0.3"
|
|
@@ -2664,12 +2664,12 @@
|
|
|
2664
2664
|
got "^13.0.0"
|
|
2665
2665
|
proxy-agent "^6.3.1"
|
|
2666
2666
|
|
|
2667
|
-
"@salesforce/plugin-telemetry@3.6.
|
|
2668
|
-
version "3.6.
|
|
2669
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.
|
|
2670
|
-
integrity sha512-
|
|
2667
|
+
"@salesforce/plugin-telemetry@3.6.1":
|
|
2668
|
+
version "3.6.1"
|
|
2669
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.1.tgz"
|
|
2670
|
+
integrity sha512-nCxKMTI9lKM5rGbGjvPRVMqvzMZmJEVNFLoQj1LzT4uQTeIXXV1Uq8pAaOFgsP8L9St+eX56oIfPaM9pUHuifQ==
|
|
2671
2671
|
dependencies:
|
|
2672
|
-
"@oclif/core" "^4.0.
|
|
2672
|
+
"@oclif/core" "^4.0.7"
|
|
2673
2673
|
"@salesforce/core" "^8.0.3"
|
|
2674
2674
|
"@salesforce/kit" "^3.1.6"
|
|
2675
2675
|
"@salesforce/sf-plugins-core" "^11.1.1"
|
|
@@ -2686,13 +2686,13 @@
|
|
|
2686
2686
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2687
2687
|
"@salesforce/templates" "^61.1.0"
|
|
2688
2688
|
|
|
2689
|
-
"@salesforce/plugin-trust@^3.7.6", "@salesforce/plugin-trust@3.7.
|
|
2690
|
-
version "3.7.
|
|
2691
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2692
|
-
integrity sha512-
|
|
2689
|
+
"@salesforce/plugin-trust@^3.7.6", "@salesforce/plugin-trust@3.7.11":
|
|
2690
|
+
version "3.7.11"
|
|
2691
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.11.tgz"
|
|
2692
|
+
integrity sha512-n/5E4d5AzF/l8l7lxJ7r9UHJ9xh0T6LuqCQLXYoCCsi4sNFEhqrUCt50UW9+TZ4pIVWNpqL2W8ZLUH7CWRcXpw==
|
|
2693
2693
|
dependencies:
|
|
2694
2694
|
"@oclif/core" "^4"
|
|
2695
|
-
"@salesforce/core" "^8.0
|
|
2695
|
+
"@salesforce/core" "^8.1.0"
|
|
2696
2696
|
"@salesforce/kit" "^3.1.6"
|
|
2697
2697
|
"@salesforce/plugin-info" "^3.3.7"
|
|
2698
2698
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
@@ -3664,10 +3664,10 @@
|
|
|
3664
3664
|
dependencies:
|
|
3665
3665
|
"@types/node" "*"
|
|
3666
3666
|
|
|
3667
|
-
"@types/node@*", "@types/node@^20.14.
|
|
3668
|
-
version "20.14.
|
|
3669
|
-
resolved "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
3670
|
-
integrity sha512-
|
|
3667
|
+
"@types/node@*", "@types/node@^20.14.9", "@types/node@^20.4.8":
|
|
3668
|
+
version "20.14.9"
|
|
3669
|
+
resolved "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz"
|
|
3670
|
+
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
|
|
3671
3671
|
dependencies:
|
|
3672
3672
|
undici-types "~5.26.4"
|
|
3673
3673
|
|
|
@@ -9327,10 +9327,10 @@ pathval@^1.1.1:
|
|
|
9327
9327
|
resolved "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz"
|
|
9328
9328
|
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
|
|
9329
9329
|
|
|
9330
|
-
picocolors@^1.0.0:
|
|
9331
|
-
version "1.0.
|
|
9332
|
-
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.
|
|
9333
|
-
integrity sha512-
|
|
9330
|
+
picocolors@^1.0.0, picocolors@^1.0.1:
|
|
9331
|
+
version "1.0.1"
|
|
9332
|
+
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz"
|
|
9333
|
+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
9334
9334
|
|
|
9335
9335
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
9336
9336
|
version "2.3.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.49.
|
|
4
|
+
"version": "2.49.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.16",
|
|
79
79
|
"@salesforce/plugin-community": "3.2.22",
|
|
80
80
|
"@salesforce/plugin-dev": "2.3.4",
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.17",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@inquirer/select": "^2.3.5",
|
|
142
142
|
"@oclif/core": "4.0.7",
|
|
143
143
|
"@oclif/plugin-autocomplete": "3.1.4",
|
|
144
|
-
"@oclif/plugin-commands": "4.0.
|
|
144
|
+
"@oclif/plugin-commands": "4.0.5",
|
|
145
145
|
"@oclif/plugin-help": "6.2.3",
|
|
146
146
|
"@oclif/plugin-not-found": "3.2.6",
|
|
147
147
|
"@oclif/plugin-plugins": "5.3.2",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.0",
|
|
155
155
|
"@salesforce/plugin-apex": "3.2.1",
|
|
156
|
-
"@salesforce/plugin-auth": "3.6.
|
|
156
|
+
"@salesforce/plugin-auth": "3.6.28",
|
|
157
157
|
"@salesforce/plugin-data": "3.5.2",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.11",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.11",
|
|
@@ -165,9 +165,9 @@
|
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.6",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.14",
|
|
167
167
|
"@salesforce/plugin-source": "3.4.8",
|
|
168
|
-
"@salesforce/plugin-telemetry": "3.6.
|
|
168
|
+
"@salesforce/plugin-telemetry": "3.6.1",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.0",
|
|
170
|
-
"@salesforce/plugin-trust": "3.7.
|
|
170
|
+
"@salesforce/plugin-trust": "3.7.11",
|
|
171
171
|
"@salesforce/plugin-user": "3.5.17",
|
|
172
172
|
"@salesforce/sf-plugins-core": "11.1.2",
|
|
173
173
|
"ansis": "^3.2.0"
|