diff --git a/CHANGELOG.md b/CHANGELOG.md index 2774bf5..8a2c504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.31](https://github.com/oclif/plugin-test-core-v3/compare/0.1.30...0.1.31) (2024-10-06) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.4.10 to 5.4.14 ([#82](https://github.com/oclif/plugin-test-core-v3/issues/82)) ([4c2b366](https://github.com/oclif/plugin-test-core-v3/commit/4c2b366f6f40109d83da25bc8e6d76dc9e848d58)) + + + ## [0.1.30](https://github.com/oclif/plugin-test-core-v3/compare/0.1.29...0.1.30) (2024-10-06) diff --git a/README.md b/README.md index 72cd8c7..0a08a09 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3 $ corev3 COMMAND running command... $ corev3 (--version) -@oclif/plugin-test-core-v3/0.1.30 linux-x64 node-v18.20.4 +@oclif/plugin-test-core-v3/0.1.31 linux-x64 node-v18.20.4 $ corev3 --help [COMMAND] USAGE $ corev3 COMMAND @@ -57,7 +57,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/core-v3.ts)_ +_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.31/src/commands/core-v3.ts)_ ## `corev3 hello PERSON` @@ -81,7 +81,7 @@ EXAMPLES hello friend from oclif! (./src/commands/hello/index.ts) ``` -_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.31/src/commands/hello/index.ts)_ ## `corev3 hello world` @@ -99,7 +99,7 @@ EXAMPLES hello world! (./src/commands/hello/world.ts) ``` -_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.30/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.31/src/commands/hello/world.ts)_ ## `corev3 help [COMMAND]` @@ -142,7 +142,7 @@ EXAMPLES $ corev3 plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/index.ts)_ ## `corev3 plugins:inspect PLUGIN...` @@ -169,7 +169,7 @@ EXAMPLES $ corev3 plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/inspect.ts)_ ## `corev3 plugins install PLUGIN` @@ -218,7 +218,7 @@ EXAMPLES $ corev3 plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/install.ts)_ ## `corev3 plugins link PATH` @@ -238,6 +238,7 @@ FLAGS DESCRIPTION Links a plugin into the CLI for development. + Installation of a linked plugin will override a user-installed or core plugin. e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' @@ -248,7 +249,7 @@ EXAMPLES $ corev3 plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/link.ts)_ ## `corev3 plugins reset` @@ -263,7 +264,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/reset.ts)_ ## `corev3 plugins uninstall [PLUGIN]` @@ -291,7 +292,7 @@ EXAMPLES $ corev3 plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/uninstall.ts)_ ## `corev3 plugins update` @@ -309,5 +310,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.10/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 5d2e740..5897ece 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-test-core-v3", "description": "Test plugin that uses @oclif/core v3", - "version": "0.1.30", + "version": "0.1.31", "author": "Salesforce", "bin": { "corev3": "./bin/run.js"