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 builderio --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search builderio --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 HTML Content | get-html-content | Retrieves content as rendered HTML, useful for server-side rendering |
| List Models | list-models | Lists all content models in the Builder.io space using the Admin GraphQL API |
| Search Content | search-content | Searches content entries using text search with optional filtering |
| Get Model | get-model | Retrieves a specific content model by name with its fields and configuration |
| Get Content by URL | get-content-by-url | Retrieves content entry matching a specific URL path (commonly used for pages) |
| List Content Entries | list-content-entries | Lists content entries from a model with optional filtering and pagination |
| Get Content Entry | get-content-entry | Retrieves a specific content entry by ID from a model |
| 名称 | 键值 | 描述 |
|---|---|---|
| 获取HTML内容 | get-html-content | 以渲染后的HTML格式返回内容,适用于服务端渲染 |
| 列出模型 | list-models | 使用Admin GraphQL API列出Builder.io空间中的所有内容模型 |
| 搜索内容 | search-content | 通过文本搜索查找内容条目,支持可选筛选 |
| 获取模型 | get-model | 根据名称检索特定内容模型及其字段和配置 |
| 根据URL获取内容 | get-content-by-url | 检索匹配特定URL路径的内容条目(通常用于页面) |
| 列出内容条目 | list-content-entries | 列出某个模型下的内容条目,支持可选筛选和分页 |
| 获取内容条目 | get-content-entry | 根据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