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 backlog --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search backlog --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 |
|---|---|---|
| Get Issue Types | get-issue-types | |
| Delete Issue | delete-issue | |
| Add Comment | add-comment | |
| Get Users | get-users | |
| List Comments | list-comments | |
| Get Current User | get-current-user | |
| Update Issue | update-issue | |
| Create Issue | create-issue | |
| List Issues | list-issues | |
| Get Projects | get-projects | |
| Get Project | get-project | |
| Get Issue | get-issue |
| 名称 | 键 | 描述 |
|---|---|---|
| 获取事项类型 | get-issue-types | |
| 删除事项 | delete-issue | |
| 添加评论 | add-comment | |
| 获取用户列表 | get-users | |
| 评论列表 | list-comments | |
| 获取当前用户 | get-current-user | |
| 更新事项 | update-issue | |
| 创建事项 | create-issue | |
| 事项列表 | list-issues | |
| 获取项目列表 | get-projects | |
| 获取项目详情 | get-project | |
| 获取事项详情 | get-issue |
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| 标志 | 描述 |
|---|---|
| HTTP 请求方法 (GET, POST, PUT, PATCH, DELETE),默认为 GET |
| 添加请求头(可重复添加),例如 |
| 请求体(字符串格式) |
| 快捷发送JSON请求体,并自动设置 |
| 不做任何处理,直接发送原始请求体 |
| 查询字符串参数(可重复添加),例如 |
| 路径参数(可重复添加),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY