From 5dec379bcd87c084756a8e0788029169f43d6b88 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 13 Apr 2024 11:43:22 +0000 Subject: [PATCH] chore(release): 0.4.13 [skip ci] --- CHANGELOG.md | 9 +++ README.md | 161 ++++++++------------------------------------------- package.json | 2 +- 3 files changed, 33 insertions(+), 139 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af36a34..7ab25a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.13](https://github.com/oclif/plugin-test-esbuild/compare/0.4.12...0.4.13) (2024-04-13) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.7.10 to 0.7.11 ([#47](https://github.com/oclif/plugin-test-esbuild/issues/47)) ([6b5e6c9](https://github.com/oclif/plugin-test-esbuild/commit/6b5e6c9c2877b732d4320d70ed0f70951c701fb1)) + + + ## [0.4.12](https://github.com/oclif/plugin-test-esbuild/compare/0.4.11...0.4.12) (2024-04-11) diff --git a/README.md b/README.md index d6c7022..afa121d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.2.4 darwin-arm64 node-v20.11.0 +@oclif/plugin-test-esbuild/0.4.13 linux-x64 node-v18.20.1 $ bundle --help [COMMAND] USAGE $ bundle COMMAND @@ -27,19 +27,16 @@ USAGE # Commands * [`bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`](#bundle-esbuild-optionalarg-defaultarg-defaultfnarg) +* [`bundle esm1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`](#bundle-esm1-optionalarg-defaultarg-defaultfnarg) * [`bundle hello PERSON`](#bundle-hello-person) * [`bundle hello alias`](#bundle-hello-alias) * [`bundle hello world`](#bundle-hello-world) -* [`bundle help [COMMANDS]`](#bundle-help-commands) * [`bundle plugins`](#bundle-plugins) -* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin) * [`bundle plugins:inspect PLUGIN...`](#bundle-pluginsinspect-plugin) -* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin-1) +* [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin) * [`bundle plugins:link PLUGIN`](#bundle-pluginslink-plugin) -* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin) * [`bundle plugins reset`](#bundle-plugins-reset) -* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin-1) -* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin-2) +* [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin) * [`bundle plugins update`](#bundle-plugins-update) ## `bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]` @@ -58,6 +55,22 @@ GLOBAL FLAGS --json Format output as json. ``` +## `bundle esm1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]` + +``` +USAGE + $ bundle esm1 [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. +``` + ## `bundle hello PERSON` Say hello @@ -112,26 +125,6 @@ EXAMPLES hello world! (./src/commands/hello/world.ts) ``` -## `bundle help [COMMANDS]` - -Display help for bundle. - -``` -USAGE - $ bundle help [COMMANDS] [-n] - -ARGUMENTS - COMMANDS Command to show help for. - -FLAGS - -n, --nested-commands Include all nested commands in the output. - -DESCRIPTION - Display help for bundle. -``` - -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.12/src/commands/help.ts)_ - ## `bundle plugins` List installed plugins. @@ -153,50 +146,6 @@ EXAMPLES $ bundle plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/index.ts)_ - -## `bundle plugins:install PLUGIN...` - -Installs a plugin into the CLI. - -``` -USAGE - $ bundle plugins add plugins:install PLUGIN... - -ARGUMENTS - PLUGIN Plugin to install. - -FLAGS - -f, --force Run yarn install with force flag. - -h, --help Show CLI help. - -s, --silent Silences yarn output. - -v, --verbose Show verbose yarn output. - -GLOBAL FLAGS - --json Format output as json. - -DESCRIPTION - Installs a plugin into the CLI. - Can be installed from npm or a git url. - - Installation of a user-installed plugin will override a core plugin. - - e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command - will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in - the CLI without the need to patch and update the whole CLI. - - -ALIASES - $ bundle plugins add - -EXAMPLES - $ bundle plugins add myplugin - - $ bundle plugins add https://github.com/someuser/someplugin - - $ bundle plugins add someuser/someplugin -``` - ## `bundle plugins:inspect PLUGIN...` Displays installation properties of a plugin. @@ -206,7 +155,7 @@ USAGE $ bundle plugins inspect PLUGIN... ARGUMENTS - PLUGIN [default: .] Plugin to inspect. + PLUGIN... [default: .] Plugin to inspect. FLAGS -h, --help Show CLI help. @@ -222,8 +171,6 @@ EXAMPLES $ bundle plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/inspect.ts)_ - ## `bundle plugins:install PLUGIN...` Installs a plugin into the CLI. @@ -233,7 +180,7 @@ USAGE $ bundle plugins install PLUGIN... ARGUMENTS - PLUGIN Plugin to install. + PLUGIN... Plugin to install. FLAGS -f, --force Run yarn install with force flag. @@ -266,8 +213,6 @@ EXAMPLES $ bundle plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/install.ts)_ - ## `bundle plugins:link PLUGIN` Links a plugin into the CLI for development. @@ -296,34 +241,6 @@ EXAMPLES $ bundle plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/link.ts)_ - -## `bundle plugins:uninstall PLUGIN...` - -Removes a plugin from the CLI. - -``` -USAGE - $ bundle plugins remove plugins:uninstall PLUGIN... - -ARGUMENTS - PLUGIN plugin to uninstall - -FLAGS - -h, --help Show CLI help. - -v, --verbose - -DESCRIPTION - Removes a plugin from the CLI. - -ALIASES - $ bundle plugins unlink - $ bundle plugins remove - -EXAMPLES - $ bundle plugins remove myplugin -``` - ## `bundle plugins reset` Remove all user-installed and linked plugins. @@ -337,8 +254,6 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/reset.ts)_ - ## `bundle plugins:uninstall PLUGIN...` Removes a plugin from the CLI. @@ -348,7 +263,7 @@ USAGE $ bundle plugins uninstall PLUGIN... ARGUMENTS - PLUGIN plugin to uninstall + PLUGIN... plugin to uninstall FLAGS -h, --help Show CLI help. @@ -365,34 +280,6 @@ EXAMPLES $ bundle plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/uninstall.ts)_ - -## `bundle plugins:uninstall PLUGIN...` - -Removes a plugin from the CLI. - -``` -USAGE - $ bundle plugins unlink plugins:uninstall PLUGIN... - -ARGUMENTS - PLUGIN plugin to uninstall - -FLAGS - -h, --help Show CLI help. - -v, --verbose - -DESCRIPTION - Removes a plugin from the CLI. - -ALIASES - $ bundle plugins unlink - $ bundle plugins remove - -EXAMPLES - $ bundle plugins unlink myplugin -``` - ## `bundle plugins update` Update installed plugins. @@ -408,6 +295,4 @@ FLAGS DESCRIPTION Update installed plugins. ``` - -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index f7d5a1f..4837e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.4.12", + "version": "0.4.13", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",