Self-Update
Update guidebook to the latest version directly from the CLI.
Usage
guidebook update
This downloads the latest release from GitHub and replaces the current binary.
How It Works
- Checks the latest release on GitHub
- Compares with the current version
- Downloads the appropriate binary for your platform (macOS, Linux, or Windows)
- Verifies the SHA256 checksum (mandatory — update is refused if missing)
- Replaces the current binary
| Platform | Archive Format |
| macOS (Intel/ARM) | .tar.gz |
| Linux | .tar.gz |
| Windows | .zip |