0.6.33 • Published 5 days ago

@oclif/plugin-test-cjs-1 v0.6.33

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

Usage

$ npm install -g @oclif/plugin-test-cjs-1
$ cjs1 COMMAND
running command...
$ cjs1 (--version)
@oclif/plugin-test-cjs-1/0.6.33 linux-x64 node-v20.12.2
$ cjs1 --help [COMMAND]
USAGE
  $ cjs1 COMMAND
...

Commands

cjs1 cjs1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]

USAGE
  $ cjs1 cjs1 [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--optionalString <value>] [--defaultString
    <value>] [--defaultFnString <value>]

FLAGS
  --defaultFnString=<value>  [default: async fn default]
  --defaultString=<value>    [default: simple string default]
  --optionalString=<value>

See code: src/commands/cjs1.ts

cjs1 help [COMMANDS]

Display help for cjs1.

USAGE
  $ cjs1 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 cjs1.

See code: @oclif/plugin-help

cjs1 plugins

List installed plugins.

USAGE
  $ cjs1 plugins [--json] [--core]

FLAGS
  --core  Show core plugins.

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ cjs1 plugins

See code: @oclif/plugin-plugins

cjs1 plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cjs1 plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

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
  $ cjs1 plugins add

EXAMPLES
  $ cjs1 plugins:install myplugin 

  $ cjs1 plugins:install https://github.com/someuser/someplugin

  $ cjs1 plugins:install someuser/someplugin

cjs1 plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ cjs1 plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

GLOBAL FLAGS
  --json  Format output as json.

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ cjs1 plugins:inspect myplugin

See code: @oclif/plugin-plugins

cjs1 plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ cjs1 plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  Plugin to install.

FLAGS
  -f, --force    Run yarn install with force flag.
  -h, --help     Show CLI help.
  -v, --verbose

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
  $ cjs1 plugins add

EXAMPLES
  $ cjs1 plugins:install myplugin 

  $ cjs1 plugins:install https://github.com/someuser/someplugin

  $ cjs1 plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

cjs1 plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ cjs1 plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

FLAGS
  -h, --help      Show CLI help.
  -v, --verbose
  --[no-]install  Install dependencies after linking the plugin.

DESCRIPTION
  Links a plugin into the CLI for development.
  Installation of a linked plugin will override a user-installed or core plugin.

  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
  command will override the user-installed or core plugin implementation. This is useful for development work.


EXAMPLES
  $ cjs1 plugins:link myplugin

See code: @oclif/plugin-plugins

cjs1 plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cjs1 plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cjs1 plugins unlink
  $ cjs1 plugins remove

cjs1 plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cjs1 plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cjs1 plugins unlink
  $ cjs1 plugins remove

See code: @oclif/plugin-plugins

cjs1 plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ cjs1 plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ cjs1 plugins unlink
  $ cjs1 plugins remove

cjs1 plugins update

Update installed plugins.

USAGE
  $ cjs1 plugins update [-h] [-v]

FLAGS
  -h, --help     Show CLI help.
  -v, --verbose

DESCRIPTION
  Update installed plugins.

See code: @oclif/plugin-plugins

0.6.33

5 days ago

0.6.32

12 days ago

0.6.31

26 days ago

0.6.30

1 month ago

0.6.29

1 month ago

0.6.28

2 months ago

0.6.27

2 months ago

0.6.26

2 months ago

0.6.25

2 months ago

0.6.24

3 months ago

0.6.23

3 months ago

0.6.22

3 months ago

0.6.21

3 months ago

0.6.20

3 months ago

0.6.19

3 months ago

0.6.18

4 months ago

0.6.17

4 months ago

0.6.16

5 months ago

0.6.15

5 months ago

0.6.14

5 months ago

0.6.13

6 months ago

0.6.12

6 months ago

0.6.11

6 months ago

0.6.10

6 months ago

0.6.9

6 months ago

0.6.8

7 months ago

0.6.7

7 months ago

0.6.6

7 months ago

0.6.5

7 months ago

0.6.4

7 months ago

0.6.3

7 months ago

0.6.2

8 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.12

8 months ago

0.5.11

8 months ago

0.5.10

8 months ago

0.5.9

8 months ago

0.5.8

9 months ago

0.5.7

9 months ago

0.5.6

9 months ago

0.5.5

9 months ago

0.5.4

9 months ago

0.5.3

9 months ago

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

9 months ago

0.2.6

9 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.3

9 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago