Commands
watchfire update
Self-update Watchfire from GitHub Releases.
watchfire update
Self-update Watchfire by downloading the latest release from GitHub.
Usage
watchfire update
Description
watchfire update checks for and installs the latest version of Watchfire. It queries the GitHub Releases API, downloads architecture-specific binaries, and replaces the current installation.
What It Does
- Queries the GitHub Releases API for the latest version
- Downloads architecture-specific binaries (CLI and daemon)
- Stops the daemon if it's currently running
- Atomically replaces the CLI (
watchfire) and daemon (watchfired) binaries - Restarts the daemon
Notes
- Requires network access to reach GitHub Releases
- The daemon is automatically stopped and restarted during the update
- Both the CLI and daemon binaries are updated together
- The GUI application updates separately via its built-in
electron-updater
Examples
# Update to the latest version
watchfire update
# Check current version before updating
watchfire version