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 codemagic --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search codemagic --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 |
|---|---|---|
| Delete Application Cache | delete-application-cache | Remove a specific cache from an application. |
| Delete All Application Caches | delete-all-application-caches | Remove all stored caches for an application. |
| List Application Caches | list-application-caches | Retrieve a list of caches for an application |
| Create Public Artifact URL | create-public-artifact-url | Create a public download URL for a build artifact. |
| Cancel Build | cancel-build | Cancel a running build. |
| Start Build | start-build | Start a new build for an application |
| Add Application | add-application | Add a new Git repository to the applications list |
| List Applications | list-applications | Retrieve all applications added to Codemagic |
| Get Application | get-application | Retrieve a specific application by ID |
| 名称 | 键 | 描述 |
|---|---|---|
| 删除应用缓存 | delete-application-cache | 移除应用的指定缓存。 |
| 删除所有应用缓存 | delete-all-application-caches | 移除应用的所有已存储缓存。 |
| 列出应用缓存 | list-application-caches | 获取应用的缓存列表 |
| 创建公开构建产物 URL | create-public-artifact-url | 为构建产物生成公开下载链接。 |
| 取消构建 | cancel-build | 取消正在运行的构建任务。 |
| 启动构建 | start-build | 为应用启动新的构建任务 |
| 添加应用 | add-application | 将新的 Git 仓库添加到应用列表 |
| 列出应用 | list-applications | 获取 Codemagic 中添加的所有应用 |
| 获取应用 | get-application | 根据 ID 获取指定应用信息 |
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