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 formidable-forms --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search formidable-forms --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 Entry | delete-entry | Deletes an entry by ID |
| Update Entry | update-entry | Updates an existing entry |
| Create Entry | create-entry | Creates a new entry for a form |
| Get Entry | get-entry | Retrieves a single entry by ID |
| List Entries | list-entries | Retrieves all entries with optional filtering by form |
| Delete Field | delete-field | Deletes a single field from a form |
| Create Field | create-field | Creates a new field in a form |
| Get Field | get-field | Retrieves a single field from a form |
| List Form Fields | list-form-fields | Retrieves all fields from a single form |
| Delete Form | delete-form | Permanently deletes a form and all of its fields |
| Create Form | create-form | Creates a new form |
| Get Form | get-form | Retrieves a single form by ID |
| List Forms | list-forms | Retrieves a list of all forms |
| 名称 | Key | 描述 |
|---|---|---|
| 删除条目 | delete-entry | 根据ID删除条目 |
| 更新条目 | update-entry | 更新已有条目 |
| 创建条目 | create-entry | 为表单创建新条目 |
| 获取条目 | get-entry | 根据ID查询单条条目 |
| 列出条目 | list-entries | 查询所有条目,支持按表单筛选 |
| 删除字段 | delete-field | 从表单中删除单个字段 |
| 创建字段 | create-field | 在表单中创建新字段 |
| 获取字段 | get-field | 查询表单中的单个字段 |
| 列出表单字段 | list-form-fields | 查询单个表单的所有字段 |
| 删除表单 | delete-form | 永久删除表单及其所有字段 |
| 创建表单 | create-form | 创建新表单 |
| 获取表单 | get-form | 根据ID查询单个表单 |
| 列出表单 | list-forms | 查询所有表单列表 |
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