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 airtable --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search airtable --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 |
|---|---|---|
| Delete Records | delete-records | Delete multiple records by their IDs (up to 10 at a time) |
| Delete Record | delete-record | Delete a single record by its ID |
| Update Records | update-records | Update multiple records in a table (up to 10 at a time, partial update) |
| Update Record | update-record | Update a single record by its ID (partial update - only specified fields are updated) |
| Create Records | create-records | Create multiple records in a table (up to 10 at a time) |
| Create Record | create-record | Create a new record in a table |
| Get Record | get-record | Get a single record by its ID |
| List Records | list-records | List records from a table with optional filtering, sorting, and pagination |
| Get Base Schema | get-base-schema | Get the schema of a base including all tables and their fields |
| List Bases | list-bases | List all bases accessible by the current authentication token |
| 名称 | 标识 | 描述 |
|---|---|---|
| 删除多条记录 | delete-records | 通过ID删除多条记录(一次最多10条) |
| 删除单条记录 | delete-record | 通过ID删除单条记录 |
| 更新多条记录 | update-records | 更新表格中的多条记录(一次最多10条,支持部分更新) |
| 更新单条记录 | update-record | 通过ID更新单条记录(部分更新 - 仅更新指定字段) |
| 创建多条记录 | create-records | 在表格中创建多条记录(一次最多10条) |
| 创建单条记录 | create-record | 在表格中创建一条新记录 |
| 获取单条记录 | get-record | 通过ID获取单条记录 |
| 列出记录 | list-records | 列出表格中的记录,支持可选的筛选、排序和分页 |
| 获取Base架构 | get-base-schema | 获取Base的架构,包括所有表格及其字段 |
| 列出Bases | list-bases | 列出当前身份验证令牌可访问的所有Bases |
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