camerondurham / ch

Docker config and shell manager for using (or misusing) containers as dev environments
Apache License 2.0
18 stars 2 forks source link

Optional CLI Version Update Reminders #13

Closed camerondurham closed 3 years ago

camerondurham commented 3 years ago

Is your feature request related to a problem? Please describe. I'm frustrated when I have to check that a new release is available or forget if I’m not running the latest version of ch. Yes, this literally applies to me when I’m working on different computers.

Describe the solution you'd like Opt-out should be available by adding to ~/.ch.yaml but I would like to have the CLI sometimes check if there’s a new update available by querying the Github releases API for this repository and checking the latest release. The Powershell and Bash scripts literally do this already so this should be fairly simple.

Describe alternatives you've considered Possibly have time stamp in ~/.ch.yaml so the CLI doesn’t check too frequently by accident.

Additional context n/a