Gcts

Git 启用变更传输系统 (gCTS)

williamcorrea23 e53164d 2 files · 3.6 KB Updated

File contents

Gcts Skill

说明

Git 启用变更传输系统 (gCTS)

使用场景

场景1: repolist

用户需求: "执行 gcts 的 repolist"

Skill 调用:

{
  "tool": "gcts_repolist",
  "parameters": {
    "object_name": "EXAMPLE_OBJECT"
  }
}

CLI 命令对照

Skill 工具 CLI 命令
gcts_repolist sapcli gcts repolist <object_name>
gcts_clone sapcli gcts clone <object_name>
gcts_checkout sapcli gcts checkout <object_name>
gcts_log sapcli gcts log <object_name>
gcts_pull sapcli gcts pull <object_name>
gcts_commit sapcli gcts commit <object_name>
gcts_delete sapcli gcts delete <object_name>
gcts_config sapcli gcts config <object_name>

williamcorrea23/sap-router-skill/tree/main/bundled/skills/altumsisy-sapcli-skill/skills/rest/gcts commit e53164d674

Frequently asked questions

npx skillmds@latest add williamcorrea23/gcts