From eabf81570048bce262896c54144595549601df35 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 29 Jun 2024 08:50:23 +0000 Subject: [PATCH] chore(release): 0.7.10 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 31 +++++++++++++++++-------------- package.json | 2 +- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8848dc..40d0318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.10](https://github.com/oclif/plugin-test-esm-2/compare/0.7.9...0.7.10) (2024-06-29) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([#181](https://github.com/oclif/plugin-test-esm-2/issues/181)) ([6a7b1aa](https://github.com/oclif/plugin-test-esm-2/commit/6a7b1aae07fe27a19d94da85ebcf6ecace1a98d4)) + + + ## [0.7.9](https://github.com/oclif/plugin-test-esm-2/compare/0.7.8...0.7.9) (2024-06-23) diff --git a/README.md b/README.md index 3bc259b..2140611 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.9 linux-x64 node-v18.20.3 +@oclif/plugin-test-esm-2/0.7.10 linux-x64 node-v18.20.3 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -41,16 +41,19 @@ USAGE ``` USAGE - $ esm2 esm2 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--optionalString ] [--defaultString - ] [--defaultFnString ] + $ esm2 esm2 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--json] [--optionalString ] + [--defaultString ] [--defaultFnString ] FLAGS --defaultFnString= [default: async fn default] --defaultString= [default: simple string default] --optionalString= + +GLOBAL FLAGS + --json Format output as json. ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.9/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.10/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` @@ -58,10 +61,10 @@ Display help for esm2. ``` USAGE - $ esm2 help [COMMAND] [-n] + $ esm2 help [COMMAND...] [-n] ARGUMENTS - COMMAND Command to show help for. + COMMAND... Command to show help for. FLAGS -n, --nested-commands Include all nested commands in the output. @@ -101,10 +104,10 @@ Displays installation properties of a plugin. ``` USAGE - $ esm2 plugins:inspect PLUGIN... + $ esm2 plugins inspect PLUGIN... ARGUMENTS - PLUGIN [default: .] Plugin to inspect. + PLUGIN... [default: .] Plugin to inspect. FLAGS -h, --help Show CLI help. @@ -128,10 +131,10 @@ Installs a plugin into esm2. ``` USAGE - $ esm2 plugins install PLUGIN [--json] [-f] [-h] [-s | -v] + $ esm2 plugins install PLUGIN... [--json] [-f] [-h] [-s | -v] ARGUMENTS - PLUGIN Plugin to install. + PLUGIN... Plugin to install. FLAGS -f, --force Force npm to fetch remote resources even if a local copy exists on disk. @@ -183,9 +186,9 @@ ARGUMENTS PATH [default: .] path to plugin FLAGS - -h, --help Show CLI help. + -h, --help Show CLI help. -v, --verbose - --[no-]install Install dependencies after linking the plugin. + --[no-]install Install dependencies after linking the plugin. DESCRIPTION Links a plugin into the CLI for development. @@ -222,10 +225,10 @@ Removes a plugin from the CLI. ``` USAGE - $ esm2 plugins uninstall [PLUGIN] [-h] [-v] + $ esm2 plugins uninstall [PLUGIN...] [-h] [-v] ARGUMENTS - PLUGIN plugin to uninstall + PLUGIN... plugin to uninstall FLAGS -h, --help Show CLI help. diff --git a/package.json b/package.json index b969349..3f1687e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.9", + "version": "0.7.10", "description": "Test ESM plugin", "author": "Salesforce", "bin": {