Add iw update command #252

Merged
mprihoda merged 1 commit from feat/update-command into main 2026-03-12 15:15:50 +00:00
mprihoda commented 2026-03-12 15:15:44 +00:00 (Migrated from github.com)

Summary

  • Add iw update to the bootstrap script — clears cached version and re-downloads
  • Include iw-bootstrap in release tarballs for easier project setup

How it works

The bootstrap script caches releases at ~/.local/share/iw/versions/<version>/ and never re-checks. iw update deletes the cached dir, re-downloads from GitHub releases, and re-bootstraps.

Usage on consumer machine

  1. Copy the updated iw (bootstrap) script into the project
  2. Run ./iw update

🤖 Generated with Claude Code

## Summary - Add `iw update` to the bootstrap script — clears cached version and re-downloads - Include `iw-bootstrap` in release tarballs for easier project setup ## How it works The bootstrap script caches releases at `~/.local/share/iw/versions/<version>/` and never re-checks. `iw update` deletes the cached dir, re-downloads from GitHub releases, and re-bootstraps. ## Usage on consumer machine 1. Copy the updated `iw` (bootstrap) script into the project 2. Run `./iw update` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No description provided.