mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[GH-ISSUE #17] feat: Add runtime update mechanism for CLI updates without restart #10
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benzntech on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/router-for-me/EasyCLI/issues/17
Problem
Currently, CLI updates are only checked when the application restarts. If EasyCLI is running continuously or as a background service, users may miss important updates or security patches until they manually restart the application.
Current Behavior
Proposed Solution
Implement a runtime update mechanism that:
Acceptance Criteria
Technical Considerations
Security
Related
This enhancement improves the user experience for long-running instances and ensures timely security updates.