@salesforce/cli 2.0.0-beta.17 → 2.0.0-beta.19
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/npm-shrinkwrap.json +17 -17
- package/oclif.manifest.json +39 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.19",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.0.0-beta.
|
|
9
|
+
"version": "2.0.0-beta.19",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@oclif/core": "2.8.5",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.1.9",
|
|
15
|
-
"@oclif/plugin-commands": "2.2.
|
|
15
|
+
"@oclif/plugin-commands": "2.2.15",
|
|
16
16
|
"@oclif/plugin-help": "5.2.9",
|
|
17
17
|
"@oclif/plugin-not-found": "2.3.23",
|
|
18
18
|
"@oclif/plugin-plugins": "3.0.1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.2.16",
|
|
26
26
|
"@salesforce/plugin-auth": "2.7.14",
|
|
27
27
|
"@salesforce/plugin-data": "2.3.14",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.8.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.8.19",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.10",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.13",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.8",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@salesforce/plugin-source": "2.10.7",
|
|
37
37
|
"@salesforce/plugin-telemetry": "2.2.0",
|
|
38
38
|
"@salesforce/plugin-templates": "55.4.13",
|
|
39
|
-
"@salesforce/plugin-trust": "2.4.
|
|
39
|
+
"@salesforce/plugin-trust": "2.4.15",
|
|
40
40
|
"@salesforce/plugin-user": "2.3.10",
|
|
41
41
|
"@salesforce/sf-plugins-core": "2.4.2",
|
|
42
42
|
"debug": "^4.3.4",
|
|
@@ -3845,12 +3845,12 @@
|
|
|
3845
3845
|
}
|
|
3846
3846
|
},
|
|
3847
3847
|
"node_modules/@oclif/plugin-commands": {
|
|
3848
|
-
"version": "2.2.
|
|
3849
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.
|
|
3850
|
-
"integrity": "sha512
|
|
3848
|
+
"version": "2.2.15",
|
|
3849
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.15.tgz",
|
|
3850
|
+
"integrity": "sha512-QaTIZhG5SW7sr42p4crJyE7jindr1hdHdazWTjiiPjsFEP3zUxVsNmwEMWPsBBVsjzw/gtztgpAexkZWJD8rXA==",
|
|
3851
3851
|
"license": "MIT",
|
|
3852
3852
|
"dependencies": {
|
|
3853
|
-
"@oclif/core": "^2.8.
|
|
3853
|
+
"@oclif/core": "^2.8.5",
|
|
3854
3854
|
"lodash": "^4.17.11"
|
|
3855
3855
|
},
|
|
3856
3856
|
"engines": {
|
|
@@ -9508,16 +9508,16 @@
|
|
|
9508
9508
|
}
|
|
9509
9509
|
},
|
|
9510
9510
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9511
|
-
"version": "1.8.
|
|
9512
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.
|
|
9513
|
-
"integrity": "sha512-
|
|
9511
|
+
"version": "1.8.19",
|
|
9512
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.8.19.tgz",
|
|
9513
|
+
"integrity": "sha512-P1bUY+UXaLJHDbfCNvyTJMQ3psqmMJsJf1mFNmWyiDfXqs2bvsjB4BGyJRUN0MraF8vBJfxuf5RBQjz818pTPg==",
|
|
9514
9514
|
"license": "BSD-3-Clause",
|
|
9515
9515
|
"dependencies": {
|
|
9516
9516
|
"@oclif/core": "^2.8.2",
|
|
9517
9517
|
"@salesforce/apex-node": "^1.6.0",
|
|
9518
9518
|
"@salesforce/core": "^3.34.6",
|
|
9519
9519
|
"@salesforce/kit": "^1.9.2",
|
|
9520
|
-
"@salesforce/sf-plugins-core": "^2.2
|
|
9520
|
+
"@salesforce/sf-plugins-core": "^2.4.2",
|
|
9521
9521
|
"@salesforce/source-deploy-retrieve": "^8.0.2",
|
|
9522
9522
|
"@salesforce/source-tracking": "^3.1.0",
|
|
9523
9523
|
"chalk": "^4.1.2",
|
|
@@ -9924,12 +9924,12 @@
|
|
|
9924
9924
|
}
|
|
9925
9925
|
},
|
|
9926
9926
|
"node_modules/@salesforce/plugin-trust": {
|
|
9927
|
-
"version": "2.4.
|
|
9928
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.4.
|
|
9929
|
-
"integrity": "sha512-
|
|
9927
|
+
"version": "2.4.15",
|
|
9928
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.4.15.tgz",
|
|
9929
|
+
"integrity": "sha512-LUI/k/ax36Jwcxv7BmVQyBS9Id5PLh+NFa1dX/TSQ/jlTIT8taSj4/8Rhr3TO9kE2Fwlzy0OkrJm9yuB9Hac8g==",
|
|
9930
9930
|
"license": "BSD-3-Clause",
|
|
9931
9931
|
"dependencies": {
|
|
9932
|
-
"@oclif/core": "^2.8.
|
|
9932
|
+
"@oclif/core": "^2.8.5",
|
|
9933
9933
|
"@salesforce/core": "^3.33.4",
|
|
9934
9934
|
"@salesforce/plugin-telemetry": "^2.1.5",
|
|
9935
9935
|
"@salesforce/sf-plugins-core": "^2",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.0-beta.
|
|
2
|
+
"version": "2.0.0-beta.19",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -1040,6 +1040,44 @@
|
|
|
1040
1040
|
},
|
|
1041
1041
|
"args": {}
|
|
1042
1042
|
},
|
|
1043
|
+
"dev:convert:script": {
|
|
1044
|
+
"id": "dev:convert:script",
|
|
1045
|
+
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1046
|
+
"description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
|
|
1047
|
+
"strict": true,
|
|
1048
|
+
"pluginName": "@salesforce/plugin-dev",
|
|
1049
|
+
"pluginAlias": "@salesforce/plugin-dev",
|
|
1050
|
+
"pluginType": "jit",
|
|
1051
|
+
"aliases": [],
|
|
1052
|
+
"examples": [
|
|
1053
|
+
"Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
|
|
1054
|
+
],
|
|
1055
|
+
"flags": {
|
|
1056
|
+
"json": {
|
|
1057
|
+
"name": "json",
|
|
1058
|
+
"type": "boolean",
|
|
1059
|
+
"description": "Format output as json.",
|
|
1060
|
+
"helpGroup": "GLOBAL",
|
|
1061
|
+
"allowNo": false
|
|
1062
|
+
},
|
|
1063
|
+
"script": {
|
|
1064
|
+
"name": "script",
|
|
1065
|
+
"type": "option",
|
|
1066
|
+
"char": "s",
|
|
1067
|
+
"summary": "Filepath to the script you want to convert.",
|
|
1068
|
+
"required": true,
|
|
1069
|
+
"multiple": false
|
|
1070
|
+
},
|
|
1071
|
+
"no-prompt": {
|
|
1072
|
+
"name": "no-prompt",
|
|
1073
|
+
"type": "boolean",
|
|
1074
|
+
"summary": "Don't prompt for suggested replacements.",
|
|
1075
|
+
"hidden": true,
|
|
1076
|
+
"allowNo": false
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"args": {}
|
|
1080
|
+
},
|
|
1043
1081
|
"dev:generate:command": {
|
|
1044
1082
|
"id": "dev:generate:command",
|
|
1045
1083
|
"summary": "Generate a new sf command.",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.19",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@salesforce/plugin-user"
|
|
69
69
|
],
|
|
70
70
|
"jitPlugins": {
|
|
71
|
-
"@salesforce/plugin-custom-metadata": "2.1.
|
|
71
|
+
"@salesforce/plugin-custom-metadata": "2.1.20",
|
|
72
72
|
"@salesforce/plugin-community": "2.2.11",
|
|
73
|
-
"@salesforce/plugin-dev": "0.7.
|
|
73
|
+
"@salesforce/plugin-dev": "0.7.6",
|
|
74
74
|
"@salesforce/plugin-env": "2.1.8",
|
|
75
|
-
"@salesforce/plugin-functions": "1.21.
|
|
75
|
+
"@salesforce/plugin-functions": "1.21.9",
|
|
76
76
|
"@salesforce/plugin-packaging": "1.16.11",
|
|
77
77
|
"@salesforce/plugin-signups": "1.4.14",
|
|
78
78
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@oclif/core": "2.8.5",
|
|
122
122
|
"@oclif/plugin-autocomplete": "2.1.9",
|
|
123
|
-
"@oclif/plugin-commands": "2.2.
|
|
123
|
+
"@oclif/plugin-commands": "2.2.15",
|
|
124
124
|
"@oclif/plugin-help": "5.2.9",
|
|
125
125
|
"@oclif/plugin-not-found": "2.3.23",
|
|
126
126
|
"@oclif/plugin-plugins": "3.0.1",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@salesforce/plugin-apex": "2.2.16",
|
|
134
134
|
"@salesforce/plugin-auth": "2.7.14",
|
|
135
135
|
"@salesforce/plugin-data": "2.3.14",
|
|
136
|
-
"@salesforce/plugin-deploy-retrieve": "1.8.
|
|
136
|
+
"@salesforce/plugin-deploy-retrieve": "1.8.19",
|
|
137
137
|
"@salesforce/plugin-info": "2.6.10",
|
|
138
138
|
"@salesforce/plugin-limits": "2.3.13",
|
|
139
139
|
"@salesforce/plugin-login": "1.2.8",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@salesforce/plugin-source": "2.10.7",
|
|
145
145
|
"@salesforce/plugin-telemetry": "2.2.0",
|
|
146
146
|
"@salesforce/plugin-templates": "55.4.13",
|
|
147
|
-
"@salesforce/plugin-trust": "2.4.
|
|
147
|
+
"@salesforce/plugin-trust": "2.4.15",
|
|
148
148
|
"@salesforce/plugin-user": "2.3.10",
|
|
149
149
|
"@salesforce/sf-plugins-core": "2.4.2",
|
|
150
150
|
"debug": "^4.3.4",
|