Skip to content

Commit 61ce720

Browse files
committed
chore(release): 5.4.51 [skip ci]
1 parent 4d4f42c commit 61ce720

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.4.51](https://github.com/oclif/plugin-plugins/compare/5.4.50...5.4.51) (2025-10-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.5.6 to 4.7.2 ([#1229](https://github.com/oclif/plugin-plugins/issues/1229)) ([4d4f42c](https://github.com/oclif/plugin-plugins/commit/4d4f42c8a495119b524087f411f886357a0e40da))
6+
17
## [5.4.50](https://github.com/oclif/plugin-plugins/compare/5.4.49...5.4.50) (2025-10-11)
28

39
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ EXAMPLES
116116
$ mycli plugins
117117
```
118118

119-
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/index.ts)_
119+
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/index.ts)_
120120

121121
## `mycli plugins:inspect PLUGIN...`
122122

@@ -143,7 +143,7 @@ EXAMPLES
143143
$ mycli plugins inspect myplugin
144144
```
145145

146-
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/inspect.ts)_
146+
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/inspect.ts)_
147147

148148
## `mycli plugins install PLUGIN`
149149

@@ -192,7 +192,7 @@ EXAMPLES
192192
$ mycli plugins install someuser/someplugin
193193
```
194194

195-
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/install.ts)_
195+
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/install.ts)_
196196

197197
## `mycli plugins link PATH`
198198

@@ -223,7 +223,7 @@ EXAMPLES
223223
$ mycli plugins link myplugin
224224
```
225225

226-
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/link.ts)_
226+
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/link.ts)_
227227

228228
## `mycli plugins reset`
229229

@@ -238,7 +238,7 @@ FLAGS
238238
--reinstall Reinstall all plugins after uninstalling.
239239
```
240240

241-
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/reset.ts)_
241+
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/reset.ts)_
242242

243243
## `mycli plugins uninstall [PLUGIN]`
244244

@@ -249,7 +249,7 @@ USAGE
249249
$ mycli plugins uninstall [PLUGIN...] [-h] [-v]
250250
251251
ARGUMENTS
252-
PLUGIN... plugin to uninstall
252+
[PLUGIN...] plugin to uninstall
253253
254254
FLAGS
255255
-h, --help Show CLI help.
@@ -266,7 +266,7 @@ EXAMPLES
266266
$ mycli plugins uninstall myplugin
267267
```
268268

269-
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/uninstall.ts)_
269+
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/uninstall.ts)_
270270

271271
## `mycli plugins update`
272272

@@ -284,7 +284,7 @@ DESCRIPTION
284284
Update installed plugins.
285285
```
286286

287-
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.50/src/commands/plugins/update.ts)_
287+
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/5.4.51/src/commands/plugins/update.ts)_
288288

289289
<!-- commandsstop -->
290290

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-plugins",
33
"description": "plugins plugin for oclif",
4-
"version": "5.4.50",
4+
"version": "5.4.51",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)