From 9220731acaae733b731653318ae5ba7249f51a33 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Mar 2024 02:50:45 +0000 Subject: [PATCH] chore(release): 3.1.6 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 32 ++++---------------------------- docs/which.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 38 insertions(+), 29 deletions(-) create mode 100644 docs/which.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bf6a28..ef63e2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.6](https://github.com/oclif/plugin-which/compare/3.1.5...3.1.6) (2024-03-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.25.2 to 3.26.0 ([#576](https://github.com/oclif/plugin-which/issues/576)) ([f7e2a4d](https://github.com/oclif/plugin-which/commit/f7e2a4dffb141a0c211c9e5a311f8afad92b1275)) + ## [3.1.5](https://github.com/oclif/plugin-which/compare/3.1.4...3.1.5) (2024-03-17) ### Bug Fixes diff --git a/README.md b/README.md index 076fdffa..b25d52a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ find which plugin a command is in - [@oclif/plugin-which](#oclifplugin-which) - [Usage](#usage) - [Commands](#commands) - - [`oclif-example which`](#oclif-example-which) +- [Command Topics](#command-topics) - [Contributing](#contributing) @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-which/3.1.5 linux-x64 node-v18.19.1 +@oclif/plugin-which/3.1.6 linux-x64 node-v18.19.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -37,33 +37,9 @@ USAGE -- [@oclif/plugin-which](#oclifplugin-which) -- [Usage](#usage) -- [Commands](#commands) - - [`oclif-example which`](#oclif-example-which) -- [Contributing](#contributing) - -## `oclif-example which` - -Show which plugin a command is in. - -``` -USAGE - $ oclif-example which [--json] - -GLOBAL FLAGS - --json Format output as json. - -DESCRIPTION - Show which plugin a command is in. - -EXAMPLES - See which plugin the `help` command is in: - - $ oclif-example which help -``` +# Command Topics -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.1.5/src/commands/which.ts)_ +- [`oclif-example which`](docs/which.md) - Show which plugin a command is in. diff --git a/docs/which.md b/docs/which.md new file mode 100644 index 00000000..2a28dbc5 --- /dev/null +++ b/docs/which.md @@ -0,0 +1,27 @@ +# `oclif-example which` + +Show which plugin a command is in. + +- [`oclif-example which`](#oclif-example-which) + +## `oclif-example which` + +Show which plugin a command is in. + +``` +USAGE + $ oclif-example which [--json] + +GLOBAL FLAGS + --json Format output as json. + +DESCRIPTION + Show which plugin a command is in. + +EXAMPLES + See which plugin the `help` command is in: + + $ oclif-example which help +``` + +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.1.6/src/commands/which.ts)_ diff --git a/package.json b/package.json index 151077d4..3aa68ae7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-which", "description": "find which plugin a command is in", - "version": "3.1.5", + "version": "3.1.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {