zero-ai 1.0.84 → 1.0.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- {
2
- "executor": "executeExApi",
3
- "description": "从 ex-api 目录加载多份 yaml(metadata.r),多选后执行授权(数据库+Excel),处理成功后移至 backup 并加 .bak",
4
- "command": "ex-api",
5
- "options": [
6
- {"name": "skip", "alias": "s", "type": "boolean", "description": "仅生成 Excel,跳过去重等检查", "default": false}
7
- ]
8
- }
@@ -1 +0,0 @@
1
- {"executor":"executeExCrud","description":"从 ex-crud 目录加载多份 yaml,多选后按 metadata 从模板生成 CRUD Excel 及 RBAC 授权,处理成功后移至 backup 并加 .bak","command":"ex-crud","options":[{"name":"skip","alias":"s","type":"boolean","description":"仅生成 CRUD 文件,跳过数据库与角色选择","default":false}]}
@@ -1,8 +0,0 @@
1
- {
2
- "executor": "executeExPerm",
3
- "description": "按参考角色复制权限到指定角色(-r 为角色 NAME 或 CODE)",
4
- "command": "ex-perm",
5
- "options": [
6
- {"name": "role", "alias": "r", "description": "角色名或角色 code,对应 S_ROLE.NAME 或 S_ROLE.CODE"}
7
- ]
8
- }