Yann S.
Yann S.
When typing "g" in terminal, version isn't grabbed from actual version in gupm.json
Currently upgrading download the install script and simply rewrite the folder. Need to implement an update routine in the project itself (cross-platform).
* Commands on non-project folder (delete / etc) * plugin not found on install / file not found in http / https provider
Add a functionnality to update installed packages. ### Options ``` # Check updates g update # Actually perform the updates g update --perform # Only for patch | minor |...
* Each command starts a thread doing a request to get latest version number, if it doesn't match, create the file `~/.gupm/.needupdate`. * Each command should check for file `~/.gupm/.needupdate`....
Add a CLI tool to manage version of the package ``` # bump the version g version minor g version major g version patch ``` Use (already included) : https://godoc.org/github.com/Masterminds/semver...