@salesforce/plugin-info 2.3.1 → 2.3.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 +14 -21
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/doctor.js.map +1 -1
- package/lib/commands/info/releasenotes/display.js +3 -5
- package/lib/commands/info/releasenotes/display.js.map +1 -1
- package/messages/display.md +14 -13
- package/messages/doctor.md +14 -11
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ sfdx plugins
|
|
|
81
81
|
|
|
82
82
|
## `sfdx doctor`
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
When you run the doctor command without parameters, it first displays a diagnostic overview of your environment. It then writes a detailed diagnosis to a JSON file in the current directory. Use the --outputdir to specify a different directory. To run diagnostic tests on a specific plugin, use the --plugin parameter. If the plugin isn't listening to the doctor, then you get a warning.
|
|
85
85
|
|
|
86
86
|
```
|
|
87
87
|
USAGE
|
|
@@ -95,52 +95,45 @@ OPTIONS
|
|
|
95
95
|
--json Format output as json.
|
|
96
96
|
|
|
97
97
|
DESCRIPTION
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
directory. To run diagnostic tests on a specific plugin, use the --plugin parameter. If the plugin isn't listening to
|
|
101
|
-
the doctor, then you get a warning.
|
|
102
|
-
|
|
103
|
-
Use the --command parameter to run a specific command in debug mode; the doctor writes both stdout and stderr to *.log
|
|
104
|
-
files that you can provide to Salesforce Customer Support or attach to a GitHub issue.
|
|
98
|
+
Use the --command parameter to run a specific command in debug mode; the doctor writes both stdout and stderr to
|
|
99
|
+
\*.log files that you can provide to Salesforce Customer Support or attach to a GitHub issue.
|
|
105
100
|
|
|
106
101
|
Plugin providers can also implement their own doctor diagnostic tests by listening to the "sf-doctor" event and
|
|
107
102
|
running plugin specific tests that are then included in the doctor diagnostics log.
|
|
108
103
|
|
|
109
104
|
EXAMPLES
|
|
110
|
-
|
|
111
|
-
|
|
105
|
+
Run CLI doctor diagnostics:
|
|
106
|
+
sfdx doctor
|
|
112
107
|
Run CLI doctor diagnostics and the specified command, and write the debug output to a file:
|
|
113
|
-
|
|
108
|
+
sfdx doctor --command "force:org:list --all"
|
|
114
109
|
Run CLI doctor diagnostics for a specific plugin:
|
|
115
|
-
|
|
110
|
+
sfdx doctor --plugin @salesforce/plugin-source
|
|
116
111
|
```
|
|
117
112
|
|
|
118
|
-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/v2.2
|
|
113
|
+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/v2.3.2-t.0/src/commands/doctor.ts)_
|
|
119
114
|
|
|
120
115
|
## `sfdx info:releasenotes:display`
|
|
121
116
|
|
|
122
|
-
Display Salesforce CLI release notes on the command line.
|
|
123
|
-
|
|
124
117
|
```
|
|
125
118
|
USAGE
|
|
126
119
|
$ sfdx info:releasenotes:display
|
|
127
120
|
|
|
128
121
|
OPTIONS
|
|
129
|
-
-v, --version=version
|
|
122
|
+
-v, --version=version
|
|
130
123
|
--json Format output as json.
|
|
131
124
|
|
|
132
125
|
ALIASES
|
|
133
126
|
$ sfdx whatsnew
|
|
134
127
|
|
|
135
128
|
EXAMPLES
|
|
136
|
-
|
|
137
|
-
|
|
129
|
+
Display release notes for the currently installed CLI version:
|
|
130
|
+
sfdx info:releasenotes:display stable, stable-rc, latest, latest-rc, rc
|
|
138
131
|
Display release notes for CLI version 7.120.0:
|
|
139
|
-
|
|
132
|
+
sfdx info:releasenotes:display --version 7.120.0 stable, stable-rc, latest, latest-rc, rc
|
|
140
133
|
Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):
|
|
141
|
-
|
|
134
|
+
sfdx info:releasenotes:display --version latest
|
|
142
135
|
```
|
|
143
136
|
|
|
144
|
-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/v2.2
|
|
137
|
+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/v2.3.2-t.0/src/commands/info/releasenotes/display.ts)_
|
|
145
138
|
|
|
146
139
|
<!-- commandsstop -->
|
package/lib/commands/doctor.js
CHANGED
|
@@ -184,7 +184,7 @@ ${this.doctor
|
|
|
184
184
|
exports.default = Doctor;
|
|
185
185
|
Doctor.summary = messages.getMessage('summary');
|
|
186
186
|
Doctor.description = messages.getMessage('description');
|
|
187
|
-
Doctor.examples = messages.
|
|
187
|
+
Doctor.examples = messages.getMessages('examples');
|
|
188
188
|
Doctor.flags = {
|
|
189
189
|
command: sf_plugins_core_1.Flags.string({
|
|
190
190
|
char: 'c',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor.js","sourceRoot":"","sources":["../../src/commands/doctor.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"doctor.js","sourceRoot":"","sources":["../../src/commands/doctor.ts"],"names":[],"mappings":"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"}
|
|
@@ -96,20 +96,18 @@ class Display extends sf_plugins_core_1.SfCommand {
|
|
|
96
96
|
}
|
|
97
97
|
exports.default = Display;
|
|
98
98
|
Display.helpers = ['stable', 'stable-rc', 'latest', 'latest-rc', 'rc'];
|
|
99
|
-
Display.summary = messages.getMessage('
|
|
100
|
-
Display.description = messages.getMessage('
|
|
99
|
+
Display.summary = messages.getMessage('summary');
|
|
100
|
+
Display.description = messages.getMessage('description');
|
|
101
101
|
Display.aliases = ['whatsnew'];
|
|
102
|
-
Display.examples = messages.
|
|
102
|
+
Display.examples = messages.getMessages('examples', [Display.helpers.join(', ')]);
|
|
103
103
|
Display.flags = {
|
|
104
104
|
version: sf_plugins_core_1.Flags.string({
|
|
105
105
|
char: 'v',
|
|
106
106
|
summary: messages.getMessage('flags.version.summary'),
|
|
107
|
-
description: messages.getMessage('flags.version.description'),
|
|
108
107
|
}),
|
|
109
108
|
hook: sf_plugins_core_1.Flags.boolean({
|
|
110
109
|
hidden: true,
|
|
111
110
|
summary: messages.getMessage('flags.hook.summary'),
|
|
112
|
-
description: messages.getMessage('flags.hook.description'),
|
|
113
111
|
}),
|
|
114
112
|
loglevel: sf_plugins_core_1.loglevel,
|
|
115
113
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"display.js","sourceRoot":"","sources":["../../../../src/commands/info/releasenotes/display.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;AAEH,4EAA4E;AAC5E,uDAAuD;AAEvD,yBAAyB;AACzB,mCAAgC;AAChC,oDAAoD;AACpD,yCAAsC;AACtC,iEAAyE;AACzE,2CAA+D;AAE/D,iEAA8D;AAC9D,qEAAkE;AAClE,yEAAsE;AACtE,yEAAsE;AAEtE,wDAAwD;AACxD,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAE5C,MAAM,UAAU,GAAG,yBAAyB,CAAC;AAC7C,MAAM,WAAW,GAAG,gCAAgC,CAAC;AAErD,iGAAiG;AACjG,mFAAmF;AACnF,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,yBAAyB,EAAE,SAAS,CAAC,CAAC;AAE7E,MAAqB,OAAQ,SAAQ,2BAAwB;
|
|
1
|
+
{"version":3,"file":"display.js","sourceRoot":"","sources":["../../../../src/commands/info/releasenotes/display.ts"],"names":[],"mappings":"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"}
|
package/messages/display.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# summary
|
|
2
2
|
|
|
3
3
|
Display Salesforce CLI release notes on the command line.
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
# description
|
|
6
6
|
|
|
7
|
-
CLI version
|
|
7
|
+
By default, this command displays release notes for the currently installed CLI version on your computer. Use the --version flag to view release notes for a different release.
|
|
8
8
|
|
|
9
|
-
# flags.version.
|
|
9
|
+
# flags.version.summary
|
|
10
10
|
|
|
11
11
|
CLI version or tag for which to display release notes.
|
|
12
12
|
|
|
@@ -14,18 +14,19 @@ CLI version or tag for which to display release notes.
|
|
|
14
14
|
|
|
15
15
|
This hidden parameter is used in post install or update hooks.
|
|
16
16
|
|
|
17
|
-
# flags.hook.description
|
|
18
|
-
|
|
19
|
-
This hidden parameter is used in post install or update hooks.
|
|
20
|
-
|
|
21
17
|
# examples
|
|
22
18
|
|
|
23
19
|
- Display release notes for the currently installed CLI version:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
20
|
+
|
|
21
|
+
<%= config.bin %> <%= command.id %>
|
|
22
|
+
|
|
23
|
+
- Display release notes for CLI version 7.120.0:
|
|
24
|
+
|
|
25
|
+
<%= config.bin %> <%= command.id %> --version 7.120.0
|
|
26
|
+
|
|
27
|
+
- Display release notes for the CLI version that corresponds to a tag (%s):
|
|
28
|
+
|
|
29
|
+
<%= config.bin %> <%= command.id %> --version latest
|
|
29
30
|
|
|
30
31
|
# footer
|
|
31
32
|
|
package/messages/doctor.md
CHANGED
|
@@ -4,8 +4,6 @@ Gather CLI configuration data and run diagnostic tests to discover and report po
|
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
7
|
-
Gather CLI configuration data and run diagnostic tests to discover and report potential problems in your environment.
|
|
8
|
-
|
|
9
7
|
When you run the doctor command without parameters, it first displays a diagnostic overview of your environment. It then writes a detailed diagnosis to a JSON file in the current directory. Use the --outputdir to specify a different directory. To run diagnostic tests on a specific plugin, use the --plugin parameter. If the plugin isn't listening to the doctor, then you get a warning.
|
|
10
8
|
|
|
11
9
|
Use the --command parameter to run a specific command in debug mode; the doctor writes both stdout and stderr to \*.log files that you can provide to Salesforce Customer Support or attach to a GitHub issue.
|
|
@@ -14,28 +12,33 @@ Plugin providers can also implement their own doctor diagnostic tests by listeni
|
|
|
14
12
|
|
|
15
13
|
# flags.command
|
|
16
14
|
|
|
17
|
-
|
|
15
|
+
Command to run in debug mode; results are written to a log file.
|
|
18
16
|
|
|
19
17
|
# flags.plugin
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
Specific plugin on which to run diagnostics.
|
|
22
20
|
|
|
23
21
|
# flags.output-dir.summary
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
Directory to save all created files rather than the current working directory.
|
|
26
24
|
|
|
27
25
|
# flags.create-issue.summary
|
|
28
26
|
|
|
29
|
-
|
|
27
|
+
Create a new issue on our GitHub repo and attach all diagnostic results.
|
|
30
28
|
|
|
31
29
|
# examples
|
|
32
30
|
|
|
33
31
|
- Run CLI doctor diagnostics:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
|
|
33
|
+
<%= config.bin %> doctor
|
|
34
|
+
|
|
35
|
+
- Run CLI doctor diagnostics and the specified command, and write the debug output to a file:
|
|
36
|
+
|
|
37
|
+
<%= config.bin %> doctor --command "force:org:list --all"
|
|
38
|
+
|
|
39
|
+
- Run CLI doctor diagnostics for a specific plugin:
|
|
40
|
+
|
|
41
|
+
<%= config.bin %> doctor --plugin @salesforce/plugin-source
|
|
39
42
|
|
|
40
43
|
# pinnedSuggestions.checkGitHubIssues
|
|
41
44
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.3.
|
|
1
|
+
{"version":"2.3.3","commands":{"doctor":{"id":"doctor","summary":"Gather CLI configuration data and run diagnostic tests to discover and report potential problems in your environment.","description":"When you run the doctor command without parameters, it first displays a diagnostic overview of your environment. It then writes a detailed diagnosis to a JSON file in the current directory. Use the --outputdir to specify a different directory. To run diagnostic tests on a specific plugin, use the --plugin parameter. If the plugin isn't listening to the doctor, then you get a warning.\n\nUse the --command parameter to run a specific command in debug mode; the doctor writes both stdout and stderr to \\*.log files that you can provide to Salesforce Customer Support or attach to a GitHub issue.\n\nPlugin providers can also implement their own doctor diagnostic tests by listening to the \"sf-doctor\" event and running plugin specific tests that are then included in the doctor diagnostics log.","strict":true,"pluginName":"@salesforce/plugin-info","pluginAlias":"@salesforce/plugin-info","pluginType":"core","aliases":[],"examples":["Run CLI doctor diagnostics:\n<%= config.bin %> doctor","Run CLI doctor diagnostics and the specified command, and write the debug output to a file:\n<%= config.bin %> doctor --command \"force:org:list --all\"","Run CLI doctor diagnostics for a specific plugin:\n<%= config.bin %> doctor --plugin @salesforce/plugin-source"],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"command":{"name":"command","type":"option","char":"c","summary":"Command to run in debug mode; results are written to a log file.","multiple":false},"plugin":{"name":"plugin","type":"option","char":"p","summary":"Specific plugin on which to run diagnostics.","multiple":false},"output-dir":{"name":"output-dir","type":"option","char":"d","summary":"Directory to save all created files rather than the current working directory.","multiple":false,"aliases":["outputdir","o"]},"create-issue":{"name":"create-issue","type":"boolean","char":"i","summary":"Create a new issue on our GitHub repo and attach all diagnostic results.","allowNo":false,"aliases":["createissue"]},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"deprecated":{"message":"The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."}}},"args":[]},"info:releasenotes:display":{"id":"info:releasenotes:display","summary":"Display Salesforce CLI release notes on the command line.","description":"By default, this command displays release notes for the currently installed CLI version on your computer. Use the --version flag to view release notes for a different release.","strict":true,"pluginName":"@salesforce/plugin-info","pluginAlias":"@salesforce/plugin-info","pluginType":"core","aliases":["whatsnew"],"examples":["Display release notes for the currently installed CLI version:\n<%= config.bin %> <%= command.id %> stable, stable-rc, latest, latest-rc, rc","Display release notes for CLI version 7.120.0:\n<%= config.bin %> <%= command.id %> --version 7.120.0 stable, stable-rc, latest, latest-rc, rc","Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):\n<%= config.bin %> <%= command.id %> --version latest"],"flags":{"json":{"name":"json","type":"boolean","description":"Format output as json.","helpGroup":"GLOBAL","allowNo":false},"version":{"name":"version","type":"option","char":"v","summary":"CLI version or tag for which to display release notes.","multiple":false},"hook":{"name":"hook","type":"boolean","summary":"This hidden parameter is used in post install or update hooks.","hidden":true,"allowNo":false},"loglevel":{"name":"loglevel","type":"option","hidden":true,"multiple":false,"deprecated":{"message":"The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."}}},"args":[],"helpers":["stable","stable-rc","latest","latest-rc","rc"]}}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
3
|
"description": "Plugin for accessing cli info from the command line",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@oclif/core": "^1.23.0",
|
|
10
10
|
"@salesforce/core": "^3.32.12",
|
|
11
11
|
"@salesforce/kit": "^1.8.0",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^1.22.1",
|
|
13
13
|
"got": "^11.8.6",
|
|
14
14
|
"marked": "^4.2.5",
|
|
15
15
|
"marked-terminal": "^4.2.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tslib": "^2"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^3.2.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^3.2.16",
|
|
24
24
|
"@oclif/plugin-version": "1.1.3",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^3.2.15",
|
|
26
26
|
"@salesforce/dev-config": "^3.1.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/plugin-command-reference": "^1.5.10",
|
|
29
29
|
"@salesforce/prettier-config": "^0.0.2",
|
|
30
30
|
"@salesforce/ts-sinon": "1.4.2",
|
|
31
|
-
"@swc/core": "^1.3.
|
|
31
|
+
"@swc/core": "^1.3.25",
|
|
32
32
|
"@types/fs-extra": "^9.0.13",
|
|
33
33
|
"@types/marked": "^4.0.8",
|
|
34
34
|
"@types/marked-terminal": "^3.1.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
38
38
|
"@typescript-eslint/parser": "^5.47.1",
|
|
39
39
|
"chai": "^4.3.7",
|
|
40
|
-
"eslint": "^8.
|
|
40
|
+
"eslint": "^8.31.0",
|
|
41
41
|
"eslint-config-prettier": "^8.5.0",
|
|
42
42
|
"eslint-config-salesforce": "^1.1.0",
|
|
43
43
|
"eslint-config-salesforce-license": "^0.1.6",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"eslint-plugin-header": "^3.1.1",
|
|
46
46
|
"eslint-plugin-import": "^2.26.0",
|
|
47
47
|
"eslint-plugin-jsdoc": "^39.6.4",
|
|
48
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
48
|
+
"eslint-plugin-sf-plugin": "^1.6.0",
|
|
49
49
|
"husky": "^7.0.4",
|
|
50
50
|
"mocha": "^9.1.3",
|
|
51
51
|
"nyc": "^15.1.0",
|
|
52
52
|
"oclif": "^3.4.2",
|
|
53
|
-
"prettier": "^2.8.
|
|
53
|
+
"prettier": "^2.8.2",
|
|
54
54
|
"pretty-quick": "^3.1.0",
|
|
55
55
|
"shx": "0.3.4",
|
|
56
56
|
"sinon": "^11.1.1",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"access": "public"
|
|
128
128
|
},
|
|
129
129
|
"sfdx": {
|
|
130
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.3.
|
|
131
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.3.
|
|
130
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.3.3.crt",
|
|
131
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/2.3.3.sig"
|
|
132
132
|
}
|
|
133
133
|
}
|