feishu-cli-data
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese飞书表格与多维表格
Feishu Sheets and Bitable/Base
加载工作流后,将其中 、、、 相对路径按该
所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。
references/scripts/templates/examples/workflow.mdAfter loading the workflow, resolve the relative paths , , , based on the directory where is located; use the resolved actual paths when executing scripts, and do not rely on the current shell directory.
references/scripts/templates/examples/workflow.md路由
Routes
| 意图 | 读取文件 |
|---|---|
| Sheet 创建、读写、样式、筛选视图、下拉、图片、导入导出 | |
| Bitable/Base 表、字段、记录、视图、权限、表单、工作流 | |
| Intent | File to Read |
|---|---|
| Sheet creation, read/write, styling, filter views, drop-downs, images, import/export | |
| Bitable/Base tables, fields, records, views, permissions, forms, workflows | |
执行规则
Execution Rules
- 先识别 URL:是 Sheet,
/sheets/是 Bitable。/base/ - Sheet 使用 spreadsheet token + sheet ID;Bitable 统一使用 ,身份通过
--base-token控制。--as bot|user|auto - 写操作先用 (命令支持时),批量操作先用少量记录验证字段类型。
--dry-run - 不要把 Bitable field create 的 body 额外包进 对象;直接使用命令帮助要求的字段 JSON。
field
- First identify the URL: corresponds to Sheet,
/sheets/corresponds to Bitable./base/ - Sheet uses spreadsheet token + sheet ID; Bitable uniformly uses , and identity is controlled via
--base-token.--as bot|user|auto - Use for write operations (when supported by the command), and verify field types with a small number of records first for batch operations.
--dry-run - Do not wrap the body of Bitable field create in an additional object; directly use the field JSON required by the command help.
field