@salesforce/cli 2.11.7 → 2.12.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/dist/hooks/incomplete.js +0 -6
- package/npm-shrinkwrap.json +116 -116
- package/oclif.manifest.json +1 -1
- package/package.json +34 -34
package/dist/hooks/incomplete.js
CHANGED
|
@@ -9,7 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
const os = require("os");
|
|
10
10
|
const core_1 = require("@oclif/core");
|
|
11
11
|
const sf_plugins_core_1 = require("@salesforce/sf-plugins-core");
|
|
12
|
-
const core_2 = require("@salesforce/core");
|
|
13
12
|
function buildChoices(matches, config) {
|
|
14
13
|
const configuredIds = matches.map((p) => (0, core_1.toConfiguredId)(p.id, config));
|
|
15
14
|
const maxCommandLength = configuredIds.reduce((max, id) => Math.max(max, id.length), 0);
|
|
@@ -23,8 +22,6 @@ function buildChoices(matches, config) {
|
|
|
23
22
|
});
|
|
24
23
|
}
|
|
25
24
|
async function determineCommand(config, matches) {
|
|
26
|
-
if (matches.length === 1)
|
|
27
|
-
return matches[0].id;
|
|
28
25
|
const prompter = new sf_plugins_core_1.Prompter();
|
|
29
26
|
const choices = buildChoices(matches, config);
|
|
30
27
|
const { command } = await prompter.timedPrompt([
|
|
@@ -45,9 +42,6 @@ const hook = async function ({ config, matches, argv }) {
|
|
|
45
42
|
const help = new Help(config, config.pjson.helpOptions);
|
|
46
43
|
return help.showHelp([(0, core_1.toStandardizedId)(command, config), ...argv]);
|
|
47
44
|
}
|
|
48
|
-
if (matches.length === 1) {
|
|
49
|
-
await core_2.Lifecycle.getInstance().emitWarning(`One command matches the partial command entered, running command:${os.EOL}${config.bin} ${(0, core_1.toConfiguredId)(command, config)} ${argv.join(' ')}`);
|
|
50
|
-
}
|
|
51
45
|
return config.runCommand((0, core_1.toStandardizedId)(command, config), argv);
|
|
52
46
|
};
|
|
53
47
|
exports.default = hook;
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.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.12.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "2.15.0",
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
15
|
-
"@oclif/plugin-commands": "2.2.
|
|
16
|
-
"@oclif/plugin-help": "5.2.
|
|
17
|
-
"@oclif/plugin-not-found": "2.4.
|
|
18
|
-
"@oclif/plugin-plugins": "3.8.
|
|
19
|
-
"@oclif/plugin-search": "0.0.
|
|
20
|
-
"@oclif/plugin-update": "3.2.
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.9",
|
|
15
|
+
"@oclif/plugin-commands": "2.2.27",
|
|
16
|
+
"@oclif/plugin-help": "5.2.20",
|
|
17
|
+
"@oclif/plugin-not-found": "2.4.2",
|
|
18
|
+
"@oclif/plugin-plugins": "3.8.3",
|
|
19
|
+
"@oclif/plugin-search": "0.0.23",
|
|
20
|
+
"@oclif/plugin-update": "3.2.4",
|
|
21
21
|
"@oclif/plugin-version": "1.3.10",
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "2.1.
|
|
23
|
-
"@oclif/plugin-which": "2.2.
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "2.1.1",
|
|
23
|
+
"@oclif/plugin-which": "2.2.33",
|
|
24
24
|
"@salesforce/core": "^5.2.0",
|
|
25
|
-
"@salesforce/plugin-apex": "2.3.
|
|
26
|
-
"@salesforce/plugin-auth": "2.8.
|
|
27
|
-
"@salesforce/plugin-data": "2.5.
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.18.
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
30
|
-
"@salesforce/plugin-limits": "2.3.
|
|
31
|
-
"@salesforce/plugin-login": "1.2.
|
|
32
|
-
"@salesforce/plugin-marketplace": "0.2.
|
|
33
|
-
"@salesforce/plugin-org": "2.10.
|
|
34
|
-
"@salesforce/plugin-schema": "2.3.
|
|
35
|
-
"@salesforce/plugin-settings": "1.4.
|
|
36
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
37
|
-
"@salesforce/plugin-source": "2.10.
|
|
38
|
-
"@salesforce/plugin-telemetry": "2.3.
|
|
39
|
-
"@salesforce/plugin-templates": "55.5.
|
|
40
|
-
"@salesforce/plugin-trust": "2.6.
|
|
41
|
-
"@salesforce/plugin-user": "2.3.
|
|
42
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
25
|
+
"@salesforce/plugin-apex": "2.3.16",
|
|
26
|
+
"@salesforce/plugin-auth": "2.8.18",
|
|
27
|
+
"@salesforce/plugin-data": "2.5.14",
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.18.3",
|
|
29
|
+
"@salesforce/plugin-info": "2.6.46",
|
|
30
|
+
"@salesforce/plugin-limits": "2.3.36",
|
|
31
|
+
"@salesforce/plugin-login": "1.2.32",
|
|
32
|
+
"@salesforce/plugin-marketplace": "0.2.3",
|
|
33
|
+
"@salesforce/plugin-org": "2.10.9",
|
|
34
|
+
"@salesforce/plugin-schema": "2.3.29",
|
|
35
|
+
"@salesforce/plugin-settings": "1.4.31",
|
|
36
|
+
"@salesforce/plugin-sobject": "0.2.8",
|
|
37
|
+
"@salesforce/plugin-source": "2.10.37",
|
|
38
|
+
"@salesforce/plugin-telemetry": "2.3.5",
|
|
39
|
+
"@salesforce/plugin-templates": "55.5.14",
|
|
40
|
+
"@salesforce/plugin-trust": "2.6.16",
|
|
41
|
+
"@salesforce/plugin-user": "2.3.33",
|
|
42
|
+
"@salesforce/sf-plugins-core": "3.1.25",
|
|
43
43
|
"debug": "^4.3.4",
|
|
44
44
|
"tslib": "^2.4.1"
|
|
45
45
|
},
|
|
@@ -2511,9 +2511,9 @@
|
|
|
2511
2511
|
}
|
|
2512
2512
|
},
|
|
2513
2513
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
2514
|
-
"version": "2.3.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
2516
|
-
"integrity": "sha512-
|
|
2514
|
+
"version": "2.3.9",
|
|
2515
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.9.tgz",
|
|
2516
|
+
"integrity": "sha512-MLmJtyp2iVnihDaogMDy+U323wI5vlV2raHOHKfe6mwzq6ObowimiOXnT9l2a0HELGHI0Fmd1tKeCgPrJE152A==",
|
|
2517
2517
|
"license": "MIT",
|
|
2518
2518
|
"dependencies": {
|
|
2519
2519
|
"@oclif/core": "^2.15.0",
|
|
@@ -2544,9 +2544,9 @@
|
|
|
2544
2544
|
}
|
|
2545
2545
|
},
|
|
2546
2546
|
"node_modules/@oclif/plugin-commands": {
|
|
2547
|
-
"version": "2.2.
|
|
2548
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.
|
|
2549
|
-
"integrity": "sha512-
|
|
2547
|
+
"version": "2.2.27",
|
|
2548
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.27.tgz",
|
|
2549
|
+
"integrity": "sha512-o20GA34rSHggccP8PacIxAHMRdqlJ3vDKyXlRAezzGkmJ4ctJLXKJOScSXLZUPSJnmCgDBUs9TkR5O7tjex7mA==",
|
|
2550
2550
|
"license": "MIT",
|
|
2551
2551
|
"dependencies": {
|
|
2552
2552
|
"@oclif/core": "^2.15.0",
|
|
@@ -2557,9 +2557,9 @@
|
|
|
2557
2557
|
}
|
|
2558
2558
|
},
|
|
2559
2559
|
"node_modules/@oclif/plugin-help": {
|
|
2560
|
-
"version": "5.2.
|
|
2561
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.
|
|
2562
|
-
"integrity": "sha512-
|
|
2560
|
+
"version": "5.2.20",
|
|
2561
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
|
|
2562
|
+
"integrity": "sha512-u+GXX/KAGL9S10LxAwNUaWdzbEBARJ92ogmM7g3gDVud2HioCmvWQCDohNRVZ9GYV9oKwZ/M8xwd6a1d95rEKQ==",
|
|
2563
2563
|
"license": "MIT",
|
|
2564
2564
|
"dependencies": {
|
|
2565
2565
|
"@oclif/core": "^2.15.0"
|
|
@@ -2569,9 +2569,9 @@
|
|
|
2569
2569
|
}
|
|
2570
2570
|
},
|
|
2571
2571
|
"node_modules/@oclif/plugin-not-found": {
|
|
2572
|
-
"version": "2.4.
|
|
2573
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.
|
|
2574
|
-
"integrity": "sha512-
|
|
2572
|
+
"version": "2.4.2",
|
|
2573
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.2.tgz",
|
|
2574
|
+
"integrity": "sha512-NT/MRj5haUhkJJGf7wiF9+PslMfceQzkn8YkmdWON/X0iMPeoEst3aa50eSZvw79id+Kckl9kneJndqrUgWu/w==",
|
|
2575
2575
|
"license": "MIT",
|
|
2576
2576
|
"dependencies": {
|
|
2577
2577
|
"@oclif/core": "^2.15.0",
|
|
@@ -2583,9 +2583,9 @@
|
|
|
2583
2583
|
}
|
|
2584
2584
|
},
|
|
2585
2585
|
"node_modules/@oclif/plugin-plugins": {
|
|
2586
|
-
"version": "3.8.
|
|
2587
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.
|
|
2588
|
-
"integrity": "sha512-
|
|
2586
|
+
"version": "3.8.3",
|
|
2587
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.8.3.tgz",
|
|
2588
|
+
"integrity": "sha512-dUpTfqwNfcCSnGfk8RV/BOouyvc2zd7vYY5ORdTpnm+LmDG1zT+045r5k0WqynO68ubh1isVZvfcBT6zgW3k3A==",
|
|
2589
2589
|
"license": "MIT",
|
|
2590
2590
|
"dependencies": {
|
|
2591
2591
|
"@oclif/core": "^2.15.0",
|
|
@@ -2644,9 +2644,9 @@
|
|
|
2644
2644
|
}
|
|
2645
2645
|
},
|
|
2646
2646
|
"node_modules/@oclif/plugin-search": {
|
|
2647
|
-
"version": "0.0.
|
|
2648
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.
|
|
2649
|
-
"integrity": "sha512-
|
|
2647
|
+
"version": "0.0.23",
|
|
2648
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.23.tgz",
|
|
2649
|
+
"integrity": "sha512-KkRbglnDIAr6ycEIr82VyA8iKhrSj53CL7Ou5pSpshlrQZUD7HM0TGATXC4td504Ga6o8b3qE7YZwSuC4B+FtQ==",
|
|
2650
2650
|
"license": "MIT",
|
|
2651
2651
|
"dependencies": {
|
|
2652
2652
|
"@oclif/core": "^2.9.3",
|
|
@@ -2660,9 +2660,9 @@
|
|
|
2660
2660
|
}
|
|
2661
2661
|
},
|
|
2662
2662
|
"node_modules/@oclif/plugin-update": {
|
|
2663
|
-
"version": "3.2.
|
|
2664
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.
|
|
2665
|
-
"integrity": "sha512-
|
|
2663
|
+
"version": "3.2.4",
|
|
2664
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.4.tgz",
|
|
2665
|
+
"integrity": "sha512-41G7NTKND+yTpb8LHlvlMIcNoaEUIIJuEwju9igL+ME/pN/53opeXgFV2IjjeFiexXj50OfesY9OQ6lqOZHw+g==",
|
|
2666
2666
|
"license": "MIT",
|
|
2667
2667
|
"dependencies": {
|
|
2668
2668
|
"@oclif/core": "^2.11.8",
|
|
@@ -2722,9 +2722,9 @@
|
|
|
2722
2722
|
}
|
|
2723
2723
|
},
|
|
2724
2724
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2725
|
-
"version": "2.1.
|
|
2726
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.
|
|
2727
|
-
"integrity": "sha512-
|
|
2725
|
+
"version": "2.1.1",
|
|
2726
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz",
|
|
2727
|
+
"integrity": "sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==",
|
|
2728
2728
|
"license": "MIT",
|
|
2729
2729
|
"dependencies": {
|
|
2730
2730
|
"@oclif/core": "^2.15.0",
|
|
@@ -2739,9 +2739,9 @@
|
|
|
2739
2739
|
}
|
|
2740
2740
|
},
|
|
2741
2741
|
"node_modules/@oclif/plugin-which": {
|
|
2742
|
-
"version": "2.2.
|
|
2743
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.
|
|
2744
|
-
"integrity": "sha512-
|
|
2742
|
+
"version": "2.2.33",
|
|
2743
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.33.tgz",
|
|
2744
|
+
"integrity": "sha512-se6vCAt0h19s3AswEpyb9i0P8AhqJ3zf8yEBvGf3lM1oYeAAALdYal8wKdvXWhvQTORGnTiUlPRse94DNNRXfQ==",
|
|
2745
2745
|
"license": "MIT",
|
|
2746
2746
|
"dependencies": {
|
|
2747
2747
|
"@oclif/core": "^2.11.10",
|
|
@@ -3638,9 +3638,9 @@
|
|
|
3638
3638
|
}
|
|
3639
3639
|
},
|
|
3640
3640
|
"node_modules/@salesforce/plugin-apex": {
|
|
3641
|
-
"version": "2.3.
|
|
3642
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.
|
|
3643
|
-
"integrity": "sha512-
|
|
3641
|
+
"version": "2.3.16",
|
|
3642
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.16.tgz",
|
|
3643
|
+
"integrity": "sha512-WazQSOiAnAiRynPNmHygvFIUsVylRpcUde0lvLuIppDcu1koqdkdzX2fXSFY2UN+XCxRjgSXPQSrXlxg7383ow==",
|
|
3644
3644
|
"license": "BSD-3-Clause",
|
|
3645
3645
|
"dependencies": {
|
|
3646
3646
|
"@oclif/core": "^2.15.0",
|
|
@@ -3655,9 +3655,9 @@
|
|
|
3655
3655
|
}
|
|
3656
3656
|
},
|
|
3657
3657
|
"node_modules/@salesforce/plugin-auth": {
|
|
3658
|
-
"version": "2.8.
|
|
3659
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.
|
|
3660
|
-
"integrity": "sha512-
|
|
3658
|
+
"version": "2.8.18",
|
|
3659
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-2.8.18.tgz",
|
|
3660
|
+
"integrity": "sha512-O57oZRamWwYJu/R3dtLgtpmhrHz4REvAW011rTvhgR2ypCV6HWM6u9gsQoc4Km3zMBk+bR649rnDrqiprwLFcg==",
|
|
3661
3661
|
"license": "BSD-3-Clause",
|
|
3662
3662
|
"dependencies": {
|
|
3663
3663
|
"@oclif/core": "^2.15.0",
|
|
@@ -3695,9 +3695,9 @@
|
|
|
3695
3695
|
}
|
|
3696
3696
|
},
|
|
3697
3697
|
"node_modules/@salesforce/plugin-data": {
|
|
3698
|
-
"version": "2.5.
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.
|
|
3700
|
-
"integrity": "sha512-
|
|
3698
|
+
"version": "2.5.14",
|
|
3699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.14.tgz",
|
|
3700
|
+
"integrity": "sha512-tk2gVNBAtr3G4Xd1A8mZFidlvY6pVco3DjrbJUtUxyb2g+o3VtdIftOadfoQ+YAQpU/04tNN2JsPURgkbQJ8Zg==",
|
|
3701
3701
|
"license": "BSD-3-Clause",
|
|
3702
3702
|
"dependencies": {
|
|
3703
3703
|
"@oclif/core": "^2.15.0",
|
|
@@ -3716,9 +3716,9 @@
|
|
|
3716
3716
|
}
|
|
3717
3717
|
},
|
|
3718
3718
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3719
|
-
"version": "1.18.
|
|
3720
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.18.
|
|
3721
|
-
"integrity": "sha512-
|
|
3719
|
+
"version": "1.18.3",
|
|
3720
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.18.3.tgz",
|
|
3721
|
+
"integrity": "sha512-Frqt7RNgZcn2pHEI0p9NGSICRZipALzSPrtAhzpGUrAh1Hao08BbRNZRqWh1oOkwSGK67wV4Y+NxJAQ1SFPiAw==",
|
|
3722
3722
|
"license": "BSD-3-Clause",
|
|
3723
3723
|
"dependencies": {
|
|
3724
3724
|
"@oclif/core": "^2.15.0",
|
|
@@ -3737,9 +3737,9 @@
|
|
|
3737
3737
|
}
|
|
3738
3738
|
},
|
|
3739
3739
|
"node_modules/@salesforce/plugin-info": {
|
|
3740
|
-
"version": "2.6.
|
|
3741
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
3742
|
-
"integrity": "sha512-
|
|
3740
|
+
"version": "2.6.46",
|
|
3741
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.46.tgz",
|
|
3742
|
+
"integrity": "sha512-Ab/SQIlHdDXW9U42IhVrdHNrHuDERolZlspaA0qbj77HDzDzOM3VX6jnMh8CSoCHHwS4fdiTjgkI4OB1DXeQ3g==",
|
|
3743
3743
|
"license": "BSD-3-Clause",
|
|
3744
3744
|
"dependencies": {
|
|
3745
3745
|
"@oclif/core": "^2.15.0",
|
|
@@ -3759,9 +3759,9 @@
|
|
|
3759
3759
|
}
|
|
3760
3760
|
},
|
|
3761
3761
|
"node_modules/@salesforce/plugin-limits": {
|
|
3762
|
-
"version": "2.3.
|
|
3763
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.
|
|
3764
|
-
"integrity": "sha512-
|
|
3762
|
+
"version": "2.3.36",
|
|
3763
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.36.tgz",
|
|
3764
|
+
"integrity": "sha512-uqJCk15Zkiu3T/sBK8LPeKQQuPRzoieMHcLLCwRoeGpL3n1rxuq++r73yCYXWFQt7X6P06VyjpRyiFcZQ0Y3wQ==",
|
|
3765
3765
|
"license": "BSD-3-Clause",
|
|
3766
3766
|
"dependencies": {
|
|
3767
3767
|
"@oclif/core": "^2.15.0",
|
|
@@ -3776,9 +3776,9 @@
|
|
|
3776
3776
|
}
|
|
3777
3777
|
},
|
|
3778
3778
|
"node_modules/@salesforce/plugin-login": {
|
|
3779
|
-
"version": "1.2.
|
|
3780
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.
|
|
3781
|
-
"integrity": "sha512-
|
|
3779
|
+
"version": "1.2.32",
|
|
3780
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.32.tgz",
|
|
3781
|
+
"integrity": "sha512-6M2BiEkvngfLkm1goMdEGbEtJVYXWTK6j07aww7RCgSiuf4wzLsk2SH0/HFjiy4dumzoL0ngaSb/j9uybdN2xw==",
|
|
3782
3782
|
"license": "BSD-3-Clause",
|
|
3783
3783
|
"dependencies": {
|
|
3784
3784
|
"@oclif/core": "^2.15.0",
|
|
@@ -3793,9 +3793,9 @@
|
|
|
3793
3793
|
}
|
|
3794
3794
|
},
|
|
3795
3795
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
3796
|
-
"version": "0.2.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.2.
|
|
3798
|
-
"integrity": "sha512-
|
|
3796
|
+
"version": "0.2.3",
|
|
3797
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.2.3.tgz",
|
|
3798
|
+
"integrity": "sha512-w6f4mRhccMwfqC/Bkj7soNjIQ30idNRlMYkyROGQbFtfPqZPFdLTtyL9uTXTAY1k+WsZ68eb+c2/szZ14mdfKA==",
|
|
3799
3799
|
"license": "BSD-3-Clause",
|
|
3800
3800
|
"dependencies": {
|
|
3801
3801
|
"@oclif/core": "^2.15.0",
|
|
@@ -3811,9 +3811,9 @@
|
|
|
3811
3811
|
}
|
|
3812
3812
|
},
|
|
3813
3813
|
"node_modules/@salesforce/plugin-org": {
|
|
3814
|
-
"version": "2.10.
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.
|
|
3816
|
-
"integrity": "sha512
|
|
3814
|
+
"version": "2.10.9",
|
|
3815
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.10.9.tgz",
|
|
3816
|
+
"integrity": "sha512-UAHjLitKTRlBg1US4RmqhYmfNrqTOzW1UfXDrsctLJpDlbDz2IBRdxBJbeq9k4dA/f8Wb9/1JSb6WuqgVHwZ3g==",
|
|
3817
3817
|
"license": "BSD-3-Clause",
|
|
3818
3818
|
"dependencies": {
|
|
3819
3819
|
"@oclif/core": "^2.15.0",
|
|
@@ -4010,9 +4010,9 @@
|
|
|
4010
4010
|
}
|
|
4011
4011
|
},
|
|
4012
4012
|
"node_modules/@salesforce/plugin-schema": {
|
|
4013
|
-
"version": "2.3.
|
|
4014
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
4015
|
-
"integrity": "sha512-
|
|
4013
|
+
"version": "2.3.29",
|
|
4014
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.29.tgz",
|
|
4015
|
+
"integrity": "sha512-OCPvOzDOrT74+p4zU3VHYWFlWVjsu9x7/+hkqOuP4y9IWfEFhcTCSNn4cGd7ZsMz5o6F0YZotjP7ODHgqZ8D9A==",
|
|
4016
4016
|
"license": "BSD-3-Clause",
|
|
4017
4017
|
"dependencies": {
|
|
4018
4018
|
"@oclif/core": "^2.15.0",
|
|
@@ -4025,9 +4025,9 @@
|
|
|
4025
4025
|
}
|
|
4026
4026
|
},
|
|
4027
4027
|
"node_modules/@salesforce/plugin-settings": {
|
|
4028
|
-
"version": "1.4.
|
|
4029
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.
|
|
4030
|
-
"integrity": "sha512-
|
|
4028
|
+
"version": "1.4.31",
|
|
4029
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.31.tgz",
|
|
4030
|
+
"integrity": "sha512-EprhzfV0Xhh2Ndbay2wdfx9hOI0xXLOfB3mstTaKa4Fg46uyJpVDVM+A74/xHUOxg7maBsLbJp2Il+zyM3KFsQ==",
|
|
4031
4031
|
"license": "BSD-3-Clause",
|
|
4032
4032
|
"dependencies": {
|
|
4033
4033
|
"@oclif/core": "^2.15.0",
|
|
@@ -4041,9 +4041,9 @@
|
|
|
4041
4041
|
}
|
|
4042
4042
|
},
|
|
4043
4043
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4044
|
-
"version": "0.2.
|
|
4045
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.
|
|
4046
|
-
"integrity": "sha512-
|
|
4044
|
+
"version": "0.2.8",
|
|
4045
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.2.8.tgz",
|
|
4046
|
+
"integrity": "sha512-y5tgrov2YVBxnmC5eS/SFxFnczAd60PwNkiE8XzujrQiDSRbmkboH3rhBGv89F9aBkzBLw+lJUd9S+AEc3fn7A==",
|
|
4047
4047
|
"license": "BSD-3-Clause",
|
|
4048
4048
|
"dependencies": {
|
|
4049
4049
|
"@oclif/core": "^2.15.0",
|
|
@@ -4062,9 +4062,9 @@
|
|
|
4062
4062
|
}
|
|
4063
4063
|
},
|
|
4064
4064
|
"node_modules/@salesforce/plugin-source": {
|
|
4065
|
-
"version": "2.10.
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
4067
|
-
"integrity": "sha512-
|
|
4065
|
+
"version": "2.10.37",
|
|
4066
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.37.tgz",
|
|
4067
|
+
"integrity": "sha512-XQFtRVXNTRCOq1qD3yvbqpnt/XcFdGmRHV+ivRZpjq9b+wcHG3h6nAxZ8wNQf/0zMCjI+p2H+OcOqE4tG7zLOg==",
|
|
4068
4068
|
"license": "BSD-3-Clause",
|
|
4069
4069
|
"dependencies": {
|
|
4070
4070
|
"@oclif/core": "^2.15.0",
|
|
@@ -4084,9 +4084,9 @@
|
|
|
4084
4084
|
}
|
|
4085
4085
|
},
|
|
4086
4086
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
4087
|
-
"version": "2.3.
|
|
4088
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.
|
|
4089
|
-
"integrity": "sha512-
|
|
4087
|
+
"version": "2.3.5",
|
|
4088
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.5.tgz",
|
|
4089
|
+
"integrity": "sha512-Kh3mvZmh2ZWkot9BoHmZkgTAhc1KoglAI9P4ORS2xqV1AJhtq2R2q2hfvhaCnjFQ217xivHaW9vD23dHtPA0Iw==",
|
|
4090
4090
|
"license": "BSD-3-Clause",
|
|
4091
4091
|
"dependencies": {
|
|
4092
4092
|
"@oclif/core": "^2.15.0",
|
|
@@ -4101,9 +4101,9 @@
|
|
|
4101
4101
|
}
|
|
4102
4102
|
},
|
|
4103
4103
|
"node_modules/@salesforce/plugin-templates": {
|
|
4104
|
-
"version": "55.5.
|
|
4105
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.
|
|
4106
|
-
"integrity": "sha512-
|
|
4104
|
+
"version": "55.5.14",
|
|
4105
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.14.tgz",
|
|
4106
|
+
"integrity": "sha512-Otu+kcDpf4uO7le8wg8ulP6EJO4I71+PHdygxp7sJ0iXDWgcHEO7ZZJwLiyI44eNi6hngw9+KWa/pIWdpaTYHg==",
|
|
4107
4107
|
"license": "BSD-3-Clause",
|
|
4108
4108
|
"dependencies": {
|
|
4109
4109
|
"@oclif/core": "^2.15.0",
|
|
@@ -4119,9 +4119,9 @@
|
|
|
4119
4119
|
}
|
|
4120
4120
|
},
|
|
4121
4121
|
"node_modules/@salesforce/plugin-trust": {
|
|
4122
|
-
"version": "2.6.
|
|
4123
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.
|
|
4124
|
-
"integrity": "sha512
|
|
4122
|
+
"version": "2.6.16",
|
|
4123
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.16.tgz",
|
|
4124
|
+
"integrity": "sha512-cBM8dJ3mf1VeY/ysg8Syb02gtGxjvt+yU4w/byHyLUtijhsieCREKP6OzvbMSq9asez+iuQa/haHI/yNDzeSuA==",
|
|
4125
4125
|
"license": "BSD-3-Clause",
|
|
4126
4126
|
"dependencies": {
|
|
4127
4127
|
"@oclif/core": "^2.15.0",
|
|
@@ -7645,9 +7645,9 @@
|
|
|
7645
7645
|
}
|
|
7646
7646
|
},
|
|
7647
7647
|
"node_modules/@salesforce/plugin-user": {
|
|
7648
|
-
"version": "2.3.
|
|
7649
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.
|
|
7650
|
-
"integrity": "sha512-
|
|
7648
|
+
"version": "2.3.33",
|
|
7649
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.33.tgz",
|
|
7650
|
+
"integrity": "sha512-xlq/qRfFekPrWCNM/pq1Yg0zHW4YtFS1sXXlemOuLVisUVp1CleyNSBFFIoB86T7NhsPqyHRoIMD+5RTrZ5viA==",
|
|
7651
7651
|
"license": "BSD-3-Clause",
|
|
7652
7652
|
"dependencies": {
|
|
7653
7653
|
"@oclif/core": "^2.15.0",
|
|
@@ -7675,9 +7675,9 @@
|
|
|
7675
7675
|
"license": "ISC"
|
|
7676
7676
|
},
|
|
7677
7677
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
7678
|
-
"version": "3.1.
|
|
7679
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.
|
|
7680
|
-
"integrity": "sha512-
|
|
7678
|
+
"version": "3.1.25",
|
|
7679
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.25.tgz",
|
|
7680
|
+
"integrity": "sha512-n2cjdp3oWgeXzMmmF1ZOIUBbidxist9qJdbDrWwVbDW2dQS3Kb23vWKsrFci7l1Hf9sQA1AApxTiwJ1DQEqKBA==",
|
|
7681
7681
|
"license": "BSD-3-Clause",
|
|
7682
7682
|
"dependencies": {
|
|
7683
7683
|
"@oclif/core": "^2.15.0",
|
|
@@ -7692,9 +7692,9 @@
|
|
|
7692
7692
|
}
|
|
7693
7693
|
},
|
|
7694
7694
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
7695
|
-
"version": "9.7.
|
|
7696
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.
|
|
7697
|
-
"integrity": "sha512-
|
|
7695
|
+
"version": "9.7.18",
|
|
7696
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.18.tgz",
|
|
7697
|
+
"integrity": "sha512-kdnX8P/cjUwgKnDF60kXlvm4zwP2xXpFqEB3KniSrvuvbzXKrPbaa05cJvHVnTohAcYTNPHiM+LNkTgZuENNmA==",
|
|
7698
7698
|
"license": "BSD-3-Clause",
|
|
7699
7699
|
"dependencies": {
|
|
7700
7700
|
"@salesforce/core": "^5.2.10",
|
|
@@ -13637,9 +13637,9 @@
|
|
|
13637
13637
|
}
|
|
13638
13638
|
},
|
|
13639
13639
|
"node_modules/get-func-name": {
|
|
13640
|
-
"version": "2.0.
|
|
13641
|
-
"resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.
|
|
13642
|
-
"integrity": "sha512-
|
|
13640
|
+
"version": "2.0.2",
|
|
13641
|
+
"resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz",
|
|
13642
|
+
"integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
|
|
13643
13643
|
"dev": true,
|
|
13644
13644
|
"license": "MIT",
|
|
13645
13645
|
"engines": {
|
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.12.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -70,13 +70,13 @@
|
|
|
70
70
|
"@salesforce/plugin-user"
|
|
71
71
|
],
|
|
72
72
|
"jitPlugins": {
|
|
73
|
-
"@salesforce/plugin-custom-metadata": "2.2.
|
|
74
|
-
"@salesforce/plugin-community": "2.4.
|
|
73
|
+
"@salesforce/plugin-custom-metadata": "2.2.5",
|
|
74
|
+
"@salesforce/plugin-community": "2.4.5",
|
|
75
75
|
"@salesforce/plugin-dev": "1.2.0",
|
|
76
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
77
|
-
"@salesforce/plugin-env": "2.2.
|
|
76
|
+
"@salesforce/plugin-devops-center": "1.2.1",
|
|
77
|
+
"@salesforce/plugin-env": "2.2.3",
|
|
78
78
|
"@salesforce/plugin-functions": "1.22.3",
|
|
79
|
-
"@salesforce/plugin-packaging": "1.26.
|
|
79
|
+
"@salesforce/plugin-packaging": "1.26.2",
|
|
80
80
|
"@salesforce/plugin-signups": "1.5.1",
|
|
81
81
|
"@salesforce/sfdx-plugin-lwc-test": "1.1.0",
|
|
82
82
|
"@salesforce/sfdx-scanner": "3.16.0"
|
|
@@ -122,35 +122,35 @@
|
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@oclif/core": "2.15.0",
|
|
125
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
126
|
-
"@oclif/plugin-commands": "2.2.
|
|
127
|
-
"@oclif/plugin-help": "5.2.
|
|
128
|
-
"@oclif/plugin-not-found": "2.4.
|
|
129
|
-
"@oclif/plugin-plugins": "3.8.
|
|
130
|
-
"@oclif/plugin-search": "0.0.
|
|
131
|
-
"@oclif/plugin-update": "3.2.
|
|
125
|
+
"@oclif/plugin-autocomplete": "2.3.9",
|
|
126
|
+
"@oclif/plugin-commands": "2.2.27",
|
|
127
|
+
"@oclif/plugin-help": "5.2.20",
|
|
128
|
+
"@oclif/plugin-not-found": "2.4.2",
|
|
129
|
+
"@oclif/plugin-plugins": "3.8.3",
|
|
130
|
+
"@oclif/plugin-search": "0.0.23",
|
|
131
|
+
"@oclif/plugin-update": "3.2.4",
|
|
132
132
|
"@oclif/plugin-version": "1.3.10",
|
|
133
|
-
"@oclif/plugin-warn-if-update-available": "2.1.
|
|
134
|
-
"@oclif/plugin-which": "2.2.
|
|
133
|
+
"@oclif/plugin-warn-if-update-available": "2.1.1",
|
|
134
|
+
"@oclif/plugin-which": "2.2.33",
|
|
135
135
|
"@salesforce/core": "^5.2.0",
|
|
136
|
-
"@salesforce/plugin-apex": "2.3.
|
|
137
|
-
"@salesforce/plugin-auth": "2.8.
|
|
138
|
-
"@salesforce/plugin-data": "2.5.
|
|
139
|
-
"@salesforce/plugin-deploy-retrieve": "1.18.
|
|
140
|
-
"@salesforce/plugin-info": "2.6.
|
|
141
|
-
"@salesforce/plugin-limits": "2.3.
|
|
142
|
-
"@salesforce/plugin-login": "1.2.
|
|
143
|
-
"@salesforce/plugin-marketplace": "0.2.
|
|
144
|
-
"@salesforce/plugin-org": "2.10.
|
|
145
|
-
"@salesforce/plugin-schema": "2.3.
|
|
146
|
-
"@salesforce/plugin-settings": "1.4.
|
|
147
|
-
"@salesforce/plugin-sobject": "0.2.
|
|
148
|
-
"@salesforce/plugin-source": "2.10.
|
|
149
|
-
"@salesforce/plugin-telemetry": "2.3.
|
|
150
|
-
"@salesforce/plugin-templates": "55.5.
|
|
151
|
-
"@salesforce/plugin-trust": "2.6.
|
|
152
|
-
"@salesforce/plugin-user": "2.3.
|
|
153
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
136
|
+
"@salesforce/plugin-apex": "2.3.16",
|
|
137
|
+
"@salesforce/plugin-auth": "2.8.18",
|
|
138
|
+
"@salesforce/plugin-data": "2.5.14",
|
|
139
|
+
"@salesforce/plugin-deploy-retrieve": "1.18.3",
|
|
140
|
+
"@salesforce/plugin-info": "2.6.46",
|
|
141
|
+
"@salesforce/plugin-limits": "2.3.36",
|
|
142
|
+
"@salesforce/plugin-login": "1.2.32",
|
|
143
|
+
"@salesforce/plugin-marketplace": "0.2.3",
|
|
144
|
+
"@salesforce/plugin-org": "2.10.9",
|
|
145
|
+
"@salesforce/plugin-schema": "2.3.29",
|
|
146
|
+
"@salesforce/plugin-settings": "1.4.31",
|
|
147
|
+
"@salesforce/plugin-sobject": "0.2.8",
|
|
148
|
+
"@salesforce/plugin-source": "2.10.37",
|
|
149
|
+
"@salesforce/plugin-telemetry": "2.3.5",
|
|
150
|
+
"@salesforce/plugin-templates": "55.5.14",
|
|
151
|
+
"@salesforce/plugin-trust": "2.6.16",
|
|
152
|
+
"@salesforce/plugin-user": "2.3.33",
|
|
153
|
+
"@salesforce/sf-plugins-core": "3.1.25",
|
|
154
154
|
"debug": "^4.3.4",
|
|
155
155
|
"tslib": "^2.4.1"
|
|
156
156
|
},
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"resolutions": {
|
|
189
189
|
"@salesforce/schemas": "1.6.0",
|
|
190
190
|
"@salesforce/templates": "59.0.1",
|
|
191
|
-
"@salesforce/source-deploy-retrieve": "9.7.
|
|
191
|
+
"@salesforce/source-deploy-retrieve": "9.7.18",
|
|
192
192
|
"@salesforce/source-tracking": "4.2.14"
|
|
193
193
|
},
|
|
194
194
|
"repository": "salesforcecli/cli",
|