-
-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Support self-update #74
Copy link
Copy link
Description
Feature description
Idea is inspired by the update mechanism used in yt-dlp, which provides a simple CLI command to check and update to the latest release.
yt-dlp.exe -U
Current version: stable@2026.02.21 from yt-dlp/yt-dlp
Latest version: stable@2026.03.03 from yt-dlp/yt-dlp
Current Build Hash: 72a91fe064d5758c976e94f877c24369477dd3e395614b5b270dd5400a035ffa
Updating to stable@2026.03.03 from yt-dlp/yt-dlp ...
Updated yt-dlp to stable@2026.03.03 from yt-dlp/yt-dlp
Motivation
Currently, updating the CLI requires manually downloading the latest release from GitHub. It would be helpful if the CLI supported a built-in update command so it can update directly from the terminal.
Example option / flag:
-U --pre-release
-U --stable
Acknowledgements
- I have checked all open and closed feature requests and this is not a duplicate.
- I have chosen an appropriate title.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels