@lppx/ws-cli
v0.1.1
Published
a cli for webstore
Readme
@lppx/ws-cli
a cli for webstore
Usage
$ npm install -g @lppx/ws-cli
$ wsc COMMAND
running command...
$ wsc (--version)
@lppx/ws-cli/0.1.1 win32-x64 node-v24.14.1
$ wsc --help [COMMAND]
USAGE
$ wsc COMMAND
...Commands
wsc autocomplete [SHELL]wsc cf editwsc cf lswsc cf showwsc config editwsc config showwsc hello PERSONwsc hello worldwsc help [COMMAND]wsc version
wsc autocomplete [SHELL]
Display autocomplete installation instructions.
USAGE
$ wsc autocomplete [SHELL] [-r]
ARGUMENTS
[SHELL] (zsh|bash|powershell) Shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
Display autocomplete installation instructions.
EXAMPLES
$ wsc autocomplete
$ wsc autocomplete bash
$ wsc autocomplete zsh
$ wsc autocomplete powershell
$ wsc autocomplete --refresh-cacheSee code: @oclif/plugin-autocomplete
wsc cf edit
编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器
USAGE
$ wsc cf edit [-e]
FLAGS
-e, --editor 交互式选择系统中可用的外部编辑器进行编辑
DESCRIPTION
编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器
ALIASES
$ wsc cf edit
EXAMPLES
$ wsc cf edit
$ wsc cf edit --editorwsc cf ls
列出所有的配置
USAGE
$ wsc cf ls
DESCRIPTION
列出所有的配置
ALIASES
$ wsc cf ls
$ wsc cf show
EXAMPLES
$ wsc cf lswsc cf show
列出所有的配置
USAGE
$ wsc cf show
DESCRIPTION
列出所有的配置
ALIASES
$ wsc cf ls
$ wsc cf show
EXAMPLES
$ wsc cf showwsc config edit
编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器
USAGE
$ wsc config edit [-e]
FLAGS
-e, --editor 交互式选择系统中可用的外部编辑器进行编辑
DESCRIPTION
编辑用户配置文件, 默认启动内置 TUI 编辑器, 也可选择系统中的外部编辑器
ALIASES
$ wsc cf edit
EXAMPLES
$ wsc config edit
$ wsc config edit --editorSee code: src/commands/config/edit.ts
wsc config show
列出所有的配置
USAGE
$ wsc config show
DESCRIPTION
列出所有的配置
ALIASES
$ wsc cf ls
$ wsc cf show
EXAMPLES
$ wsc config showSee code: src/commands/config/show.ts
wsc hello PERSON
Say hello
USAGE
$ wsc hello PERSON -f <value>
ARGUMENTS
PERSON Person to say hello to
FLAGS
-f, --from=<value> (required) Who is saying hello
DESCRIPTION
Say hello
EXAMPLES
$ wsc hello friend --from oclif
hello friend from oclif! (./src/commands/hello/index.ts)See code: src/commands/hello/index.ts
wsc hello world
Say hello world
USAGE
$ wsc hello world
DESCRIPTION
Say hello world
EXAMPLES
$ wsc hello world
hello world! (./src/commands/hello/world.ts)See code: src/commands/hello/world.ts
wsc help [COMMAND]
Display help for wsc.
USAGE
$ wsc 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 wsc.See code: @oclif/plugin-help
wsc version
USAGE
$ wsc version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.See code: @oclif/plugin-version
