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 codacy --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search codacy --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 Security Dashboard | get-security-dashboard | Get the security dashboard overview for an organization |
| List Organization People | list-organization-people | List people (members) in an organization |
| List Repository Branches | list-repository-branches | List all branches for a repository |
| List Pull Request Issues | list-pull-request-issues | List code quality issues found in a pull request |
| Get Issue | get-issue | Get details of a specific code quality issue |
| Search Repository Issues | search-repository-issues | Search for code quality issues in a repository |
| Get Pull Request | get-pull-request | Get pull request details with analysis information |
| List Repository Pull Requests | list-repository-pull-requests | List pull requests from a repository with analysis information |
| Get Commit | get-commit | Get analysis details for a specific commit |
| List Repository Commits | list-repository-commits | Return analysis results for the commits in a branch |
| Get Repository with Analysis | get-repository-with-analysis | Get a repository with analysis information including code quality metrics |
| Get Repository | get-repository | Fetch details of a specific repository |
| List Organization Repositories | list-organization-repositories | List repositories in an organization for the authenticated user |
| Get Organization | get-organization | Get details of a specific organization |
| List Organizations | list-organizations | List organizations for the authenticated user |
| Get User | get-user | Get the authenticated user's information |
| 名称 | 标识 | 描述 |
|---|---|---|
| 获取安全仪表板 | get-security-dashboard | 获取组织的安全仪表板概览 |
| 列出组织成员 | list-organization-people | 列出组织中的人员(成员) |
| 列出仓库分支 | list-repository-branches | 列出仓库的所有分支 |
| 列出拉取请求问题 | list-pull-request-issues | 列出拉取请求中发现的代码质量问题 |
| 获取问题详情 | get-issue | 获取特定代码质量问题的详情 |
| 搜索仓库问题 | search-repository-issues | 搜索仓库中的代码质量问题 |
| 获取拉取请求 | get-pull-request | 获取包含分析信息的拉取请求详情 |
| 列出仓库拉取请求 | list-repository-pull-requests | 列出仓库中包含分析信息的拉取请求 |
| 获取提交详情 | get-commit | 获取特定提交的分析详情 |
| 列出仓库提交 | list-repository-commits | 返回分支中提交的分析结果 |
| 获取带分析信息的仓库 | get-repository-with-analysis | 获取包含代码质量指标等分析信息的仓库详情 |
| 获取仓库详情 | get-repository | 获取特定仓库的详情 |
| 列出组织仓库 | list-organization-repositories | 列出已认证用户所在组织的仓库 |
| 获取组织详情 | get-organization | 获取特定组织的详情 |
| 列出组织 | list-organizations | 列出已认证用户所属的组织 |
| 获取用户信息 | get-user | 获取已认证用户的信息 |
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