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 github --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search github --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 issues in a GitHub repository |
| List Pull Requests | list-pull-requests | List pull requests in a GitHub repository |
| List User Repositories | list-user-repositories | List repositories for a user |
| List Organization Repositories | list-org-repos | Lists all repositories for a specified organization. |
| List Commits | list-commits | List commits for a repository |
| List Branches | list-branches | List branches for a repository |
| List Releases | list-releases | List releases for a repository |
| Get Issue | get-issue | Get a specific issue from a GitHub repository |
| Get Pull Request | get-pull-request | Get a specific pull request from a GitHub repository |
| Get Repository | get-repository | Get a GitHub repository by owner and name |
| Create Issue | create-issue | Create a new issue in a GitHub repository |
| Create Pull Request | create-pull-request | Create a new pull request in a GitHub repository |
| Create Repository | create-repository | Create a new repository for the authenticated user |
| Create Release | create-release | Create a new release for a repository |
| Create Issue Comment | create-issue-comment | Create a comment on an issue or pull request |
| Create PR Review | create-pr-review | Create a review for a pull request |
| Update Issue | update-issue | Update an existing issue in a GitHub repository |
| Update Pull Request | update-pull-request | Update an existing pull request |
| Merge Pull Request | merge-pull-request | Merge a pull request |
| Search Issues and PRs | search-issues | Search issues and pull requests across GitHub. |
| 名称 | 标识 | 描述 |
|---|---|---|
| 列出Issue | list-issues | 列出GitHub仓库中的Issue |
| 列出Pull Request | list-pull-requests | 列出GitHub仓库中的Pull Request |
| 列出用户仓库 | list-user-repositories | 列出指定用户的仓库 |
| 列出组织仓库 | list-org-repos | 列出指定组织的所有仓库 |
| 列出提交记录 | list-commits | 列出仓库的提交记录 |
| 列出分支 | list-branches | 列出仓库的分支 |
| 列出发布版本 | list-releases | 列出仓库的发布版本 |
| 获取单个Issue | get-issue | 获取GitHub仓库中的指定Issue |
| 获取单个Pull Request | get-pull-request | 获取GitHub仓库中的指定Pull Request |
| 获取仓库信息 | get-repository | 根据所有者和名称获取GitHub仓库信息 |
| 创建Issue | create-issue | 在GitHub仓库中创建新的Issue |
| 创建Pull Request | create-pull-request | 在GitHub仓库中创建新的Pull Request |
| 创建仓库 | create-repository | 为已认证用户创建新仓库 |
| 创建发布版本 | create-release | 为仓库创建新的发布版本 |
| 创建Issue评论 | create-issue-comment | 在Issue或Pull Request中创建评论 |
| 创建PR评审 | create-pr-review | 为Pull Request创建评审 |
| 更新Issue | update-issue | 更新GitHub仓库中的现有Issue |
| 更新Pull Request | update-pull-request | 更新现有Pull Request |
| 合并Pull Request | merge-pull-request | 合并Pull Request |
| 搜索Issue与PR | search-issues | 在GitHub中搜索Issue与Pull Request |
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