Skip to content

Commit

Permalink
chore(release): 4.1.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 23, 2023
1 parent 1271c84 commit a938dae
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [4.1.11](https://github.com/oclif/plugin-plugins/compare/4.1.10...4.1.11) (2023-12-23)

### Bug Fixes

- **deps:** bump npm from 10.2.3 to 10.2.5 ([#751](https://github.com/oclif/plugin-plugins/issues/751)) ([1271c84](https://github.com/oclif/plugin-plugins/commit/1271c8443762d978a393657840b7f3b1d23f1117))

## [4.1.10](https://github.com/oclif/plugin-plugins/compare/4.1.9...4.1.10) (2023-12-06)

### Bug Fixes
Expand Down
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -117,15 +117,15 @@ EXAMPLES
$ mycli plugins
```

_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/index.ts)_
_See code: [src/commands/plugins/index.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/index.ts)_

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

Displays installation properties of a plugin.

```
USAGE
$ mycli plugins:inspect PLUGIN...
$ mycli plugins inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
Expand All @@ -144,15 +144,15 @@ EXAMPLES
$ mycli plugins inspect myplugin
```

_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/inspect.ts)_
_See code: [src/commands/plugins/inspect.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/inspect.ts)_

## `mycli plugins:install PLUGIN...`

Installs a plugin into the CLI.

```
USAGE
$ mycli plugins:install PLUGIN...
$ mycli plugins install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
Expand Down Expand Up @@ -188,15 +188,15 @@ EXAMPLES
$ mycli plugins install someuser/someplugin
```

_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/install.ts)_
_See code: [src/commands/plugins/install.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/install.ts)_

## `mycli plugins:link PLUGIN`

Links a plugin into the CLI for development.

```
USAGE
$ mycli plugins:link PLUGIN
$ mycli plugins link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
Expand All @@ -218,7 +218,7 @@ EXAMPLES
$ mycli plugins link myplugin
```

_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/link.ts)_
_See code: [src/commands/plugins/link.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/link.ts)_

## `mycli plugins reset`

Expand All @@ -229,15 +229,15 @@ USAGE
$ mycli plugins reset
```

_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/reset.ts)_
_See code: [src/commands/plugins/reset.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/reset.ts)_

## `mycli plugins:uninstall PLUGIN...`

Removes a plugin from the CLI.

```
USAGE
$ mycli plugins:uninstall PLUGIN...
$ mycli plugins uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
Expand All @@ -257,7 +257,7 @@ EXAMPLES
$ mycli plugins uninstall myplugin
```

_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/uninstall.ts)_
_See code: [src/commands/plugins/uninstall.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/uninstall.ts)_

## `mycli plugins update`

Expand All @@ -275,6 +275,6 @@ DESCRIPTION
Update installed plugins.
```

_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/4.1.10/src/commands/plugins/update.ts)_
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/4.1.11/src/commands/plugins/update.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-plugins",
"description": "plugins plugin for oclif",
"version": "4.1.10",
"version": "4.1.11",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
Expand Down

0 comments on commit a938dae

Please sign in to comment.