gstack-upgrade

Detects current gstack install type and upgrades to latest version.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/TimHL5/carousel --skill gstack-upgrade-timhl5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/TimHL5/carousel/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/TimHL5/carousel --skill gstack-upgrade-timhl5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically upgrades gstack to the latest version by detecting the current install type (global vs vendored) and applying the upgrade. It handles global and vendored installs and shows what's new after the upgrade. Requires access to the gstack installation and network access to fetch the latest version.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored, vendored-global) and locates the installation directory.
  • Upgrades to the latest available version, with optional auto-upgrade or user prompts.
  • Shows a changelog-style "What's New" after upgrading to help you understand new features and fixes.
  • Use Case: When told to "upgrade gstack", run this skill to upgrade and review what's new.

Quick Start

Run the gstack upgrade command to check for updates and apply the upgrade when available.

Frequently Asked Questions about gstack-upgrade

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

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

To upgrade gstack, run the upgrade command to automatically detect your current install type and apply the latest version. It handles both global and vendored installations, fetching the newest release over the network and displaying what's new upon completion.

How does gstack handle upgrades for different installation types?

gstack upgrades work by detecting the specific installation type, differentiating between global-git, local-git, vendored, and vendored-global setups. It locates the correct installation directory and applies the appropriate update mechanism for your environment.

Do I need network access to run a gstack upgrade?

Yes, network access is required to fetch the latest version during a gstack upgrade. The process needs connectivity to download the newest release and requires access to your existing gstack installation directory to apply the update.

Can I see what changed after upgrading gstack?

Yes, after upgrading gstack, the tool displays a changelog-style "What's New" summary. This helps you review new features and fixes immediately after the update is applied to your installation.

What is the best way to automate gstack version updates in a DevOps pipeline?

You can automate gstack updates by utilizing the skill's optional auto-upgrade functionality within your DevOps CLI workflows. This detects the install type and applies the upgrade automatically without requiring manual user prompts.