Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

upgrade

alias: u

检查 GitHub Releases 是否有新版本。只检查并提示,不会自动下载或安装

参数

参数别名默认说明
--yes-yfalse有新版本时额外打印发布页下载链接

行为

  • 查询 https://api.github.com/repos/xylylab/thurgio/releases/latest(10 秒超时)。
  • 以 semver 比较当前版本与最新 tag(忽略 v 前缀)。

有新版本时:

Update available: v0.18.0 → v0.19.0
  Release: https://github.com/xylylab/thurgio/releases/tag/v0.19.0

--yes 再打印一次 Download the latest release from: 与链接(便于脚本抓取)。已是最新时输出:

Already up to date (v0.18.0)

升级安装方式见部署指南