2.6.1 • Published 1 year ago

@listenai/lisa v2.6.1

Weekly downloads
929
License
MIT
Repository
github
Last release
1 year ago

lisa2

oclif Version Downloads/week License

Usage

$ npm install -g @listenai/lisa
$ lisa COMMAND
running command...
$ lisa (-v|--version|version)
@listenai/lisa/2.0.0-beta.2 win32-x64 node-v12.22.0
$ lisa --help [COMMAND]
USAGE
  $ lisa COMMAND
...
$ npm install -g @listenai/lisa
$ lisa COMMAND
running command...
$ lisa (-v|--version|version)
@listenai/lisa/2.0.0-beta.1 win32-x64 node-v14.17.0
$ lisa --help [COMMAND]
USAGE
  $ lisa COMMAND
...

Commands

lisa build

固件开发项目编译打包

USAGE
  $ lisa build

OPTIONS
  -r, --release  打包release包
  --factory      打包factory包

See code: src/commands/build.ts

lisa create [NAME]

创建项目,例lisa create newProject -t @generator/csk

USAGE
  $ lisa create [NAME]

ARGUMENTS
  NAME  项目名称

OPTIONS
  -t, --template=template  生成器模板

See code: src/commands/create.ts

lisa flash [FILEPATH]

烧录程序

USAGE
  $ lisa flash [FILEPATH]

ARGUMENTS
  FILEPATH  烧录的lpk包绝对路径,非必填,默认烧录csk开发项目package后的lpk包

OPTIONS
  -p, --part=part  选择烧录part文件,例:'-p master -p script',默认全部烧录

See code: src/commands/flash.ts

lisa install [PKG]

安装依赖

USAGE
  $ lisa install [PKG]

ARGUMENTS
  PKG  资源包名,例:'@source/csk4002',不填时默认安装lisa项目中的依赖

See code: src/commands/install.ts

lisa login

登录

USAGE
  $ lisa login

See code: src/commands/login.ts

lisa plugins

list installed plugins

USAGE
  $ lisa plugins

OPTIONS
  --core  show core plugins

EXAMPLE
  $ lisa plugins

See code: @oclif/plugin-plugins

lisa plugins:inspect PLUGIN...

displays installation properties of a plugin

USAGE
  $ lisa plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] plugin to inspect

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLE
  $ lisa plugins:inspect myplugin

See code: @oclif/plugin-plugins

lisa plugins:install PLUGIN...

installs a plugin into the CLI

USAGE
  $ lisa plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  plugin to install

OPTIONS
  -f, --force    yarn install with force flag
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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
  $ lisa plugins:add

EXAMPLES
  $ lisa plugins:install myplugin 
  $ lisa plugins:install https://github.com/someuser/someplugin
  $ lisa plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

lisa plugins:link PLUGIN

links a plugin into the CLI for development

USAGE
  $ lisa plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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.

EXAMPLE
  $ lisa plugins:link myplugin

See code: @oclif/plugin-plugins

lisa plugins:uninstall PLUGIN...

removes a plugin from the CLI

USAGE
  $ lisa plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

ALIASES
  $ lisa plugins:unlink
  $ lisa plugins:remove

See code: @oclif/plugin-plugins

lisa plugins:update

update installed plugins

USAGE
  $ lisa plugins:update

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

See code: @oclif/plugin-plugins

lisa task [ID]

执行tasks,可执行的task输入lisa task -T命令查看

USAGE
  $ lisa task [ID]

ARGUMENTS
  ID  task id

OPTIONS
  -T, --table  表格展示所有可执行的task
  --json       json展示所有可执行的task
  --verbose    日志全量输出

See code: src/commands/task.ts

lisa uninstall [PKG]

移除依赖

USAGE
  $ lisa uninstall [PKG]

ARGUMENTS
  PKG  资源包名,例:'@alge/general'

See code: src/commands/uninstall.ts

lisa update

更新lisa到最新版本

USAGE
  $ lisa update

See code: src/commands/update.ts

lisa upgrade

更新当前项目依赖

USAGE
  $ lisa upgrade

See code: src/commands/upgrade.ts

lisa create NAME

创建项目,例lisa create newProject -t @generator/csk

USAGE
  $ lisa create NAME

ARGUMENTS
  NAME  项目名称

OPTIONS
  -t, --template=template  生成器模板

See code: src/commands/create.ts

lisa install [PKG]

安装依赖

USAGE
  $ lisa install [PKG]

ARGUMENTS
  PKG  资源包名,例:'@source/csk4002',不填时默认安装lisa项目中的依赖

See code: src/commands/install.ts

lisa plugins

list installed plugins

USAGE
  $ lisa plugins

OPTIONS
  --core  show core plugins

EXAMPLE
  $ lisa plugins

See code: @oclif/plugin-plugins

lisa plugins:inspect PLUGIN...

displays installation properties of a plugin

USAGE
  $ lisa plugins:inspect PLUGIN...

ARGUMENTS
  PLUGIN  [default: .] plugin to inspect

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLE
  $ lisa plugins:inspect myplugin

See code: @oclif/plugin-plugins

lisa plugins:install PLUGIN...

installs a plugin into the CLI

USAGE
  $ lisa plugins:install PLUGIN...

ARGUMENTS
  PLUGIN  plugin to install

OPTIONS
  -f, --force    yarn install with force flag
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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
  $ lisa plugins:add

EXAMPLES
  $ lisa plugins:install myplugin 
  $ lisa plugins:install https://github.com/someuser/someplugin
  $ lisa plugins:install someuser/someplugin

See code: @oclif/plugin-plugins

lisa plugins:link PLUGIN

links a plugin into the CLI for development

USAGE
  $ lisa plugins:link PLUGIN

ARGUMENTS
  PATH  [default: .] path to plugin

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

DESCRIPTION
  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.

EXAMPLE
  $ lisa plugins:link myplugin

See code: @oclif/plugin-plugins

lisa plugins:uninstall PLUGIN...

removes a plugin from the CLI

USAGE
  $ lisa plugins:uninstall PLUGIN...

ARGUMENTS
  PLUGIN  plugin to uninstall

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

ALIASES
  $ lisa plugins:unlink
  $ lisa plugins:remove

See code: @oclif/plugin-plugins

lisa plugins:update

update installed plugins

USAGE
  $ lisa plugins:update

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

See code: @oclif/plugin-plugins

lisa task [ID]

执行tasks,可执行的task输入lisa task -T命令查看

USAGE
  $ lisa task [ID]

ARGUMENTS
  ID  task id

OPTIONS
  -T, --table  表格展示所有可执行的task
  --json       json展示所有可执行的task
  --verbose    日志全量输出

See code: src/commands/task.ts

lisa uninstall [PKG]

移除依赖

USAGE
  $ lisa uninstall [PKG]

ARGUMENTS
  PKG  资源包名,例:'@alge/general'

See code: src/commands/uninstall.ts

lisa update

更新lisa到最新版本

USAGE
  $ lisa update

See code: src/commands/update.ts

lisa upgrade

更新当前项目依赖

USAGE
  $ lisa upgrade

See code: src/commands/upgrade.ts

2.6.0-beta.5

1 year ago

2.6.0-beta.3

1 year ago

2.6.0-beta.4

1 year ago

2.6.0-beta.1

1 year ago

2.6.0-beta.2

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.4.3

2 years ago

2.4.2

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.4.3-beta.7

2 years ago

2.4.3-beta.6

2 years ago

2.4.3-beta.8

2 years ago

2.4.3-beta.3

2 years ago

2.4.3-beta.2

2 years ago

2.4.3-beta.5

2 years ago

2.4.3-beta.4

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.0-beta.8

2 years ago

2.4.0-beta.7

2 years ago

2.4.0-beta.4

2 years ago

2.4.0-beta.3

2 years ago

2.4.0-beta.6

2 years ago

2.4.0-beta.5

2 years ago

2.4.0-beta.0

2 years ago

2.4.0-beta.2

2 years ago

2.3.0-beta.0

2 years ago

2.3.0-beta.1

2 years ago

2.3.0-beta.4

2 years ago

2.3.0-beta.2

2 years ago

2.3.0-beta.3

2 years ago

2.3.0

2 years ago

2.2.2-beta.0

2 years ago

2.1.5-beta.0

2 years ago

2.1.5-beta.1

2 years ago

2.2.0-beta.0

2 years ago

2.2.0-beta.1

2 years ago

2.2.0-beta.2

2 years ago

2.2.0-beta.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.0-beta.13

2 years ago

2.1.0-beta.12

2 years ago

2.1.0-beta.11

2 years ago

2.1.0-beta.10

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.0

2 years ago

2.1.0-beta.9

2 years ago

2.1.0-beta.8

3 years ago

2.1.0-beta.7

3 years ago

2.1.0-beta.6

3 years ago

2.1.0-beta.5

3 years ago

2.1.0-beta.4

3 years ago

2.1.0-beta.1

3 years ago

2.1.0-beta.0

3 years ago

2.1.0-beta.3

3 years ago

2.1.0-beta.2

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-beta.3

3 years ago

2.0.0-beta.2

3 years ago

1.4.9

3 years ago

1.4.8

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.4.6-alpha1

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.8-beta1

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5-alpha

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2-beta

3 years ago

1.1.2-alpha

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.1.2

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago