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 elorus --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search elorus --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 |
|---|---|---|
| List Invoices | list-invoices | List all invoices with optional filtering |
| List Contacts | list-contacts | List all contacts (clients and suppliers) with optional filtering |
| List Products | list-products | List all products and services with optional filtering |
| List Estimates | list-estimates | List all estimates/quotes with optional filtering |
| List Expenses | list-expenses | List all expenses with optional filtering |
| List Projects | list-projects | List all projects |
| Get Invoice | get-invoice | Retrieve a specific invoice by ID |
| Get Contact | get-contact | Retrieve a specific contact by ID |
| Get Product | get-product | Retrieve a specific product or service by ID |
| Get Estimate | get-estimate | Retrieve a specific estimate by ID |
| Create Invoice | create-invoice | Create a new invoice |
| Create Contact | create-contact | Create a new contact (client or supplier) |
| Create Product | create-product | Create a new product or service |
| Create Estimate | create-estimate | Create a new estimate/quote |
| Create Expense | create-expense | Create a new expense record |
| Update Invoice | update-invoice | Update an existing invoice |
| Update Contact | update-contact | Update an existing contact |
| Update Product | update-product | Update an existing product or service |
| Delete Invoice | delete-invoice | Delete an invoice by ID |
| Delete Contact | delete-contact | Delete a contact by ID |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出发票 | list-invoices | 列出所有发票,支持可选筛选 |
| 列出联系人 | list-contacts | 列出所有联系人(客户和供应商),支持可选筛选 |
| 列出产品 | list-products | 列出所有产品和服务,支持可选筛选 |
| 列出预估单 | list-estimates | 列出所有预估单/报价,支持可选筛选 |
| 列出支出 | list-expenses | 列出所有支出,支持可选筛选 |
| 列出项目 | list-projects | 列出所有项目 |
| 获取发票 | get-invoice | 根据ID获取指定发票 |
| 获取联系人 | get-contact | 根据ID获取指定联系人 |
| 获取产品 | get-product | 根据ID获取指定产品或服务 |
| 获取预估单 | get-estimate | 根据ID获取指定预估单 |
| 创建发票 | create-invoice | 创建新发票 |
| 创建联系人 | create-contact | 创建新联系人(客户或供应商) |
| 创建产品 | create-product | 创建新产品或服务 |
| 创建预估单 | create-estimate | 创建新预估单/报价 |
| 创建支出 | create-expense | 创建新支出记录 |
| 更新发票 | update-invoice | 更新已有发票 |
| 更新联系人 | update-contact | 更新已有联系人 |
| 更新产品 | update-product | 更新已有产品或服务 |
| 删除发票 | delete-invoice | 根据ID删除发票 |
| 删除联系人 | delete-contact | 根据ID删除联系人 |
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