Loading...
Loading...
Compare original and translation side by side
get_sentry_infoget_sentry_infomembranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search sentry --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search sentry --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 Issues | list-issues | List all issues (grouped events) for an organization. |
| List Releases | list-releases | List all releases for an organization |
| List Teams | list-teams | List all teams belonging to an organization |
| List Projects | list-projects | List all projects belonging to an organization |
| List Members | list-members | List all members of an organization |
| List Organizations | list-organizations | List all organizations available to the authenticated user |
| Get Issue | get-issue | Retrieve details of a specific issue by its ID |
| Get Release | get-release | Retrieve details of a specific release by its version |
| Get Team | get-team | Retrieve details of a specific team |
| Get Project | get-project | Retrieve details of a project by its slug |
| Get Member | get-member | Retrieve details of a specific organization member |
| Get Organization | get-organization | Retrieve details of an organization by its ID or slug |
| Create Release | create-release | Create a new release for an organization |
| Create Team | create-team | Create a new team within an organization |
| Add Member | add-member | Add a new member to an organization by email (sends invitation) |
| Update Issue | update-issue | Update an issue's status, assignment, or other properties |
| Update Release | update-release | Update a release's metadata |
| Update Team | update-team | Update a team's slug |
| Update Project | update-project | Update a project's settings |
| Delete Issue | delete-issue | Permanently remove an issue. |
| 名称 | 键名 | 描述 |
|---|---|---|
| 列出问题 | list-issues | 列出某个组织下的所有问题(已分组的事件) |
| 列出版本 | list-releases | 列出某个组织下的所有版本 |
| 列出团队 | list-teams | 列出某个组织下的所有团队 |
| 列出项目 | list-projects | 列出某个组织下的所有项目 |
| 列出成员 | list-members | 列出某个组织的所有成员 |
| 列出组织 | list-organizations | 列出已认证用户可访问的所有组织 |
| 获取问题详情 | get-issue | 通过ID获取指定问题的详细信息 |
| 获取版本详情 | get-release | 通过版本号获取指定版本的详细信息 |
| 获取团队详情 | get-team | 获取指定团队的详细信息 |
| 获取项目详情 | get-project | 通过slug获取指定项目的详细信息 |
| 获取成员详情 | get-member | 获取指定组织成员的详细信息 |
| 获取组织详情 | get-organization | 通过ID或slug获取指定组织的详细信息 |
| 创建版本 | create-release | 为某个组织创建新版本 |
| 创建团队 | create-team | 在某个组织下创建新团队 |
| 添加成员 | add-member | 通过邮箱向组织添加新成员(会发送邀请) |
| 更新问题 | update-issue | 更新问题的状态、分配情况或其他属性 |
| 更新版本 | update-release | 更新版本的元数据 |
| 更新团队 | update-team | 更新团队的slug |
| 更新项目 | update-project | 更新项目的设置 |
| 删除问题 | delete-issue | 永久移除某个问题 |
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