删除项目
使用delete命令删除项目。项目的所有者有权限执行该操作。
为了防止项目误删,执行项目删除命令后工具会提示用户进行二次确认输入要删除的项目,只有二次输入的项目名称和命令中的项目名称一致,命令行工具才会执行删除动作。
命令结构
health delete project <project-name> [flags]
参数 |
简写 |
是否必选 |
说明 |
---|---|---|---|
project-name |
无 |
否 |
项目名称,不填时默认为当前所在项目。 |
命令示例
本节以Windows为例介绍eihealth-toolkit的使用过程,Linux和macOS环境使用方法基本相同,可参考。
执行以下命令,删除项目demo-project。
health delete project demo-project # 执行命令后,二次确认输入要删除的项目 Are you sure to delete the project, please input the project name to be deleted again to confirm: demo-project # 再次手动输入要删除的项目,返回结果如下 delete project successfully! The project will retain for seven days and you can restore it before perform a real delete.