cnpm / rapid

The fastest way to install npm packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

提供单项目维度的 clean 操作

elrrrrrrr opened this issue · comments

背景说明

  1. 目前的 clean 操作会针对 cwd 下路径做取消挂载操作,同时关闭 nydusd 服务
  2. 在本地多项目场景下,需要提供一个单项目维度的 clean

改动描述

  1. 添加一个 rapid uninstall 命令,alias: [unmount, remove]
  2. 默认执行 force 操作,即 mount 失败时,进行重试,diskutil 等流程,同时调用 nydusd#unmount
  3. 不清理 bootstrap 文件信息
  4. 不对 nydusd 的全局后台服务做关闭处理

closed #41