@qcloud-apaas/component-tools
v2.0.6
Published
腾讯云千帆ApaaS组件工程化工具
Downloads
36
Readme
@qcloud-apaas/component-tools-cli
腾讯云千帆 ApaaS 组件脚手架 Cli
Usage
$ npm install -g @qcloud-apaas/component-tools-cli
$ qcomponent COMMAND
running command...
$ qcomponent (-v|--version|version)
@qcloud-apaas/component-tools-cli/0.0.1 darwin-x64 node-v14.16.1
$ qcomponent --help [COMMAND]
USAGE
$ qcomponent COMMAND
...
Commands
qcomponent config [CONFIGKEY] [CONFIGVALUE]
qcomponent create [KEY]
qcomponent help [COMMAND]
qcomponent release
qcomponent start
qcomponent config [CONFIGKEY] [CONFIGVALUE]
修改配置
USAGE
$ qcomponent config [CONFIGKEY] [CONFIGVALUE]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ qcomponent config secretId <secretId>
$ qcomponent config secretKey <secretKey>
See code: src/commands/config.ts
qcomponent create [KEY]
生成代码
USAGE
$ qcomponent create [KEY]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ qcomponent create <group>:<name>
See code: src/commands/create.ts
qcomponent help [COMMAND]
display help for qcomponent
USAGE
$ qcomponent help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
qcomponent release
发布组件
USAGE
$ qcomponent release
OPTIONS
-h, --help show CLI help
EXAMPLE
$ qcomponent release
See code: src/commands/release.ts
qcomponent start
运行组件
USAGE
$ qcomponent start
OPTIONS
-h, --help show CLI help
-p, --port=port
EXAMPLE
$ qcomponent start
$ qcomponent start --port 8080
See code: src/commands/start.ts