返回顶部
c

circleciCircleCI集成

CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
691
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

circleci

🔄 CircleCI

CircleCI CI/CD — 通过REST API管理流水线、工作流、任务和洞察

环境要求

变量是否必需描述
CIRCLECI_TOKEN来自circleci.com的个人API令牌

快速开始

bash

获取当前用户


python3 {{baseDir}}/scripts/circleci.py me

列出流水线

python3 {{baseDir}}/scripts/circleci.py pipelines slug <值> --branch <值>

获取流水线

python3 {{baseDir}}/scripts/circleci.py pipeline-get id <值>

触发流水线

python3 {{baseDir}}/scripts/circleci.py pipeline-trigger slug <值> --branch <值> --parameters <值>

获取流水线配置

python3 {{baseDir}}/scripts/circleci.py pipeline-config id <值>

列出工作流

python3 {{baseDir}}/scripts/circleci.py workflows id <值>

获取工作流

python3 {{baseDir}}/scripts/circleci.py workflow-get id <值>

取消工作流

python3 {{baseDir}}/scripts/circleci.py workflow-cancel id <值>

所有命令

命令描述
me获取当前用户
pipelines
列出流水线 | | pipeline-get | 获取流水线 | | pipeline-trigger | 触发流水线 | | pipeline-config | 获取流水线配置 | | workflows | 列出工作流 | | workflow-get | 获取工作流 | | workflow-cancel | 取消工作流 | | workflow-rerun | 重新运行工作流 | | jobs | 列出工作流任务 | | job-get | 获取任务详情 | | job-cancel | 取消任务 | | job-artifacts | 列出任务产物 | | insights-workflows | 工作流洞察 | | contexts | 列出上下文 | | envvars | 列出项目环境变量 | | envvar-set | 设置环境变量 |

输出格式

所有命令默认输出JSON格式。添加--human参数可获取可读性更好的格式化输出。

bash
python3 {{baseDir}}/scripts/circleci.py <命令> --human

脚本参考

脚本描述
{{baseDir}}/scripts/circleci.py主CLI工具 — 所有命令集成于一个工具

致谢

M. Abidi 构建 | agxntsix.ai YouTube | GitHub 属于OpenClaw代理的 AgxntSix技能套件 的一部分。

📅 需要为您的企业设置OpenClaw? 预约免费咨询

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 circleci-1776419965 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 circleci-1776419965 技能

通过命令行安装

skillhub install circleci-1776419965

下载

⬇ 下载 circleci v1.0.0(免费)

文件大小: 4.04 KB | 发布时间: 2026-4-17 18:49

v1.0.0 最新 2026-4-17 18:49
Initial release — command-line tool for managing CircleCI via REST API.

- Supports managing pipelines, workflows, jobs, and insights.
- Multiple commands available: list, get, trigger, cancel, and rerun for pipelines, workflows, jobs, and more.
- Outputs JSON by default; human-readable formatting available with --human flag.
- Requires only a CircleCI personal API token (no dependencies).
- Includes full command reference and examples for quick start.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部