@salesforce/plugin-info 3.4.9 → 3.4.10
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 +4 -4
- package/oclif.manifest.json +3 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ EXAMPLES
|
|
|
125
125
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
126
126
|
```
|
|
127
127
|
|
|
128
|
-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
128
|
+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.10/src/commands/doctor.ts)_
|
|
129
129
|
|
|
130
130
|
## `sf info releasenotes display`
|
|
131
131
|
|
|
@@ -154,17 +154,17 @@ ALIASES
|
|
|
154
154
|
EXAMPLES
|
|
155
155
|
Display release notes for the currently installed CLI version:
|
|
156
156
|
|
|
157
|
-
$ sf info releasenotes display
|
|
157
|
+
$ sf info releasenotes display
|
|
158
158
|
|
|
159
159
|
Display release notes for CLI version 7.120.0:
|
|
160
160
|
|
|
161
|
-
$ sf info releasenotes display --version 7.120.0
|
|
161
|
+
$ sf info releasenotes display --version 7.120.0
|
|
162
162
|
|
|
163
163
|
Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):
|
|
164
164
|
|
|
165
165
|
$ sf info releasenotes display --version latest
|
|
166
166
|
```
|
|
167
167
|
|
|
168
|
-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
168
|
+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.10/src/commands/info/releasenotes/display.ts)_
|
|
169
169
|
|
|
170
170
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"args": {},
|
|
102
102
|
"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.",
|
|
103
103
|
"examples": [
|
|
104
|
-
"Display release notes for the currently installed CLI version:\n<%= config.bin %> <%= command.id %>
|
|
105
|
-
"Display release notes for CLI version 7.120.0:\n<%= config.bin %> <%= command.id %> --version 7.120.0
|
|
104
|
+
"Display release notes for the currently installed CLI version:\n<%= config.bin %> <%= command.id %>",
|
|
105
|
+
"Display release notes for CLI version 7.120.0:\n<%= config.bin %> <%= command.id %> --version 7.120.0",
|
|
106
106
|
"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"
|
|
107
107
|
],
|
|
108
108
|
"flags": {
|
|
@@ -177,5 +177,5 @@
|
|
|
177
177
|
]
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
|
-
"version": "3.4.
|
|
180
|
+
"version": "3.4.10"
|
|
181
181
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
3
|
"description": "Plugin for accessing cli info from the command line",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/input": "^2.3.0",
|
|
9
9
|
"@jsforce/jsforce-node": "^3.2.2",
|
|
10
10
|
"@oclif/core": "^4",
|
|
11
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.6.2",
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.10",
|
|
14
14
|
"got": "^13.0.0",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"semver": "^7.6.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
23
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.2.18",
|
|
23
|
+
"@salesforce/cli-plugins-testkit": "^5.3.33",
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.1.27",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.27",
|
|
27
27
|
"@salesforce/ts-types": "^2.0.11",
|
|
28
28
|
"@types/marked": "^4.0.8",
|
|
29
29
|
"@types/marked-terminal": "^3.1.3",
|
|
30
30
|
"@types/semver": "^7.5.8",
|
|
31
31
|
"@types/sinon-chai": "^3.2.12",
|
|
32
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
33
|
-
"oclif": "^4.
|
|
32
|
+
"eslint-plugin-sf-plugin": "^1.20.8",
|
|
33
|
+
"oclif": "^4.15.3",
|
|
34
34
|
"sinon-chai": "^3.7.0",
|
|
35
35
|
"ts-node": "^10.9.2",
|
|
36
36
|
"typescript": "^5.5.4"
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"exports": "./lib/index.js",
|
|
225
225
|
"type": "module",
|
|
226
226
|
"sfdx": {
|
|
227
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.
|
|
228
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.
|
|
227
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.10.crt",
|
|
228
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-info/3.4.10.sig"
|
|
229
229
|
}
|
|
230
230
|
}
|