0.0.7 • Published 2 years ago

run-code-cli v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

run-code-cli

Usage

$ npm install -g run-code-cli
$ run-code-cli COMMAND
running command...
$ run-code-cli (--version)
run-code-cli/0.0.5 darwin-x64 node-v16.15.1
$ run-code-cli --help [COMMAND]
USAGE
  $ run-code-cli COMMAND
...

Commands

run-code-cli code [FILE]

自动生成代码系列

USAGE
  $ run-code-cli code [FILE] -h <value> -b <value> -p <value> [-n <value>] [-f] [-l typescript-fetch] [-t
    ts-api|ts-websocket]

FLAGS
  -b, --build=<value>      (required) build path of code
  -f, --force
  -h, --host=<value>       (required) host url of swagger api
  -l, --language=<option>  [default: typescript-fetch] language type of codegen
                           <options: typescript-fetch>
  -n, --name=<value>       name to print
  -p, --pattern=<value>    (required) [default: api.ts,configuration.ts]  copy file
  -t, --template=<option>  [default: ts-api] template dir name in pub/swagger
                           <options: ts-api|ts-websocket>

DESCRIPTION
  自动生成代码系列

EXAMPLES
  $ run-code-cli code

See code: dist/commands/code/index.ts

run-code-cli hello PERSON

Say hello

USAGE
  $ run-code-cli hello [PERSON] -f <value>

ARGUMENTS
  PERSON  Person to say hello to

FLAGS
  -f, --from=<value>  (required) Whom is saying hello

DESCRIPTION
  Say hello

EXAMPLES
  $ oex hello friend --from oclif
  hello friend from oclif! (./src/commands/hello/index.ts)

See code: dist/commands/hello/index.ts

run-code-cli hello world

Say hello world

USAGE
  $ run-code-cli hello world

DESCRIPTION
  Say hello world

EXAMPLES
  $ oex hello world
  hello world! (./src/commands/hello/world.ts)

run-code-cli help [COMMAND]

Display help for run-code-cli.

USAGE
  $ run-code-cli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for run-code-cli.

See code: @oclif/plugin-help

run-code-cli plugins

List installed plugins.

USAGE
  $ run-code-cli plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ run-code-cli plugins

See code: @oclif/plugin-plugins

run-code-cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ run-code-cli 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
  $ run-code-cli plugins add

EXAMPLES
  $ run-code-cli plugins:install myplugin 

  $ run-code-cli plugins:install https://github.com/someuser/someplugin

  $ run-code-cli plugins:install someuser/someplugin

run-code-cli plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ run-code-cli plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] Plugin to inspect.

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

DESCRIPTION
  Displays installation properties of a plugin.

EXAMPLES
  $ run-code-cli plugins:inspect myplugin

run-code-cli plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ run-code-cli 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
  $ run-code-cli plugins add

EXAMPLES
  $ run-code-cli plugins:install myplugin 

  $ run-code-cli plugins:install https://github.com/someuser/someplugin

  $ run-code-cli plugins:install someuser/someplugin

run-code-cli plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ run-code-cli plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

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

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
  $ run-code-cli plugins:link myplugin

run-code-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ run-code-cli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ run-code-cli plugins unlink
  $ run-code-cli plugins remove

run-code-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ run-code-cli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ run-code-cli plugins unlink
  $ run-code-cli plugins remove

run-code-cli plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ run-code-cli plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ run-code-cli plugins unlink
  $ run-code-cli plugins remove

run-code-cli plugins update

Update installed plugins.

USAGE
  $ run-code-cli plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago