@salesforce/cli 2.24.4 → 2.25.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 +29 -24
- package/npm-shrinkwrap.json +63 -63
- package/oclif.manifest.json +222 -394
- package/package.json +7 -7
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.25.0 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1910,7 +1910,7 @@ DESCRIPTION
|
|
|
1910
1910
|
Display help for sf.
|
|
1911
1911
|
```
|
|
1912
1912
|
|
|
1913
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
1913
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.11/src/commands/help.ts)_
|
|
1914
1914
|
|
|
1915
1915
|
## `sf info releasenotes display`
|
|
1916
1916
|
|
|
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
|
|
|
2421
2421
|
sandbox.
|
|
2422
2422
|
```
|
|
2423
2423
|
|
|
2424
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2424
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/sandbox.ts)_
|
|
2425
2425
|
|
|
2426
2426
|
## `sf org create scratch`
|
|
2427
2427
|
|
|
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
|
|
|
2574
2574
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2575
2575
|
```
|
|
2576
2576
|
|
|
2577
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2577
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/create/scratch.ts)_
|
|
2578
2578
|
|
|
2579
2579
|
## `sf org create user`
|
|
2580
2580
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/sandbox.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf org delete scratch`
|
|
2723
2723
|
|
|
@@ -2759,7 +2759,7 @@ EXAMPLES
|
|
|
2759
2759
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2762
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/delete/scratch.ts)_
|
|
2763
2763
|
|
|
2764
2764
|
## `sf org disable tracking`
|
|
2765
2765
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf org disable tracking
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2800
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/disable/tracking.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf org display`
|
|
2803
2803
|
|
|
@@ -2841,7 +2841,7 @@ EXAMPLES
|
|
|
2841
2841
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2842
2842
|
```
|
|
2843
2843
|
|
|
2844
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2844
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/display.ts)_
|
|
2845
2845
|
|
|
2846
2846
|
## `sf org display user`
|
|
2847
2847
|
|
|
@@ -2920,7 +2920,7 @@ EXAMPLES
|
|
|
2920
2920
|
$ sf org enable tracking
|
|
2921
2921
|
```
|
|
2922
2922
|
|
|
2923
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
2923
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/enable/tracking.ts)_
|
|
2924
2924
|
|
|
2925
2925
|
## `sf org generate password`
|
|
2926
2926
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ sf org list --clean
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3026
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org list auth`
|
|
3029
3029
|
|
|
@@ -3054,7 +3054,7 @@ EXAMPLES
|
|
|
3054
3054
|
$ sf org list auth
|
|
3055
3055
|
```
|
|
3056
3056
|
|
|
3057
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3057
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/list/auth.ts)_
|
|
3058
3058
|
|
|
3059
3059
|
## `sf org list limits`
|
|
3060
3060
|
|
|
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
|
|
|
3158
3158
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3159
3159
|
```
|
|
3160
3160
|
|
|
3161
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3161
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list/metadata.ts)_
|
|
3162
3162
|
|
|
3163
3163
|
## `sf org list metadata-types`
|
|
3164
3164
|
|
|
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
|
|
|
3212
3212
|
Override the api version used for api requests made by this command
|
|
3213
3213
|
```
|
|
3214
3214
|
|
|
3215
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3215
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/list/metadata-types.ts)_
|
|
3216
3216
|
|
|
3217
3217
|
## `sf org list sobject record-counts`
|
|
3218
3218
|
|
|
@@ -3347,7 +3347,7 @@ FLAG DESCRIPTIONS
|
|
|
3347
3347
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3348
3348
|
```
|
|
3349
3349
|
|
|
3350
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3350
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/access-token.ts)_
|
|
3351
3351
|
|
|
3352
3352
|
## `sf org login device`
|
|
3353
3353
|
|
|
@@ -3406,7 +3406,7 @@ FLAG DESCRIPTIONS
|
|
|
3406
3406
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3407
3407
|
```
|
|
3408
3408
|
|
|
3409
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3409
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/device.ts)_
|
|
3410
3410
|
|
|
3411
3411
|
## `sf org login jwt`
|
|
3412
3412
|
|
|
@@ -3495,7 +3495,7 @@ FLAG DESCRIPTIONS
|
|
|
3495
3495
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3496
3496
|
```
|
|
3497
3497
|
|
|
3498
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3498
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/jwt.ts)_
|
|
3499
3499
|
|
|
3500
3500
|
## `sf org login sfdx-url`
|
|
3501
3501
|
|
|
@@ -3562,7 +3562,7 @@ EXAMPLES
|
|
|
3562
3562
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin -
|
|
3563
3563
|
```
|
|
3564
3564
|
|
|
3565
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3565
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/sfdx-url.ts)_
|
|
3566
3566
|
|
|
3567
3567
|
## `sf org login web`
|
|
3568
3568
|
|
|
@@ -3647,7 +3647,7 @@ FLAG DESCRIPTIONS
|
|
|
3647
3647
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3648
3648
|
```
|
|
3649
3649
|
|
|
3650
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3650
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/login/web.ts)_
|
|
3651
3651
|
|
|
3652
3652
|
## `sf org logout`
|
|
3653
3653
|
|
|
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
|
|
|
3707
3707
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3708
3708
|
```
|
|
3709
3709
|
|
|
3710
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.
|
|
3710
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.0/src/commands/org/logout.ts)_
|
|
3711
3711
|
|
|
3712
3712
|
## `sf org open`
|
|
3713
3713
|
|
|
@@ -3715,8 +3715,8 @@ Open your default scratch org, or another specified org, in a browser.
|
|
|
3715
3715
|
|
|
3716
3716
|
```
|
|
3717
3717
|
USAGE
|
|
3718
|
-
$ sf org open -o <value> [--json] [--api-version <value>] [-b chrome|edge|firefox
|
|
3719
|
-
<value>]
|
|
3718
|
+
$ sf org open -o <value> [--json] [--api-version <value>] [--private | -r | -b chrome|edge|firefox] [-p
|
|
3719
|
+
<value> | -f <value>]
|
|
3720
3720
|
|
|
3721
3721
|
FLAGS
|
|
3722
3722
|
-b, --browser=<option> Browser where the org opens.
|
|
@@ -3727,6 +3727,7 @@ FLAGS
|
|
|
3727
3727
|
-p, --path=<value> Navigation URL path to open a specific page.
|
|
3728
3728
|
-r, --url-only Display navigation URL, but don’t launch browser.
|
|
3729
3729
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
3730
|
+
--private Open the org in the default browser using private (incognito) mode.
|
|
3730
3731
|
|
|
3731
3732
|
GLOBAL FLAGS
|
|
3732
3733
|
--json Format output as json.
|
|
@@ -3755,6 +3756,10 @@ EXAMPLES
|
|
|
3755
3756
|
|
|
3756
3757
|
$ sf org open
|
|
3757
3758
|
|
|
3759
|
+
Open your default org in an incognito window of your default browser:
|
|
3760
|
+
|
|
3761
|
+
$ sf org open --private
|
|
3762
|
+
|
|
3758
3763
|
Open the org with alias MyTestOrg1 in the Firefox browser:
|
|
3759
3764
|
|
|
3760
3765
|
$ sf org open --target-org MyTestOrg1 --browser firefox
|
|
@@ -3773,7 +3778,7 @@ EXAMPLES
|
|
|
3773
3778
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3774
3779
|
```
|
|
3775
3780
|
|
|
3776
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3781
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/open.ts)_
|
|
3777
3782
|
|
|
3778
3783
|
## `sf org resume sandbox`
|
|
3779
3784
|
|
|
@@ -3835,7 +3840,7 @@ FLAG DESCRIPTIONS
|
|
|
3835
3840
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3836
3841
|
```
|
|
3837
3842
|
|
|
3838
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/sandbox.ts)_
|
|
3839
3844
|
|
|
3840
3845
|
## `sf org resume scratch`
|
|
3841
3846
|
|
|
@@ -3881,7 +3886,7 @@ FLAG DESCRIPTIONS
|
|
|
3881
3886
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3882
3887
|
```
|
|
3883
3888
|
|
|
3884
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.
|
|
3889
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.0/src/commands/org/resume/scratch.ts)_
|
|
3885
3890
|
|
|
3886
3891
|
## `sf package1 version create`
|
|
3887
3892
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.25.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.25.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.18.
|
|
14
|
+
"@oclif/core": "3.18.1",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.5",
|
|
16
16
|
"@oclif/plugin-commands": "3.1.0",
|
|
17
|
-
"@oclif/plugin-help": "6.0.
|
|
17
|
+
"@oclif/plugin-help": "6.0.11",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.8",
|
|
19
19
|
"@oclif/plugin-plugins": "4.1.15",
|
|
20
20
|
"@oclif/plugin-search": "1.0.11",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.0.14",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.17",
|
|
27
|
-
"@salesforce/plugin-auth": "3.
|
|
27
|
+
"@salesforce/plugin-auth": "3.3.0",
|
|
28
28
|
"@salesforce/plugin-data": "3.0.14",
|
|
29
29
|
"@salesforce/plugin-deploy-retrieve": "3.1.0",
|
|
30
30
|
"@salesforce/plugin-info": "3.0.15",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.2",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.16",
|
|
33
|
-
"@salesforce/plugin-org": "3.
|
|
33
|
+
"@salesforce/plugin-org": "3.3.0",
|
|
34
34
|
"@salesforce/plugin-packaging": "2.1.0",
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.0",
|
|
36
36
|
"@salesforce/plugin-settings": "2.0.15",
|
|
@@ -1410,6 +1410,22 @@
|
|
|
1410
1410
|
"node": ">=6.9.0"
|
|
1411
1411
|
}
|
|
1412
1412
|
},
|
|
1413
|
+
"node_modules/@inquirer/checkbox": {
|
|
1414
|
+
"version": "1.5.0",
|
|
1415
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-1.5.0.tgz",
|
|
1416
|
+
"integrity": "sha512-3cKJkW1vIZAs4NaS0reFsnpAjP0azffYII4I2R7PTI7ZTMg5Y1at4vzXccOH3762b2c2L4drBhpJpf9uiaGNxA==",
|
|
1417
|
+
"license": "MIT",
|
|
1418
|
+
"dependencies": {
|
|
1419
|
+
"@inquirer/core": "^5.1.1",
|
|
1420
|
+
"@inquirer/type": "^1.1.5",
|
|
1421
|
+
"ansi-escapes": "^4.3.2",
|
|
1422
|
+
"chalk": "^4.1.2",
|
|
1423
|
+
"figures": "^3.2.0"
|
|
1424
|
+
},
|
|
1425
|
+
"engines": {
|
|
1426
|
+
"node": ">=14.18.0"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1413
1429
|
"node_modules/@inquirer/confirm": {
|
|
1414
1430
|
"version": "2.0.15",
|
|
1415
1431
|
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.15.tgz",
|
|
@@ -2551,11 +2567,12 @@
|
|
|
2551
2567
|
}
|
|
2552
2568
|
},
|
|
2553
2569
|
"node_modules/@oclif/core": {
|
|
2554
|
-
"version": "3.18.
|
|
2555
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.18.
|
|
2556
|
-
"integrity": "sha512-
|
|
2570
|
+
"version": "3.18.1",
|
|
2571
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.18.1.tgz",
|
|
2572
|
+
"integrity": "sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==",
|
|
2557
2573
|
"license": "MIT",
|
|
2558
2574
|
"dependencies": {
|
|
2575
|
+
"@types/cli-progress": "^3.11.5",
|
|
2559
2576
|
"ansi-escapes": "^4.3.2",
|
|
2560
2577
|
"ansi-styles": "^4.3.0",
|
|
2561
2578
|
"cardinal": "^2.1.1",
|
|
@@ -2721,9 +2738,9 @@
|
|
|
2721
2738
|
}
|
|
2722
2739
|
},
|
|
2723
2740
|
"node_modules/@oclif/plugin-help": {
|
|
2724
|
-
"version": "6.0.
|
|
2725
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
2726
|
-
"integrity": "sha512-
|
|
2741
|
+
"version": "6.0.11",
|
|
2742
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.11.tgz",
|
|
2743
|
+
"integrity": "sha512-4O96jKw7E3c222jaS/s/zOCNghtw52fVpd/h7CaejmV/99bkLTCrN2haeNcIR5WbwhyhvkO+GQsLMurLGdfB2Q==",
|
|
2727
2744
|
"license": "MIT",
|
|
2728
2745
|
"dependencies": {
|
|
2729
2746
|
"@oclif/core": "^3.16.0"
|
|
@@ -6920,15 +6937,17 @@
|
|
|
6920
6937
|
}
|
|
6921
6938
|
},
|
|
6922
6939
|
"node_modules/@salesforce/plugin-auth": {
|
|
6923
|
-
"version": "3.
|
|
6924
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.
|
|
6925
|
-
"integrity": "sha512-
|
|
6940
|
+
"version": "3.3.0",
|
|
6941
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.0.tgz",
|
|
6942
|
+
"integrity": "sha512-20LwDU48RBMeXmhqqZPXdSvoBdYhvqx2uXHXO3/Uv4hg/V+AAPysbgMEN0THkd7u1CetEJ0z3GUfis0rqiESjQ==",
|
|
6926
6943
|
"license": "BSD-3-Clause",
|
|
6927
6944
|
"dependencies": {
|
|
6928
|
-
"@
|
|
6929
|
-
"@
|
|
6945
|
+
"@inquirer/checkbox": "^1.5.0",
|
|
6946
|
+
"@inquirer/select": "^1.3.1",
|
|
6947
|
+
"@oclif/core": "^3.18.0",
|
|
6948
|
+
"@salesforce/core": "^6.4.6",
|
|
6930
6949
|
"@salesforce/kit": "^3.0.15",
|
|
6931
|
-
"@salesforce/sf-plugins-core": "^
|
|
6950
|
+
"@salesforce/sf-plugins-core": "^7.1.1",
|
|
6932
6951
|
"@salesforce/ts-types": "^2.0.9",
|
|
6933
6952
|
"chalk": "^5.3.0",
|
|
6934
6953
|
"open": "^9.1.0"
|
|
@@ -6937,40 +6956,6 @@
|
|
|
6937
6956
|
"node": ">=18.0.0"
|
|
6938
6957
|
}
|
|
6939
6958
|
},
|
|
6940
|
-
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
|
|
6941
|
-
"version": "5.0.13",
|
|
6942
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
6943
|
-
"integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
|
|
6944
|
-
"license": "BSD-3-Clause",
|
|
6945
|
-
"dependencies": {
|
|
6946
|
-
"@oclif/core": "^3.15.1",
|
|
6947
|
-
"@salesforce/core": "^6.4.1",
|
|
6948
|
-
"@salesforce/kit": "^3.0.15",
|
|
6949
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
6950
|
-
"@types/inquirer": "^8.2.3",
|
|
6951
|
-
"chalk": "^4",
|
|
6952
|
-
"inquirer": "^8.2.5"
|
|
6953
|
-
},
|
|
6954
|
-
"engines": {
|
|
6955
|
-
"node": ">=18.0.0"
|
|
6956
|
-
}
|
|
6957
|
-
},
|
|
6958
|
-
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
6959
|
-
"version": "4.1.2",
|
|
6960
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6961
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6962
|
-
"license": "MIT",
|
|
6963
|
-
"dependencies": {
|
|
6964
|
-
"ansi-styles": "^4.1.0",
|
|
6965
|
-
"supports-color": "^7.1.0"
|
|
6966
|
-
},
|
|
6967
|
-
"engines": {
|
|
6968
|
-
"node": ">=10"
|
|
6969
|
-
},
|
|
6970
|
-
"funding": {
|
|
6971
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6972
|
-
}
|
|
6973
|
-
},
|
|
6974
6959
|
"node_modules/@salesforce/plugin-auth/node_modules/chalk": {
|
|
6975
6960
|
"version": "5.3.0",
|
|
6976
6961
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -7551,9 +7536,9 @@
|
|
|
7551
7536
|
}
|
|
7552
7537
|
},
|
|
7553
7538
|
"node_modules/@salesforce/plugin-org": {
|
|
7554
|
-
"version": "3.
|
|
7555
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.
|
|
7556
|
-
"integrity": "sha512
|
|
7539
|
+
"version": "3.3.0",
|
|
7540
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.0.tgz",
|
|
7541
|
+
"integrity": "sha512-/xA2Cb8gBzla0nrbm/fX5OVlQyep/5S1i8XQtqbpguTGbuBzNv/ym4NfPY4/L7SMvw6ieVi54YWTLvUjCmzzOQ==",
|
|
7557
7542
|
"license": "BSD-3-Clause",
|
|
7558
7543
|
"dependencies": {
|
|
7559
7544
|
"@oclif/core": "^3.16.0",
|
|
@@ -7563,7 +7548,8 @@
|
|
|
7563
7548
|
"@salesforce/source-deploy-retrieve": "^10.2.5",
|
|
7564
7549
|
"chalk": "^5.3.0",
|
|
7565
7550
|
"change-case": "^5.3.0",
|
|
7566
|
-
"
|
|
7551
|
+
"is-wsl": "^3.1.0",
|
|
7552
|
+
"open": "^10.0.3"
|
|
7567
7553
|
},
|
|
7568
7554
|
"engines": {
|
|
7569
7555
|
"node": ">=18.0.0"
|
|
@@ -7587,6 +7573,21 @@
|
|
|
7587
7573
|
"integrity": "sha512-Eykca0fGS/xYlx2fG5NqnGSnsWauhSGiSXYhB1kO6E909GUfo8S54u4UZNS7lMJmgZumZ2SUpWaoLgAcfQRICg==",
|
|
7588
7574
|
"license": "MIT"
|
|
7589
7575
|
},
|
|
7576
|
+
"node_modules/@salesforce/plugin-org/node_modules/is-wsl": {
|
|
7577
|
+
"version": "3.1.0",
|
|
7578
|
+
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
7579
|
+
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
7580
|
+
"license": "MIT",
|
|
7581
|
+
"dependencies": {
|
|
7582
|
+
"is-inside-container": "^1.0.0"
|
|
7583
|
+
},
|
|
7584
|
+
"engines": {
|
|
7585
|
+
"node": ">=16"
|
|
7586
|
+
},
|
|
7587
|
+
"funding": {
|
|
7588
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7589
|
+
}
|
|
7590
|
+
},
|
|
7590
7591
|
"node_modules/@salesforce/plugin-packaging": {
|
|
7591
7592
|
"version": "2.1.0",
|
|
7592
7593
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.0.tgz",
|
|
@@ -12797,9 +12798,9 @@
|
|
|
12797
12798
|
}
|
|
12798
12799
|
},
|
|
12799
12800
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
12800
|
-
"version": "10.2.
|
|
12801
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.
|
|
12802
|
-
"integrity": "sha512-
|
|
12801
|
+
"version": "10.2.9",
|
|
12802
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.9.tgz",
|
|
12803
|
+
"integrity": "sha512-an4GFw86lkLzz4q6212XyXEiNA0hs6B5cCjJF2jheS6ESbDk7Hmuvimvwcyp50eYYvmhI6fPqmzoOVVWJtjsNw==",
|
|
12803
12804
|
"license": "BSD-3-Clause",
|
|
12804
12805
|
"dependencies": {
|
|
12805
12806
|
"@salesforce/core": "^6.4.4",
|
|
@@ -13169,10 +13170,9 @@
|
|
|
13169
13170
|
"license": "MIT"
|
|
13170
13171
|
},
|
|
13171
13172
|
"node_modules/@types/cli-progress": {
|
|
13172
|
-
"version": "3.11.
|
|
13173
|
-
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.
|
|
13174
|
-
"integrity": "sha512-
|
|
13175
|
-
"dev": true,
|
|
13173
|
+
"version": "3.11.5",
|
|
13174
|
+
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
|
|
13175
|
+
"integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
|
|
13176
13176
|
"license": "MIT",
|
|
13177
13177
|
"dependencies": {
|
|
13178
13178
|
"@types/node": "*"
|