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 hookdeck --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search hookdeck --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 Connections | list-connections | Retrieve a list of connections (source-to-destination links) with optional filtering and pagination |
| List Destinations | list-destinations | Retrieve a list of destinations with optional filtering and pagination |
| List Sources | list-sources | Retrieve a list of webhook sources with optional filtering and pagination |
| List Events | list-events | Retrieve a list of events (delivery attempts to destinations) with filtering and pagination |
| List Requests | list-requests | List all requests with optional filtering |
| List Attempts | list-attempts | List all delivery attempts with optional filtering |
| List Transformations | list-transformations | List all transformations with optional filtering |
| List Issues | list-issues | List all issues with optional filtering |
| Get Connection | get-connection | Retrieve a single connection by ID |
| Get Destination | get-destination | Retrieve a single destination by ID |
| Get Source | get-source | Retrieve a single source by ID |
| Get Event | get-event | Retrieve a single event by ID |
| Get Request | get-request | Retrieve a single request by ID |
| Get Attempt | get-attempt | Retrieve a single delivery attempt by ID |
| Get Transformation | get-transformation | Retrieve a single transformation by ID |
| Get Issue | get-issue | Retrieve a single issue by ID |
| Create Connection | create-connection | Create a new connection linking a source to a destination. |
| Create Destination | create-destination | Create a new destination endpoint |
| Create Source | create-source | Create a new webhook source |
| Update Connection | update-connection | Update an existing connection |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出连接 | list-connections | 获取连接(源到目标的链路)列表,支持可选的筛选和分页 |
| 列出目标 | list-destinations | 获取目标列表,支持可选的筛选和分页 |
| 列出源 | list-sources | 获取webhook源列表,支持可选的筛选和分页 |
| 列出事件 | list-events | 获取事件(向目标交付的尝试)列表,支持筛选和分页 |
| 列出请求 | list-requests | 列出所有请求,支持可选筛选 |
| 列出尝试 | list-attempts | 列出所有交付尝试,支持可选筛选 |
| 列出转换规则 | list-transformations | 列出所有转换规则,支持可选筛选 |
| 列出问题 | list-issues | 列出所有问题,支持可选筛选 |
| 获取连接 | get-connection | 根据ID获取单个连接 |
| 获取目标 | get-destination | 根据ID获取单个目标 |
| 获取源 | get-source | 根据ID获取单个webhook源 |
| 获取事件 | get-event | 根据ID获取单个事件 |
| 获取请求 | get-request | 根据ID获取单个请求 |
| 获取尝试 | get-attempt | 根据ID获取单个交付尝试 |
| 获取转换规则 | get-transformation | 根据ID获取单个转换规则 |
| 获取问题 | get-issue | 根据ID获取单个问题 |
| 创建连接 | create-connection | 创建一个新的连接,将源关联到目标 |
| 创建目标 | create-destination | 创建新的目标端点 |
| 创建源 | create-source | 创建新的webhook源 |
| 更新连接 | update-connection | 更新现有连接 |
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