Files
service-catalog/update_catalog/skills/update_docs_file/SKILL.md
T
2026-03-06 17:06:07 +09:00

543 B

name, description, user-invokable
name description user-invokable
update_docs_file Insert upgrade content into BUILD-README.md for a target chart version. false

update_docs_file (Skill)

Update a chart version directory's BUILD-README.md by inserting upgrade content.

Input schema

{
  "repo_path": "string",
  "docs_file": "string (default: BUILD-README.md)",
  "version": "string",
  "content": "string",
  "overwrite": "boolean"
}

Output schema

{
  "success": "boolean",
  "file_path": "string",
  "already_existed": "boolean"
}