Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 4, 2024
1 parent 8c100e7 commit bc67ca2
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.0](https://github.com/oclif/plugin-test-cjs-1/compare/0.6.37...0.7.0) (2024-06-04)


### Features

* core v4 ([8c100e7](https://github.com/oclif/plugin-test-cjs-1/commit/8c100e7cf4eb8c1ecbe4f7f2e4e7b2fcd772f61f))



## [0.6.37](https://github.com/oclif/plugin-test-cjs-1/compare/0.6.36...0.6.37) (2024-06-02)


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-cjs-1
$ cjs1 COMMAND
running command...
$ cjs1 (--version)
@oclif/plugin-test-cjs-1/0.6.37 linux-x64 node-v18.20.3
@oclif/plugin-test-cjs-1/0.7.0 linux-x64 node-v18.20.3
$ cjs1 --help [COMMAND]
USAGE
$ cjs1 COMMAND
Expand All @@ -41,27 +41,30 @@ USAGE

```
USAGE
$ cjs1 cjs1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--optionalString <value>] [--defaultString
<value>] [--defaultFnString <value>]
$ cjs1 cjs1 [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/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.6.37/src/commands/cjs1.ts)_
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.0/src/commands/cjs1.ts)_

## `cjs1 help [COMMAND]`

Display help for cjs1.

```
USAGE
$ cjs1 help [COMMAND] [-n]
$ cjs1 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
$ cjs1 plugins:inspect PLUGIN...
$ cjs1 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 cjs1.

```
USAGE
$ cjs1 plugins install PLUGIN [--json] [-f] [-h] [-s | -v]
$ cjs1 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
$ cjs1 plugins uninstall [PLUGIN] [-h] [-v]
$ cjs1 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-cjs-1",
"version": "0.6.37",
"version": "0.7.0",
"description": "Test CJS plugin",
"author": "Salesforce",
"bin": {
Expand Down

0 comments on commit bc67ca2

Please sign in to comment.