-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
make cli autodetect when it's outdated and allow auto-update #1492
Comments
We need to put in the information in content.json first to be able to query the latest version from the CLI. |
I think there may be more than one issue here, so I'll add these for discussion
|
In response to @mdeuser's points:
|
@dubeejw - re: the last bullet, I was thinking that the compatibility check is different than the CLI update check. Both checks may occur at the same time or separately. The compatibility check may be a mandatory check that could be performed by the CLI or OpenWhisk; although once the CLI is in it's own repo with it's own deployment cycle, this check is probably best performed by the CLI - assuming some sort of OpenWhisk/CLI compatibility table based on some sort of CLI and OpenWhisk versioning. |
For some reason I can't move this issue using zenhub, maybe because it's an Epic. Closing because I think if we implement homebrew support apache/openwhisk-cli#153 |
the cli should check whether there is a new version available and offer to directly download it and update utself
The text was updated successfully, but these errors were encountered: