Skip to content

Commit

Permalink
chore(release): 2.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Nov 29, 2021
1 parent d90b598 commit 29e4127
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.2](https://github.com/oclif/plugin-plugins/compare/v2.0.1...v2.0.2) (2021-11-29)


### Bug Fixes

* bump oclif/core and oclif/plugin-help ([#365](https://github.com/oclif/plugin-plugins/issues/365)) ([d90b598](https://github.com/oclif/plugin-plugins/commit/d90b598d1f09166dc9c0045f8fa41b3ddfe02392))

### [2.0.1](https://github.com/oclif/plugin-plugins/compare/v2.0.0...v2.0.1) (2021-10-07)


Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ EXAMPLES
$ mycli plugins
```

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

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

Expand All @@ -119,7 +119,7 @@ ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Expand All @@ -129,7 +129,7 @@ EXAMPLES
$ mycli plugins:inspect myplugin
```

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

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

Expand All @@ -144,7 +144,7 @@ ARGUMENTS
FLAGS
-f, --force Run yarn install with force flag.
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Expand All @@ -169,7 +169,7 @@ EXAMPLES
$ mycli plugins:install someuser/someplugin
```

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

## `mycli plugins:link PLUGIN`

Expand All @@ -183,7 +183,7 @@ ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Expand All @@ -198,7 +198,7 @@ EXAMPLES
$ mycli plugins:link myplugin
```

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

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

Expand All @@ -212,7 +212,7 @@ ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Expand All @@ -223,7 +223,7 @@ ALIASES
$ mycli plugins:remove
```

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

## `mycli plugins:update`

Expand All @@ -234,12 +234,12 @@ USAGE
$ mycli plugins:update [-h] [-v]
FLAGS
-h, --help show CLI help
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
```

_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v2.0.0/src/commands/plugins/update.ts)_
_See code: [src/commands/plugins/update.ts](https://github.com/oclif/plugin-plugins/blob/v2.0.1/src/commands/plugins/update.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-plugins",
"description": "plugins plugin for oclif",
"version": "2.0.1",
"version": "2.0.2",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
Expand Down

0 comments on commit 29e4127

Please sign in to comment.