重置项目 =========== 命令: ``reset`` 如果想重置当前所有项目数据可以用 ``reset`` 命令,此操作将会清除所有项目、算法、数据集 配置,仅移除配置信息数据而不是删除实际文件数据。 使用示例: .. code-block:: shell anyctl reset 运行后会有以下输出: .. code-block:: text [WARNING] Project in current directory will be reverted. Are you sure you want to proceed? [y/N]: 提示是否重置,输入 ``y`` 或 ``N`` 确认或取除。 .. code-block:: text [SUCCESS] Local project has been reverted. However, runtime files such as .json are kept. You can still make use of them in other projects, or remove them manually when no longer needed.