Skip to content

v0.3.1 - Tool Management Improvements

Choose a tag to compare

@ziggle-dev ziggle-dev released this 29 Jul 21:15
· 56 commits to main since this release
2343053

What's New

🔄 Update All Tools

Update all installed tools at once with a single command:

clanker --update

🚀 Self-Update

Keep clanker itself up-to-date:

clanker -U              # or
clanker --upgrade       # or  
clanker upgrade         # or
clanker self-update

Changes

Added

  • Update All Tools: New --update command with no parameters

    • Updates all installed tools to their latest versions
    • Shows detailed progress and summary
    • Identifies tools that are already up-to-date
  • Self-Update Command: New --upgrade / -U flag and upgrade command

    • Updates clanker itself to the latest version from npm
    • Checks current vs latest version before updating
    • Provides manual update instructions on failure

Installation

npm install -g @ziggler/clanker@0.3.1

Full Changelog

See CHANGELOG.md for complete details.