Skip to content

Commit

Permalink
chore(release): 0.7.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 29, 2024
1 parent 6a7b1aa commit eabf815
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,27 +41,30 @@ USAGE

```
USAGE
$ esm2 esm2 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--optionalString <value>] [--defaultString
<value>] [--defaultFnString <value>]
$ esm2 esm2 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--json] [--optionalString <value>]
[--defaultString <value>] [--defaultFnString <value>]
FLAGS
--defaultFnString=<value> [default: async fn default]
--defaultString=<value> [default: simple string default]
--optionalString=<value>
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]`

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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit eabf815

Please sign in to comment.