Update Kit Dry Run banner
cloudnative-co cloudnative-co

Update Kit Dry Run

Development community

Description

# /update-kit-dry-run - Preview Update Changes Preview what `/update-kit` would change without actually deploying. ## Instructions Run the following command: ```bash cd ~/.claude-starter-kit && git fetch --tags && git pull && bash setup.sh --update --dry-run ``` ### Steps 1. Run the dry-run command above. - This uses the same `setup.sh --update --dry-run` path as the local script and is labeled as `Preview Mode` in the output. 2. Report the results to the user: - **Files to create**:

Installation

Installs to ~/.claude/skills/cloudnative-co-claude-code-starter-kit-update-kit-dry-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cloudnative-co-claude-code-starter-kit-update-kit-dry-run && curl -fsSL https://raw.githubusercontent.com/cloudnative-co/claude-code-starter-kit/HEAD/commands/update-kit-dry-run.md -o ~/.claude/skills/cloudnative-co-claude-code-starter-kit-update-kit-dry-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository