rezops-upgrade

Detect install type, upgrade rezops, and report new changes.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/diiviikk5/rezops --skill rezops-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rezops-upgrade
Source: https://github.com/diiviikk5/rezops/tree/main/rezops-upgrade
Command: npx skills add https://github.com/diiviikk5/rezops --skill rezops-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade rezops to latest version automatically, detecting install type, performing the upgrade, and showing what's new.

Core Features & Use Cases

  • Detects global vs vendored installs
  • Upgrades rezops to latest version and runs readiness checks
  • Shows what's new after upgrade

Quick Start

Run /rezops-upgrade to start upgrading rezops and see what's new.

Frequently Asked Questions about rezops-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade rezops to the latest version?

To upgrade rezops, run the upgrade command to automatically detect your installation type, apply version updates, run migrations, and report new changes. It supports both global and local deployments safely.

What is the best way to handle version management for a vendored rezops installation?

Version management for vendored rezops installs is handled by detecting the deployment type, applying updates directly, and preserving user changes with safe fallback paths and rollback prompts.

Can I safely update a git-based rezops deployment without losing local changes?

Yes, upgrading a git-based rezops deployment preserves user changes by applying robust pre-upgrade checks and providing safe fallback paths and rollback prompts before finalizing the update.

Why does an rezops upgrade require running migrations afterwards?

Migrations are required after an upgrade to ensure the rezops installation matches the latest version's schema, enforcing post-upgrade migrations and changelog generation for a consistent environment.

Does the rezops upgrade process support rollback if the new version breaks my setup?

Yes, the upgrade process supports rollback by enforcing robust pre-upgrade checks and prompting you with safe fallback paths, allowing you to revert if the new version causes setup issues.