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 honeybadger --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search honeybadger --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 Projects | list-projects | Get a list of all projects accessible to the authenticated user |
| List Faults | list-faults | Get a list of faults (errors) for a project |
| List Check-Ins | list-check-ins | Get a list of check-ins for a project |
| List Uptime Sites | list-sites | Get a list of uptime monitoring sites for a project |
| List Teams | list-teams | Get a list of teams accessible to the authenticated user |
| Get Project | get-project | Get details of a specific project by ID |
| Get Fault | get-fault | Get details of a specific fault (error) by ID |
| Get Check-In | get-check-in | Get details of a specific check-in |
| Get Uptime Site | get-site | Get details of a specific uptime monitoring site |
| Get Team | get-team | Get details of a specific team by ID |
| Create Project | create-project | Create a new project in Honeybadger |
| Create Check-In | create-check-in | Create a new check-in (dead-man switch) for scheduled tasks |
| Create Uptime Site | create-site | Create a new uptime monitoring site |
| Create Team | create-team | Create a new team |
| Update Project | update-project | Update an existing project |
| Update Fault | update-fault | Update a fault (mark as resolved, ignored, or assign to user) |
| Update Check-In | update-check-in | Update an existing check-in |
| Update Uptime Site | update-site | Update an existing uptime monitoring site |
| Update Team | update-team | Update an existing team |
| Delete Project | delete-project | Delete a project from Honeybadger |
| 名称 | 键 | 描述 |
|---|---|---|
| 列出项目 | list-projects | 获取已认证用户可访问的所有项目列表 |
| 列出故障 | list-faults | 获取单个项目的故障(错误)列表 |
| 列出签到 | list-check-ins | 获取单个项目的签到列表 |
| 列出可用性监控站点 | list-sites | 获取单个项目的可用性监控站点列表 |
| 列出团队 | list-teams | 获取已认证用户可访问的团队列表 |
| 获取项目 | get-project | 根据ID获取指定项目的详情 |
| 获取故障 | get-fault | 根据ID获取指定故障(错误)的详情 |
| 获取签到 | get-check-in | 获取指定签到的详情 |
| 获取可用性监控站点 | get-site | 获取指定可用性监控站点的详情 |
| 获取团队 | get-team | 根据ID获取指定团队的详情 |
| 创建项目 | create-project | 在Honeybadger中创建新项目 |
| 创建签到 | create-check-in | 为定时任务创建新的签到(dead-man开关) |
| 创建可用性监控站点 | create-site | 创建新的可用性监控站点 |
| 创建团队 | create-team | 创建新团队 |
| 更新项目 | update-project | 更新现有项目 |
| 更新故障 | update-fault | 更新故障(标记为已解决、已忽略,或分配给用户) |
| 更新签到 | update-check-in | 更新现有签到 |
| 更新可用性监控站点 | update-site | 更新现有可用性监控站点 |
| 更新团队 | update-team | 更新现有团队 |
| 删除项目 | delete-project | 从Honeybadger中删除项目 |
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