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 smartsuite --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search smartsuite --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 Members | list-members | List workspace members (users) with optional filtering and pagination |
| Get Table | get-table | Get a table (app) structure by ID, including field definitions |
| List Tables | list-tables | List all tables (apps) in the workspace |
| Get Solution | get-solution | Get a solution by ID |
| List Solutions | list-solutions | List all solutions in the workspace |
| Delete Record | delete-record | Delete a record from a table |
| Update Record | update-record | Update an existing record in a table (partial update) |
| Create Record | create-record | Create a new record in a table |
| Get Record | get-record | Retrieve a single record by ID from a table |
| List Records | list-records | List records in a table with optional filtering, sorting and pagination |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出成员 | list-members | 列出工作区成员(用户),支持可选过滤和分页 |
| 获取表格 | get-table | 通过ID获取表格(应用)结构,包括字段定义 |
| 列出表格 | list-tables | 列出工作区中的所有表格(应用) |
| 获取解决方案 | get-solution | 通过ID获取解决方案 |
| 列出解决方案 | list-solutions | 列出工作区中的所有解决方案 |
| 删除记录 | delete-record | 从表格中删除一条记录 |
| 更新记录 | update-record | 更新表格中的现有记录(部分更新) |
| 创建记录 | create-record | 在表格中创建一条新记录 |
| 获取记录 | get-record | 通过ID从表格中检索单条记录 |
| 列出记录 | list-records | 列出表格中的记录,支持可选过滤、排序和分页 |
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