Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search teamwork --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search teamwork --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Create Tasklist | create-tasklist | Create a new tasklist in a project |
| Create Time Entry | create-time-entry | Create a new time entry (timelog) for a project |
| List Time Entries | list-time-entries | Retrieve all time entries (timelogs) with optional filtering |
| List Task Comments | list-task-comments | Retrieve all comments for a specific task |
| List Companies | list-companies | Retrieve all companies with optional filtering |
| Get Person | get-person | Retrieve a single person (user) by ID |
| List People | list-people | Retrieve all people (users) with optional filtering |
| List Tasklists | list-tasklists | Retrieve all tasklists with optional filtering |
| Complete Task | complete-task | Mark a task as completed |
| Delete Task | delete-task | Delete a task by ID |
| Update Task | update-task | Update an existing task |
| Create Task | create-task | Create a new task in a tasklist |
| Get Task | get-task | Retrieve a single task by ID |
| List Tasks | list-tasks | Retrieve all tasks with optional filtering |
| Get Project | get-project | Retrieve a single project by ID |
| List Projects | list-projects | Retrieve all projects accessible to the authenticated user |
| Name | Key | Description |
|---|---|---|
| Create Tasklist | create-tasklist | 在项目中创建新的任务列表 |
| Create Time Entry | create-time-entry | 为项目创建新的时间条目(工时记录) |
| List Time Entries | list-time-entries | 查询所有时间条目(工时记录),支持可选筛选 |
| List Task Comments | list-task-comments | 查询指定任务的所有评论 |
| List Companies | list-companies | 查询所有公司信息,支持可选筛选 |
| Get Person | get-person | 根据ID查询单个人员(用户)信息 |
| List People | list-people | 查询所有人员(用户)信息,支持可选筛选 |
| List Tasklists | list-tasklists | 查询所有任务列表,支持可选筛选 |
| Complete Task | complete-task | 将任务标记为已完成 |
| Delete Task | delete-task | 根据ID删除任务 |
| Update Task | update-task | 更新现有任务 |
| Create Task | create-task | 在任务列表中创建新任务 |
| Get Task | get-task | 根据ID查询单个任务信息 |
| List Tasks | list-tasks | 查询所有任务,支持可选筛选 |
| Get Project | get-project | 根据ID查询单个项目信息 |
| List Projects | list-projects | 查询已认证用户可访问的所有项目 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP方法(GET, POST, PUT, PATCH, DELETE),默认是GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 发送JSON请求体的简写,会自动设置 |
| 按原始格式发送请求体,不做任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY