MorJS 清理命令 — clean
可通过
mor clean -h
查看帮助信息。用法:
$ mor clean <cache|temp|all> 清理缓存/临时目录
选项:
--verbose 开启框架调试日志
-h, --help 显示帮助信息
--cwd <cwd> 当前工作目录, 默认为 process.cwd()
-c, --config <path> 指定自定义配置文件路径, 支持 .ts, .js, .mjs, .json, .jsonc, .json5 等类型, 如 mor.config.ts
--ignore-config 忽略或不自动载入用户配置文件
--no-autoload-plugins 关闭自动载入插件功能 (默认: true)
--name <configName> 指定配置名称, 如不指定则代表选择所有配置
--plugins <plugins> 指定需要运行的插件, 如: plugin1,plugin2