cli 辅助工具,用于上传 sourcemap,生成版本信息等
npm i @doras/cli -g
Usage: dora [options] [command]
Options:
-h, --help display help for command
Commands:
init generate dora cli configuration file
tag generates the version tag info file
backup backup build files
deploy deploy build file to test server
smu upload sourcemap to front end error monitoring system Dora
help [command] display help for command
Run dora <command> --help for detailed usage of given command.
生成配置文件
生成版本信息的代码文件,在项目中使用
上传 sourcemap 到错误监控系统,进行堆栈还原
备份打包产物
同步到服务器上
This project is licensed under the terms of the MIT License.