Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Check for Updates #225

Open
gfiumara opened this issue Apr 20, 2021 · 0 comments
Open

CLI Check for Updates #225

gfiumara opened this issue Apr 20, 2021 · 0 comments
Labels
cli Command-line Interface enhancement

Comments

@gfiumara
Copy link
Member

Many will download our pre-built binary. We should provide them a mechanism to ensure they have the latest version. Options to check for updates might include checking for new git tags, changes in version.cpp.in, etc.

This should be:

  • completely optional
  • opt-in (ask the user if they want to check before network code loaded)
  • be able to be disabled
  • be able to be compiled out (some high-security environments might not want any socket code)
  • (hopefully) not introduce another library dependency
@gfiumara gfiumara added enhancement cli Command-line Interface labels Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Command-line Interface enhancement
Projects
None yet
Development

No branches or pull requests

1 participant