0.2.1 • Published 2 years ago

weapps-repairman v0.2.1

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

weapps-repairman

weapps repairman

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g weapps-repairman
$ weapps-repairman COMMAND
running command...
$ weapps-repairman (--version)
weapps-repairman/0.2.1 darwin-x64 node-v16.15.1
$ weapps-repairman --help [COMMAND]
USAGE
  $ weapps-repairman COMMAND
...

Commands

weapps-repairman co-pack WEDA_MINI_PATH SRC_MINI_PATH

WeDa 小程序与源码小程序合包

USAGE
  $ weapps-repairman co-pack [WEDA_MINI_PATH] [SRC_MINI_PATH]

ARGUMENTS
  WEDA_MINI_PATH  WeDa 小程序路径
  SRC_MINI_PATH   源码小程序路径

DESCRIPTION
  WeDa 小程序与源码小程序合包

EXAMPLES
  $ weapps-repairman co-pack /Users/daniel/.weapps-build/C6ZyiQpf_S/mp /Users/daniel/WeChatProjects/test-co-pack

See code: dist/commands/co-pack.ts

weapps-repairman encrypt-html

加密所有的 HTML 文件内容

USAGE
  $ weapps-repairman encrypt-html

DESCRIPTION
  加密所有的 HTML 文件内容

EXAMPLES
  $ weapps-repairman encrypt-html

See code: dist/commands/encrypt-html.ts

weapps-repairman help [COMMAND]

Display help for weapps-repairman.

USAGE
  $ weapps-repairman 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 weapps-repairman.

See code: @oclif/plugin-help

weapps-repairman plugins

List installed plugins.

USAGE
  $ weapps-repairman plugins [--core]

FLAGS
  --core  Show core plugins.

DESCRIPTION
  List installed plugins.

EXAMPLES
  $ weapps-repairman plugins

See code: @oclif/plugin-plugins

weapps-repairman plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ weapps-repairman 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
  $ weapps-repairman plugins add

EXAMPLES
  $ weapps-repairman plugins:install myplugin 

  $ weapps-repairman plugins:install https://github.com/someuser/someplugin

  $ weapps-repairman plugins:install someuser/someplugin

weapps-repairman plugins:inspect PLUGIN...

Displays installation properties of a plugin.

USAGE
  $ weapps-repairman 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
  $ weapps-repairman plugins:inspect myplugin

weapps-repairman plugins:install PLUGIN...

Installs a plugin into the CLI.

USAGE
  $ weapps-repairman 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
  $ weapps-repairman plugins add

EXAMPLES
  $ weapps-repairman plugins:install myplugin 

  $ weapps-repairman plugins:install https://github.com/someuser/someplugin

  $ weapps-repairman plugins:install someuser/someplugin

weapps-repairman plugins:link PLUGIN

Links a plugin into the CLI for development.

USAGE
  $ weapps-repairman 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
  $ weapps-repairman plugins:link myplugin

weapps-repairman plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ weapps-repairman plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ weapps-repairman plugins unlink
  $ weapps-repairman plugins remove

weapps-repairman plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ weapps-repairman plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ weapps-repairman plugins unlink
  $ weapps-repairman plugins remove

weapps-repairman plugins:uninstall PLUGIN...

Removes a plugin from the CLI.

USAGE
  $ weapps-repairman plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

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

DESCRIPTION
  Removes a plugin from the CLI.

ALIASES
  $ weapps-repairman plugins unlink
  $ weapps-repairman plugins remove

weapps-repairman plugins update

Update installed plugins.

USAGE
  $ weapps-repairman plugins update [-h] [-v]

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

DESCRIPTION
  Update installed plugins.